numam-dpdk/lib/librte_net/rte_net_version.map

22 lines
227 B
Plaintext
Raw Normal View History

DPDK_16.11 {
global:
rte_net_get_ptype;
local: *;
};
DPDK_17.05 {
global:
rte_net_crc_calc;
rte_net_crc_set_alg;
} DPDK_16.11;
EXPERIMENTAL {
global:
rte_net_make_rarp_packet;
rte_net_skip_ip6_ext;
} DPDK_17.05;