[PATCH 03/13] net/sxe: add tx rx setup and data path
Stephen Hemminger
stephen at networkplumber.org
Sat Apr 26 18:20:19 CEST 2025
On Thu, 24 Apr 2025 19:36:42 -0700
Jie Liu <liujie5 at linkdatatechnology.com> wrote:
> new file mode 100644
> index 0000000000..2a5711367d
> --- /dev/null
> +++ b/drivers/net/sxe/rte_pmd_sxe_version.map
> @@ -0,0 +1,5 @@
> +EXPERIMENTAL {
> + global:
> + rte_pmd_sxe_tx_loopback_set;
> + local: *;
> +};
The version map has been replaced in current main branch
with RTE_EXPORT_EXPERIMENTAL_SYMBOL macro.
More information about the dev
mailing list