numam-dpdk/drivers/net/dpaa2/rte_pmd_dpaa2_version.map
Nipun Gupta 5f82296249 net/dpaa2: support custom hash key
The DPAA2 hw can support a special offset based
configuration to program distribution on hash.
This is for all cases, which are not directly supported.

e.g. HASH based distribution on inner ip header
of a GRE tunnel.

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
2019-01-14 17:44:29 +01:00

21 lines
253 B
Plaintext

DPDK_17.05 {
local: *;
};
DPDK_17.11 {
global:
dpaa2_eth_eventq_attach;
dpaa2_eth_eventq_detach;
} DPDK_17.05;
EXPERIMENTAL {
global:
rte_pmd_dpaa2_mux_flow_create;
rte_pmd_dpaa2_set_custom_hash;
rte_pmd_dpaa2_set_timestamp;
} DPDK_17.11;