git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/bnx2x: replace macro with static function
[dpdk.git]
/
drivers
/
net
/
ring
/
rte_eth_ring_version.map
1
DPDK_2.0 {
2
global:
3
4
rte_eth_from_rings;
5
6
local: *;
7
};
8
9
DPDK_2.2 {
10
global:
11
12
rte_eth_from_ring;
13
14
} DPDK_2.0;