2016-10-03 08:38:45 +00:00
|
|
|
DPDK_16.11 {
|
2016-10-03 08:38:46 +00:00
|
|
|
global:
|
|
|
|
rte_net_get_ptype;
|
|
|
|
|
2016-10-03 08:38:45 +00:00
|
|
|
local: *;
|
|
|
|
};
|
2017-04-05 20:49:49 +00:00
|
|
|
|
|
|
|
DPDK_17.05 {
|
|
|
|
global:
|
|
|
|
|
|
|
|
rte_net_crc_calc;
|
|
|
|
rte_net_crc_set_alg;
|
|
|
|
|
|
|
|
} DPDK_16.11;
|
2018-01-10 01:23:54 +00:00
|
|
|
|
2019-07-05 17:16:16 +00:00
|
|
|
DPDK_19.08 {
|
|
|
|
global:
|
|
|
|
|
|
|
|
rte_eth_random_addr;
|
|
|
|
rte_ether_format_addr;
|
|
|
|
|
|
|
|
} DPDK_17.05;
|
|
|
|
|
2018-01-10 01:23:54 +00:00
|
|
|
EXPERIMENTAL {
|
|
|
|
global:
|
|
|
|
|
|
|
|
rte_net_make_rarp_packet;
|
2018-03-28 15:43:42 +00:00
|
|
|
rte_net_skip_ip6_ext;
|
2019-07-05 17:16:17 +00:00
|
|
|
rte_ether_unformat_addr;
|
2018-04-27 15:17:55 +00:00
|
|
|
};
|