git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net: promote ip6 external headers skip API as stable
[dpdk.git]
/
lib
/
net
/
version.map
1
DPDK_22 {
2
global:
3
4
rte_eth_random_addr;
5
rte_ether_format_addr;
6
rte_net_crc_calc;
7
rte_net_crc_set_alg;
8
rte_net_get_ptype;
9
rte_net_skip_ip6_ext;
10
11
local: *;
12
};
13
14
EXPERIMENTAL {
15
global:
16
17
rte_net_make_rarp_packet;
18
rte_ether_unformat_addr;
19
};