Searched hist:aae7df50190a640e51bfe11c93f94741ac82ff0b (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/ |
H A D | sd_dif.c | diff aae7df50190a640e51bfe11c93f94741ac82ff0b Sat Sep 27 01:20:05 CEST 2014 Martin K. Petersen <martin.petersen@oracle.com> block: Integrity checksum flag
Make the choice of checksum a per-I/O property by introducing a flag that can be inspected by the SCSI layer. There are several reasons for this:
1. It allows us to switch choice of checksum without unloading and reloading the HBA driver.
2. During error recovery we need to be able to tell the HBA that checksums read from disk should not be verified and converted to IP checksums.
3. For error injection purposes we need to be able to write a bad guard tag to storage. Since the storage device only supports T10 CRC we need to be able to disable IP checksum conversion on the HBA.
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Reviewed-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Jens Axboe <axboe@fb.com>
|
/linux/block/ |
H A D | bio-integrity.c | diff aae7df50190a640e51bfe11c93f94741ac82ff0b Sat Sep 27 01:20:05 CEST 2014 Martin K. Petersen <martin.petersen@oracle.com> block: Integrity checksum flag
Make the choice of checksum a per-I/O property by introducing a flag that can be inspected by the SCSI layer. There are several reasons for this:
1. It allows us to switch choice of checksum without unloading and reloading the HBA driver.
2. During error recovery we need to be able to tell the HBA that checksums read from disk should not be verified and converted to IP checksums.
3. For error injection purposes we need to be able to write a bad guard tag to storage. Since the storage device only supports T10 CRC we need to be able to disable IP checksum conversion on the HBA.
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Reviewed-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Jens Axboe <axboe@fb.com>
|
/linux/include/linux/ |
H A D | bio.h | diff aae7df50190a640e51bfe11c93f94741ac82ff0b Sat Sep 27 01:20:05 CEST 2014 Martin K. Petersen <martin.petersen@oracle.com> block: Integrity checksum flag
Make the choice of checksum a per-I/O property by introducing a flag that can be inspected by the SCSI layer. There are several reasons for this:
1. It allows us to switch choice of checksum without unloading and reloading the HBA driver.
2. During error recovery we need to be able to tell the HBA that checksums read from disk should not be verified and converted to IP checksums.
3. For error injection purposes we need to be able to write a bad guard tag to storage. Since the storage device only supports T10 CRC we need to be able to disable IP checksum conversion on the HBA.
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Reviewed-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Jens Axboe <axboe@fb.com>
|
H A D | blkdev.h | diff aae7df50190a640e51bfe11c93f94741ac82ff0b Sat Sep 27 01:20:05 CEST 2014 Martin K. Petersen <martin.petersen@oracle.com> block: Integrity checksum flag
Make the choice of checksum a per-I/O property by introducing a flag that can be inspected by the SCSI layer. There are several reasons for this:
1. It allows us to switch choice of checksum without unloading and reloading the HBA driver.
2. During error recovery we need to be able to tell the HBA that checksums read from disk should not be verified and converted to IP checksums.
3. For error injection purposes we need to be able to write a bad guard tag to storage. Since the storage device only supports T10 CRC we need to be able to disable IP checksum conversion on the HBA.
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Reviewed-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Jens Axboe <axboe@fb.com>
|