Re: [dpdk-dev] [PATCH] vhost: fix return value on enqueue path

2018-09-12 Thread Maxime Coquelin
On 09/06/2018 06:59 AM, Tiwei Bie wrote: Fixes: 62250c1d0978 ("vhost: extract split ring handling from Rx and Tx functions") Fixes: a922401f35cc ("vhost: add Rx support for packed ring") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- lib/librte_vhost/virtio_net.c | 7 --- 1 file ch

Re: [dpdk-dev] [PATCH] vhost: fix return value on enqueue path

2018-09-11 Thread Maxime Coquelin
On 09/06/2018 06:59 AM, Tiwei Bie wrote: Fixes: 62250c1d0978 ("vhost: extract split ring handling from Rx and Tx functions") Fixes: a922401f35cc ("vhost: add Rx support for packed ring") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- lib/librte_vhost/virtio_net.c | 7 --- 1 file ch

[dpdk-dev] [PATCH] vhost: fix return value on enqueue path

2018-09-05 Thread Tiwei Bie
Fixes: 62250c1d0978 ("vhost: extract split ring handling from Rx and Tx functions") Fixes: a922401f35cc ("vhost: add Rx support for packed ring") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- lib/librte_vhost/virtio_net.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --g

Re: [dpdk-dev] [PATCH] vhost: fix return value

2018-07-26 Thread Tiwei Bie
On Wed, Jul 25, 2018 at 04:21:42PM +0800, Jiayu Hu wrote: > This patch fixes the incorrect return value for rte_vhost_dequeue_burst() > when virtqueue is not enabled or virtqueue address translation fails. > > Fixes: 62250c1d0978 ("vhost: extract split ring handling from Rx and Tx > functions") >

Re: [dpdk-dev] [PATCH] vhost: fix return value

2018-07-25 Thread Tiwei Bie
On Wed, Jul 25, 2018 at 04:21:42PM +0800, Jiayu Hu wrote: > This patch fixes the incorrect return value for rte_vhost_dequeue_burst() > when virtqueue is not enabled or virtqueue address translation fails. > > Fixes: 62250c1d0978 ("vhost: extract split ring handling from Rx and Tx > functions") >

Re: [dpdk-dev] [PATCH] vhost: fix return value

2018-07-25 Thread Jens Freimann
On Wed, Jul 25, 2018 at 04:21:42PM +0800, Jiayu Hu wrote: This patch fixes the incorrect return value for rte_vhost_dequeue_burst() when virtqueue is not enabled or virtqueue address translation fails. Fixes: 62250c1d0978 ("vhost: extract split ring handling from Rx and Tx functions") An alte

[dpdk-dev] [PATCH] vhost: fix return value

2018-07-25 Thread Jiayu Hu
This patch fixes the incorrect return value for rte_vhost_dequeue_burst() when virtqueue is not enabled or virtqueue address translation fails. Fixes: 62250c1d0978 ("vhost: extract split ring handling from Rx and Tx functions") Signed-off-by: Jiayu Hu --- lib/librte_vhost/virtio_net.c | 8