[PATCH v4 09/14] bus/vmbus: open subchannels
Stephen Hemminger
stephen at networkplumber.org
Tue Apr 19 17:00:17 CEST 2022
On Mon, 18 Apr 2022 09:59:10 +0530
Srikanth Kaka <srikanth.k at oneconvergence.com> 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.
More information about the dev
mailing list