On Mon, 18 Apr 2022 09:59:10 +0530
Srikanth Kaka <[email protected]> wrote:
> diff --git a/drivers/bus/vmbus/version.map b/drivers/bus/vmbus/version.map
> index 3cadec7fae..3509d4fc14 100644
> --- a/drivers/bus/vmbus/version.map
> +++ b/drivers/bus/vmbus/version.map
> @@ -23,6 +23,7 @@ DPDK_22 {
> rte_vmbus_subchan_open;
> rte_vmbus_unmap_device;
> rte_vmbus_unregister;
> + rte_vmbus_ioctl;
>
> local: *;
> };
Adding ioctl is fine, probably would have done on Linux if the kernel
community would have allowed it...
But it needs to go in EXPERIMENTAL section per DPDK policy.