The ice has the feature to extract protocol fields into flex descriptor by programming per queue. However, the dynamic field for proto_ext are allocated by PMD, it is the responsibility of application to reserved the field, before start DPDK. Application with parse the offset and proto_ext name to PMD with devargs. Remove related private API in 'rte_pmd_ice.h' and 'rte_pmd_ice.h' file. Signed-off-by: Kevin Liu <kevinx.liu@intel.com> Tested-by: Jin Ling <jin.ling@intel.com> Acked-by: Qi Zhang <qi.z.zhang@intel.com>
11 lines
98 B
Plaintext
11 lines
98 B
Plaintext
DPDK_23 {
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
# added in 19.11
|
|
rte_pmd_ice_dump_package;
|
|
};
|