numam-dpdk/drivers/net/ice/version.map
Steve Yang 0d8d7bd720 net/ice: support DDP dump switch rule binary
Dump ICE ddp runtime switch rule binary via following command:
testpmd> ddp dump switch <port_id> <output_file>

Signed-off-by: Steve Yang <stevex.yang@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2022-10-25 17:33:30 +02:00

12 lines
124 B
Plaintext

DPDK_23 {
local: *;
};
EXPERIMENTAL {
global:
# added in 19.11
rte_pmd_ice_dump_package;
rte_pmd_ice_dump_switch;
};