numam-dpdk/drivers/net/dpaa2/version.map
Hemant Agrawal 66c64eb24d net/dpaa2: support configuring dpdmux max Rx frame length
This patch introduce a new PMD API, which can help the applications
to configure the max frame length for a given dpdmux interface

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2021-02-24 18:03:30 +01:00

19 lines
233 B
Plaintext

EXPERIMENTAL {
global:
rte_pmd_dpaa2_mux_flow_create;
rte_pmd_dpaa2_set_custom_hash;
# added in 21.05
rte_pmd_dpaa2_mux_rx_frame_len;
};
INTERNAL {
global:
dpaa2_eth_eventq_attach;
dpaa2_eth_eventq_detach;
local: *;
};