[dpdk-dev] [PATCH v3] vhost: Fix wrong handling of virtqueue array index

2015-10-30 Thread Thomas Monjalon
2015-10-29 20:18, Flavio Leitner: > On Wed, Oct 28, 2015 at 12:47:40PM +0900, Tetsuya Mukawa wrote: > > The patch fixes wrong handling of virtqueue array index when > > GET_VRING_BASE message comes. > > > > Signed-off-by: Tetsuya Mukawa > > --- > > vhost-user segfaults without this patch with MQ

[dpdk-dev] [PATCH v3] vhost: Fix wrong handling of virtqueue array index

2015-10-29 Thread Flavio Leitner
On Wed, Oct 28, 2015 at 12:47:40PM +0900, Tetsuya Mukawa wrote: > The patch fixes wrong handling of virtqueue array index when > GET_VRING_BASE message comes. > > Signed-off-by: Tetsuya Mukawa > --- vhost-user segfaults without this patch with MQ enabled. LGTM Acked-by: Flavio Leitner

[dpdk-dev] [PATCH v3] vhost: Fix wrong handling of virtqueue array index

2015-10-28 Thread Tetsuya Mukawa
The patch fixes wrong handling of virtqueue array index when GET_VRING_BASE message comes. Signed-off-by: Tetsuya Mukawa --- lib/librte_vhost/vhost_user/virtio-net-user.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/lib/librte_vhost/vhost_user/virtio-net-user.c

[dpdk-dev] [PATCH v3] vhost: Fix wrong handling of virtqueue array index

2015-10-28 Thread Xie, Huawei
On 10/28/2015 11:48 AM, Tetsuya Mukawa wrote: > The patch fixes wrong handling of virtqueue array index when > GET_VRING_BASE message comes. > > Signed-off-by: Tetsuya Mukawa Acked-by: Huawei Xie > ---