[dpdk-dev] [PATCH v6 05/13] vhost-user: handle VHOST_USER_RESET_OWNER correctly

2015-10-20 Thread Yuanhan Liu
On Tue, Oct 20, 2015 at 09:03:48AM +0200, Thomas Monjalon wrote: > 2015-10-09 13:46, Yuanhan Liu: > > Destroy corresponding device when a VHOST_USER_RESET_OWNER message is > > received, otherwise, the vhost-switch would still try to access vq > > of that device, which results to SIGSEG fault, and l

[dpdk-dev] [PATCH v6 05/13] vhost-user: handle VHOST_USER_RESET_OWNER correctly

2015-10-20 Thread Thomas Monjalon
2015-10-09 13:46, Yuanhan Liu: > Destroy corresponding device when a VHOST_USER_RESET_OWNER message is > received, otherwise, the vhost-switch would still try to access vq > of that device, which results to SIGSEG fault, and let vhost-switch > crash in the end. It is a fix, so the title should loo

[dpdk-dev] [PATCH v6 05/13] vhost-user: handle VHOST_USER_RESET_OWNER correctly

2015-10-09 Thread Yuanhan Liu
Destroy corresponding device when a VHOST_USER_RESET_OWNER message is received, otherwise, the vhost-switch would still try to access vq of that device, which results to SIGSEG fault, and let vhost-switch crash in the end. Signed-off-by: Changchun Ouyang Signed-off-by: Yuanhan Liu --- lib/librt