[dpdk-dev] [PATCH v9 3/4] bus/vdev: move to vdev bus to drivers/bus

Thomas Monjalon thomas at monjalon.net
Fri Oct 27 09:56:20 CEST 2017


27/10/2017 03:06, Jianfeng Tan:
> --- /dev/null
> +++ b/drivers/bus/vdev/rte_bus_vdev_version.map
> @@ -0,0 +1,8 @@
> +DPDK_17.11 {
> +       global:
> +
> +       rte_vdev_init;
> +       rte_vdev_register;
> +       rte_vdev_uninit;
> +       rte_vdev_unregister;
> +};

It should not be needed to export the driver ops.

Please can you try to make it private?



More information about the dev mailing list