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

2015-11-19 Thread Tetsuya Mukawa
On 2015/11/19 16:03, Yuanhan Liu wrote: > On Thu, Nov 19, 2015 at 03:23:26PM +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 >> --- >>

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

2015-11-19 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 | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git

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

2015-11-19 Thread Yuanhan Liu
On Thu, Nov 19, 2015 at 03:23:26PM +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 > --- > lib/librte_vhost/virtio-net.c | 21 - >