[dpdk-dev] [PATCH v4 1/5] net/af_xdp: introduce AF XDP PMD driver

Luca Boccassi bluca at debian.org
Sun Mar 24 13:10:35 CET 2019


On Fri, 2019-03-22 at 21:01 +0800, Xiaolong Ye wrote:
> diff --git a/drivers/net/af_xdp/rte_pmd_af_xdp_version.map
> b/drivers/net/af_xdp/rte_pmd_af_xdp_version.map
> new file mode 100644
> index 000000000..c6db030fe
> --- /dev/null
> +++ b/drivers/net/af_xdp/rte_pmd_af_xdp_version.map
> @@ -0,0 +1,3 @@
> +DPDK_19.05 {
> +       local: *;
> +};

This is a new PMD, shouldn't it be EXPERIMENTAL rather than DPDK_19.05?

-- 
Kind regards,
Luca Boccassi


More information about the dev mailing list