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

2015-10-28 Thread Tetsuya Mukawa
On 2015/10/28 12:35, Xie, Huawei wrote: > Missed signoff? > On 10/28/2015 11:00 AM, Tetsuya Mukawa wrote: >> The patch fixes wrong handling of virtqueue array index when >> GET_VRING_BASE message comes. >> --- >> lib/librte_vhost/vhost_user/virtio-net-user.c | 10 +++--- >> 1 file changed, 3 i

[dpdk-dev] [PATCH v2] 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. --- 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 b/lib/librte_vhost/vhost_user/v

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

2015-10-28 Thread Xie, Huawei
Missed signoff? On 10/28/2015 11:00 AM, Tetsuya Mukawa wrote: > The patch fixes wrong handling of virtqueue array index when > GET_VRING_BASE message comes. > --- > lib/librte_vhost/vhost_user/virtio-net-user.c | 10 +++--- > 1 file changed, 3 insertions(+), 7 deletions(-) > >