numam-dpdk/drivers
Yuanhan Liu 550c9d27d1 vhost: set/reset device flags internally
It does not make sense to ask the application to set/unset the flag
VIRTIO_DEV_RUNNING (that used internal only) at new_device()/
destroy_device() callback.

Instead, it should be set after new_device() succeeds and reset before
destroy_device() is invoked inside vhost lib. This patch fixes it.

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Tested-by: Rich Lane <rich.lane@bigswitch.com>
Acked-by: Rich Lane <rich.lane@bigswitch.com>
2016-06-22 06:10:54 +02:00
..
crypto qat: fix probing 2016-06-21 15:33:42 +02:00
net vhost: set/reset device flags internally 2016-06-22 06:10:54 +02:00
Makefile mk: fix build without crypto 2016-03-11 10:43:09 +01:00