5f82296249
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>
21 lines
253 B
Plaintext
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;
|