linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH-v2 0/6] vhost/scsi: Add T10 PI SGL passthrough support
@ 2014-05-22  2:26 Nicholas A. Bellinger
  2014-05-22  2:26 ` [PATCH-v2 1/6] virtio-scsi.h: Add virtio_scsi_cmd_req_pi + VIRTIO_SCSI_F_T10_PI bits Nicholas A. Bellinger
                   ` (9 more replies)
  0 siblings, 10 replies; 36+ messages in thread
From: Nicholas A. Bellinger @ 2014-05-22  2:26 UTC (permalink / raw)
  To: target-devel
  Cc: linux-scsi, Michael S. Tsirkin, Paolo Bonzini, Martin K. Petersen,
	Sagi Grimberg, Christoph Hellwig, Hannes Reinecke, H. Peter Anvin,
	Nicholas Bellinger

From: Nicholas Bellinger <nab@linux-iscsi.org>

Hi MST, MKP, Paolo & Co,

Here is the v2 patch series for adding T1O protection information (PI)
SGL passthrough support between virtio-scsi LLD + vhost-scsi fabric
endpoints.

Following MST's recommendation, it includes the changes for using
bytes intead of number of iovecs in virtio_scsi_cmd_req_pi along with
the associated changes to virtio-scsi + vhost/scsi code.

For vhost/scsi, this includes walking the leading iovec's length(s)
to determine where protection payload ends, and real data payload 
starts.  For virtio-scsi LLD code, this includes locating struct
blk_integrity for using blk_rq_sectors + ->tuple_size to calculate
the total bytes for outgoing cmd_pi->pi_bytes[out,in] values.

The full list of changes from last series include:

  - Use pi_bytesout + pi_bytesin instead of niovs in virtio-scsi PI
    header (mst + paolo)
  - Add prot_pto=1 in tcm_vhost_submission_work() when no PI buffer
    exists (nab)
  - Get rid of req + cdb pointer casts in vhost_scsi_handle_vq (mst)
  - Ensure that virtio_scsi_cmd_req_pi processing happens regardless
    of data_num in vhost_scsi_handle_vq (nab)
  - Pass TARGET_PROT_ALL into transport_init_session_tags() (nab)
  - Convert vhost_scsi_handle_vq to use memcpy_fromiovecend() (mst)
  - Convert vhost_scsi_handle_vq to use pi_bytesout + pi_bytesin (nab)
  - Convert virtio_scsi_init_hdr_pi() to use pi_bytesout + pi_bytesin
    (mst + paolo + nab)
  - Use blk_integrity->tuple_size to calculate pi bytes (nab)

Please review for v3.16-rc1 code.

Thanks!

--nab

Nicholas Bellinger (6):
  virtio-scsi.h: Add virtio_scsi_cmd_req_pi + VIRTIO_SCSI_F_T10_PI bits
  vhost/scsi: Move sanity check into vhost_scsi_map_iov_to_sgl
  vhost/scsi: Add preallocation of protection SGLs
  vhost/scsi: Add T10 PI IOV -> SGL memory mapping logic
  vhost/scsi: Enable T10 PI IOV -> SGL memory mapping
  virtio-scsi: Enable DIF/DIX modes in SCSI host LLD

 drivers/scsi/virtio_scsi.c  |   86 +++++++++---
 drivers/vhost/scsi.c        |  305 +++++++++++++++++++++++++++++--------------
 include/linux/virtio_scsi.h |   15 ++-
 3 files changed, 292 insertions(+), 114 deletions(-)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2014-06-11  8:04 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-22  2:26 [PATCH-v2 0/6] vhost/scsi: Add T10 PI SGL passthrough support Nicholas A. Bellinger
2014-05-22  2:26 ` [PATCH-v2 1/6] virtio-scsi.h: Add virtio_scsi_cmd_req_pi + VIRTIO_SCSI_F_T10_PI bits Nicholas A. Bellinger
2014-05-22  6:57   ` Michael S. Tsirkin
2014-05-22 11:00     ` Rusty Russell
2014-05-22 20:38     ` Nicholas A. Bellinger
2014-06-09 13:16   ` Michael S. Tsirkin
2014-05-22  2:26 ` [PATCH-v2 2/6] vhost/scsi: Move sanity check into vhost_scsi_map_iov_to_sgl Nicholas A. Bellinger
2014-05-22  2:26 ` [PATCH-v2 3/6] vhost/scsi: Add preallocation of protection SGLs Nicholas A. Bellinger
2014-05-22  2:26 ` [PATCH-v2 4/6] vhost/scsi: Add T10 PI IOV -> SGL memory mapping logic Nicholas A. Bellinger
2014-05-22  2:26 ` [PATCH-v2 5/6] vhost/scsi: Enable T10 PI IOV -> SGL memory mapping Nicholas A. Bellinger
2014-06-09 13:15   ` Michael S. Tsirkin
2014-05-22  2:26 ` [PATCH-v2 6/6] virtio-scsi: Enable DIF/DIX modes in SCSI host LLD Nicholas A. Bellinger
2014-05-22  8:37   ` Paolo Bonzini
2014-05-22 20:41     ` Nicholas A. Bellinger
2014-05-22  8:37 ` [PATCH-v2 0/6] vhost/scsi: Add T10 PI SGL passthrough support Paolo Bonzini
2014-06-02  7:31 ` Michael S. Tsirkin
2014-06-08 16:05 ` Michael S. Tsirkin
2014-06-09  9:06   ` Paolo Bonzini
2014-06-10  7:07   ` Nicholas A. Bellinger
2014-06-10  8:03     ` Paolo Bonzini
2014-06-09 13:30 ` Michael S. Tsirkin
2014-06-10  7:05   ` Nicholas A. Bellinger
2014-06-10  9:42     ` Michael S. Tsirkin
2014-06-10 11:52       ` Stephen Rothwell
2014-06-10 13:02         ` Michael S. Tsirkin
2014-06-10 15:47           ` Stephen Rothwell
2014-06-10 17:39           ` Nicholas A. Bellinger
2014-06-10 18:45             ` Michael S. Tsirkin
2014-06-10 19:57               ` Nicholas A. Bellinger
2014-06-10 20:09                 ` James Bottomley
2014-06-10 20:25                   ` Nicholas A. Bellinger
2014-06-10 20:56                     ` Linus Torvalds
2014-06-10 21:20                       ` Nicholas A. Bellinger
2014-06-11  8:04                         ` Michael S. Tsirkin
2014-06-10 19:35             ` Michael S. Tsirkin
2014-06-10 19:53               ` Nicholas A. Bellinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).