From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 6/6] virtio-scsi: Enable DIF/DIX modes in SCSI host LLD Date: Tue, 20 May 2014 10:35:28 +0200 Message-ID: <537B13D0.3030007@redhat.com> References: <1396819929-29687-1-git-send-email-nab@daterainc.com> <1396819929-29687-7-git-send-email-nab@daterainc.com> <20140407084518.GA14091@redhat.com> <1396861019.19888.25.camel@haakon3.risingtidesystems.com> <20140507091305.GA20044@redhat.com> <1400526423.10964.31.camel@haakon3.risingtidesystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com ([209.132.183.28]:42490 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751164AbaETIfw (ORCPT ); Tue, 20 May 2014 04:35:52 -0400 In-Reply-To: <1400526423.10964.31.camel@haakon3.risingtidesystems.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: "Nicholas A. Bellinger" , "Michael S. Tsirkin" Cc: "Nicholas A. Bellinger" , target-devel , linux-scsi , "Martin K. Petersen" , Sagi Grimberg , Christoph Hellwig , Hannes Reinecke , "H. Peter Anvin" , Sagi Grimberg , virtualization@lists.linux-foundation.org Il 19/05/2014 21:07, Nicholas A. Bellinger ha scritto: > Hi MST, > > So I've finally got some cycles to get back to this code, and wanted to > verify the outstanding items you had previously raised: > > - Convert vhost-scsi to be independent of IOV layout using > memcpy_fromiovecend. (Does this effect existing non PI virtio-scsi > operation..?) > - Report VIRTIO_F_ANY_LAYOUT feature bit to userspace. > - Convert virtio_scsi_cmd_req_pi to bytes field instead of number of > iovecs. This is the only item really required, since the bytes field is what will be in VIRTIO 1.0. The other would be nice to have, but not a blocker for PI support. > - Ensure virtio_scsi_cmd_req_pi is naturally aligned mst already commented on this. > - Figure out why QEMU is not acking (any) vhost-scsi feature bits This is a separate bug, isn't it? It need not block PI support. Paolo