Re: [dpdk-dev] [PATCH 1/2] examples/vhost_scsi: add virtio-1.0 feature bit support

2018-05-22 Thread Liu, Changpeng
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, May 22, 2018 1:33 PM > To: Liu, Changpeng > Cc: dev@dpdk.org; Maxime Coquelin > Subject: Re: [dpdk-dev] [PATCH 1/2] examples/vhost_scsi: add virtio-1.0 > feature > bit su

Re: [dpdk-dev] [PATCH 1/2] examples/vhost_scsi: add virtio-1.0 feature bit support

2018-05-22 Thread Thomas Monjalon
22/05/2018 19:51, Thomas Monjalon: > 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-

Re: [dpdk-dev] [PATCH 1/2] examples/vhost_scsi: add virtio-1.0 feature bit support

2018-05-22 Thread Thomas Monjalon
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

Re: [dpdk-dev] [PATCH 1/2] examples/vhost_scsi: add virtio-1.0 feature bit support

2018-05-18 Thread 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 Thanks, Maxime

[dpdk-dev] [PATCH 1/2] examples/vhost_scsi: add virtio-1.0 feature bit support

2018-05-17 Thread Changpeng Liu
Signed-off-by: Changpeng Liu --- examples/vhost_scsi/vhost_scsi.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/vhost_scsi/vhost_scsi.c b/examples/vhost_scsi/vhost_scsi.c index 2908ff6..a1d542b 100644 --- a/examples/vhost_scsi/vhost_scsi.c +++ b/examples/vhos