numam-dpdk/lib/librte_vhost
Yuanhan Liu 27052cd63f vhost: do not destroy device on repeat mem table message
It doesn't make any sense to invoke destroy_device() callback at
while handling SET_MEM_TABLE message.

From the vhost-user spec, it's the GET_VRING_BASE message indicates
the end of a vhost device: the destroy_device() should be invoked
from there (luckily, we already did that).

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
2017-04-01 10:42:44 +02:00
..
fd_man.c vhost: introduce API to start a specific driver 2017-04-01 10:42:44 +02:00
fd_man.h vhost: introduce API to start a specific driver 2017-04-01 10:42:44 +02:00
Makefile vhost: rename header file 2017-04-01 10:42:44 +02:00
rte_vhost_version.map vhost: introduce API to start a specific driver 2017-04-01 10:42:44 +02:00
rte_vhost.h vhost: workaround the build dependency on mbuf header 2017-04-01 10:42:44 +02:00
socket.c vhost: introduce API to start a specific driver 2017-04-01 10:42:44 +02:00
vhost_user.c vhost: do not destroy device on repeat mem table message 2017-04-01 10:42:44 +02:00
vhost_user.h vhost: rename header file 2017-04-01 10:42:44 +02:00
vhost.c vhost: rename header file 2017-04-01 10:42:44 +02:00
vhost.h vhost: rename header file 2017-04-01 10:42:44 +02:00
virtio_net.c vhost: rename header file 2017-04-01 10:42:44 +02:00