8e506da755
This function is public since commit 8f0e4d6a78
("net: export IPv6
header extensions skip function") (2018), and is used by vmxnet3 driver.
Promote it as stable.
Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: David Marchand <david.marchand@redhat.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
15 lines
218 B
Plaintext
15 lines
218 B
Plaintext
DPDK_22 {
|
|
global:
|
|
|
|
rte_eth_random_addr;
|
|
rte_ether_format_addr;
|
|
rte_ether_unformat_addr;
|
|
rte_net_crc_calc;
|
|
rte_net_crc_set_alg;
|
|
rte_net_get_ptype;
|
|
rte_net_make_rarp_packet;
|
|
rte_net_skip_ip6_ext;
|
|
|
|
local: *;
|
|
};
|