[dpdk-dev] [PATCH v3] vhost: Fix reset_owner message handling not to clear callfd

2015-11-24 Thread Thomas Monjalon
2015-11-24 15:15, Yuanhan Liu: > On Tue, Nov 24, 2015 at 03:45:35PM +0900, Tetsuya Mukawa wrote: > > The patch fixes reset_owner message handling not to clear callfd, > > because callfd will be valid while connection is establihed. > > > > Signed-off-by: Tetsuya Mukawa > > Acked-by: Yuanhan Liu

[dpdk-dev] [PATCH v3] vhost: Fix reset_owner message handling not to clear callfd

2015-11-24 Thread Tetsuya Mukawa
The patch fixes reset_owner message handling not to clear callfd, because callfd will be valid while connection is establihed. Signed-off-by: Tetsuya Mukawa --- lib/librte_vhost/virtio-net.c | 39 +-- 1 file changed, 29 insertions(+), 10 deletions(-) diff

[dpdk-dev] [PATCH v3] vhost: Fix reset_owner message handling not to clear callfd

2015-11-24 Thread Yuanhan Liu
On Tue, Nov 24, 2015 at 03:45:35PM +0900, Tetsuya Mukawa wrote: > The patch fixes reset_owner message handling not to clear callfd, > because callfd will be valid while connection is establihed. > > Signed-off-by: Tetsuya Mukawa Acked-by: Yuanhan Liu Thanks.