[dpdk-dev] [PATCH 2/3] vhost: Fix RESET_OWNER handling not to close callfd

2015-08-19 Thread Tetsuya Mukawa
When RESET_OWNER message is issued, vhost backend shouldn't close 'callfd', because it will be valid while vhost-user connection is established. It should be closed when connection is closed. Signed-off-by: Tetsuya Mukawa --- lib/librte_vhost/virtio-net.c | 35 ---

[dpdk-dev] [PATCH 2/3] vhost: Fix RESET_OWNER handling not to close callfd

2015-10-08 Thread Yuanhan Liu
On Wed, Aug 19, 2015 at 06:51:08PM +0900, Tetsuya Mukawa wrote: > When RESET_OWNER message is issued, vhost backend shouldn't close > 'callfd', because it will be valid while vhost-user connection > is established. It should be closed when connection is closed. Doesn't it mean the end of connectio