[dpdk-dev] [PATCH] lib/librte_vhost: remove vhost device from data plane when receive VHOST_SET_MEM_TABLE message

2015-03-05 Thread Thomas Monjalon
> > This patch fixes the segfault issue in the case vhost receives new > > VHOST_SET_MEM_TABLE message without VHOST_VRING_GET_VRING_BASE(which > > we uses as the stop message). > > > > Signed-off-by: Huawei Xie > > Acked-by: Tommy Long Applied, thanks

[dpdk-dev] [PATCH] lib/librte_vhost: remove vhost device from data plane when receive VHOST_SET_MEM_TABLE message

2015-03-04 Thread Long, Thomas
Acked-by: Tommy Long -Original Message- From: Xie, Huawei Sent: Tuesday, March 3, 2015 2:26 AM To: dev at dpdk.org Cc: haifeng.lin at huawei.com; mukawa at igel.co.jp; Long, Thomas; Xie, Huawei Subject: [PATCH] lib/librte_vhost: remove vhost device from data plane when receive

[dpdk-dev] [PATCH] lib/librte_vhost: remove vhost device from data plane when receive VHOST_SET_MEM_TABLE message

2015-03-03 Thread Huawei Xie
This patch fixes the segfault issue in the case vhost receives new VHOST_SET_MEM_TABLE message without VHOST_VRING_GET_VRING_BASE(which we uses as the stop message). Signed-off-by: Huawei Xie --- lib/librte_vhost/vhost_user/virtio-net-user.c | 4 1 file changed, 4 insertions(+) diff