Re: [PATCH v4 1/3] block: move ref_tag calculation func to the block layer

2018-07-28 Thread Jens Axboe
On 7/28/18 4:12 PM, Max Gurtovoy wrote: > > > On 7/27/2018 6:38 PM, Jens Axboe wrote: >> On 7/27/18 9:21 AM, Jens Axboe wrote: >>> On 7/25/18 9:46 AM, Max Gurtovoy wrote: Currently this function is implemented in the scsi layer, but it's actual place should be the block layer since

Re: [PATCH v4 1/3] block: move ref_tag calculation func to the block layer

2018-07-28 Thread Max Gurtovoy
On 7/27/2018 6:38 PM, Jens Axboe wrote: On 7/27/18 9:21 AM, Jens Axboe wrote: On 7/25/18 9:46 AM, Max Gurtovoy wrote: Currently this function is implemented in the scsi layer, but it's actual place should be the block layer since T10-PI is a general data integrity feature that is used in

Re: [PATCH v4 1/3] block: move ref_tag calculation func to the block layer

2018-07-27 Thread Jens Axboe
On 7/27/18 9:21 AM, Jens Axboe wrote: > On 7/25/18 9:46 AM, Max Gurtovoy wrote: >> Currently this function is implemented in the scsi layer, but it's >> actual place should be the block layer since T10-PI is a general >> data integrity feature that is used in the nvme protocol as well. > >

Re: [PATCH v4 1/3] block: move ref_tag calculation func to the block layer

2018-07-27 Thread Jens Axboe
On 7/25/18 9:46 AM, Max Gurtovoy wrote: > Currently this function is implemented in the scsi layer, but it's > actual place should be the block layer since T10-PI is a general > data integrity feature that is used in the nvme protocol as well. Applied 1-3 for 4.19. -- Jens Axboe

Re: [PATCH v4 1/3] block: move ref_tag calculation func to the block layer

2018-07-25 Thread Martin K. Petersen
Max, > Currently this function is implemented in the scsi layer, but it's > actual place should be the block layer since T10-PI is a general > data integrity feature that is used in the nvme protocol as well. Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux

[PATCH v4 1/3] block: move ref_tag calculation func to the block layer

2018-07-25 Thread Max Gurtovoy
Currently this function is implemented in the scsi layer, but it's actual place should be the block layer since T10-PI is a general data integrity feature that is used in the nvme protocol as well. Suggested-by: Christoph Hellwig Cc: Jens Axboe Cc: Martin K. Petersen Signed-off-by: Max