git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/bnxt: use first completion ring for fwd and async event
[dpdk.git]
/
lib
/
librte_net
/
rte_net_version.map
1
DPDK_16.11 {
2
global:
3
rte_net_get_ptype;
4
5
local: *;
6
};
7
8
DPDK_17.05 {
9
global:
10
11
rte_net_crc_calc;
12
rte_net_crc_set_alg;
13
14
} DPDK_16.11;
15
16
EXPERIMENTAL {
17
global:
18
19
rte_net_make_rarp_packet;
20
rte_net_skip_ip6_ext;
21
};