v4: - Fix issues of compiling shared library. - Remove extra symbols in drivers/bus/vdev/rte_bus_vdev_version.map.
This patch set depends on: http://dpdk.org/ml/archives/dev/2017-October/077855.html This patch set is originated from below series: http://dpdk.org/ml/archives/dev/2017-September/076821.html As per previous discussions, we tend to move all bus drivers from EAL to drivers/bus/. This patch set targets vdev bus. Jianfeng Tan (5): bus/vdev: scan and probe vdev in secondary processes ethdev: support attach vdev in secondary process vhost: allocate virtio_net in memzone vhost: support to kick in secondary process net/vhost: support to run in the secondary process drivers/bus/vdev/vdev.c | 104 ++++++++++++++++- drivers/net/vhost/rte_eth_vhost.c | 200 ++++++++++++++++++++++++++++++--- lib/librte_ether/rte_ethdev_vdev.h | 26 +++-- lib/librte_vhost/rte_vhost.h | 3 + lib/librte_vhost/rte_vhost_version.map | 7 ++ lib/librte_vhost/socket.c | 2 + lib/librte_vhost/vhost.c | 71 ++++++++++-- lib/librte_vhost/vhost.h | 7 +- lib/librte_vhost/vhost_user.c | 17 +-- 9 files changed, 392 insertions(+), 45 deletions(-) -- 2.7.4