RE: [PATCH scsi 1/1] libiscsi : Add T10 Data Integrity Feature support

2014-08-21 Thread Anish Bhatt
...@parallels.com; micha...@cs.wisc.edu; Karen Xie; Manoj Malviya Subject: Re: [PATCH scsi 1/1] libiscsi : Add T10 Data Integrity Feature support >>>>> "Anish" == Anish Bhatt writes: Anish, Just a heads up that we've got some changes due to land shortly that'l

Re: [PATCH scsi 1/1] libiscsi : Add T10 Data Integrity Feature support

2014-08-21 Thread Martin K. Petersen
> "Anish" == Anish Bhatt writes: Anish, Just a heads up that we've got some changes due to land shortly that'll provide interfaces for you to get the correct transfer lengths, size of the protection interval, etc. Your patch should be rebased on top of those changes. -- Martin K. Petersen

RE: [PATCH scsi 1/1] libiscsi : Add T10 Data Integrity Feature support

2014-08-14 Thread Anish Bhatt
Xie; Manoj Malviya Subject: Re: [PATCH scsi 1/1] libiscsi : Add T10 Data Integrity Feature support On 8/7/2014 1:37 AM, Anish Bhatt wrote: > Signed-off-by: Anish Bhatt > Signed-off by: Manoj Malvia > Signed-off by: Karen Xie > --- > drivers/scsi/libiscsi.c | 61 +++-- &

Re: [PATCH scsi 1/1] libiscsi : Add T10 Data Integrity Feature support

2014-08-14 Thread Sagi Grimberg
On 8/7/2014 1:37 AM, Anish Bhatt wrote: Signed-off-by: Anish Bhatt Signed-off by: Manoj Malvia Signed-off by: Karen Xie --- drivers/scsi/libiscsi.c | 61 +++-- drivers/scsi/libiscsi_tcp.c | 296 include/scsi/libiscsi.h | 6 + inc

RE: [PATCH scsi 1/1] libiscsi : Add T10 Data Integrity Feature support

2014-08-08 Thread Anish Bhatt
Karen Xie; Manoj Malviya Subject: RE: [PATCH scsi 1/1] libiscsi : Add T10 Data Integrity Feature support This patch was made over scsi-devel/master, I'll rebase it to Christoph's tree -Anish From: Mike Christie [micha...@cs.wisc.edu] Sent: Wednesday, A

RE: [PATCH scsi 1/1] libiscsi : Add T10 Data Integrity Feature support

2014-08-06 Thread Anish Bhatt
g; jbottom...@parallels.com; Karen Xie; Manoj Malviya Subject: Re: [PATCH scsi 1/1] libiscsi : Add T10 Data Integrity Feature support On 08/06/2014 05:37 PM, Anish Bhatt wrote > @@ -436,12 +473,12 @@ static int iscsi_prep_scsi_cmd_pdu(struct iscsi_task > *task) > /* No u

Re: [PATCH scsi 1/1] libiscsi : Add T10 Data Integrity Feature support

2014-08-06 Thread Mike Christie
On 08/06/2014 05:37 PM, Anish Bhatt wrote > @@ -436,12 +473,12 @@ static int iscsi_prep_scsi_cmd_pdu(struct iscsi_task > *task) > /* No unsolicit Data-Out's */ > hdr->flags |= ISCSI_FLAG_CMD_FINAL; > } else { > + unsigned in_len = iscs

[PATCH scsi 1/1] libiscsi : Add T10 Data Integrity Feature support

2014-08-06 Thread Anish Bhatt
Signed-off-by: Anish Bhatt Signed-off by: Manoj Malvia Signed-off by: Karen Xie --- drivers/scsi/libiscsi.c | 61 +++-- drivers/scsi/libiscsi_tcp.c | 296 include/scsi/libiscsi.h | 6 + include/scsi/libiscsi_tcp.h | 22 4 files c