From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] examples/vhost_scsi: add virtio-1.0 feature bit support Date: Tue, 22 May 2018 19:51:26 +0200 Message-ID: <12946126.f8e536ouzB@xps> References: <1526599932-13083-1-git-send-email-changpeng.liu@intel.com> <30363841-11bc-3d43-08c2-7ccd07296a6c@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Maxime Coquelin To: Changpeng Liu Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id C54721B05 for ; Tue, 22 May 2018 19:51:28 +0200 (CEST) In-Reply-To: <30363841-11bc-3d43-08c2-7ccd07296a6c@redhat.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 18/05/2018 14:35, Maxime Coquelin: > > On 05/18/2018 01:32 AM, Changpeng Liu wrote: > > Signed-off-by: Changpeng Liu > > --- > > examples/vhost_scsi/vhost_scsi.c | 7 ++++--- > > 1 file changed, 4 insertions(+), 3 deletions(-) > > Reviewed-by: Maxime Coquelin Patch 1 applied alone, thanks