This website requires JavaScript.
Explore
Help
Sign In
d
/
numam-dpdk
Watch
1
Star
0
Fork
0
You've already forked numam-dpdk
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
numam-dpdk
/
drivers
/
net
/
ring
/
rte_eth_ring_version.map
15 lines
112 B
Plaintext
Raw
Normal View
History
Unescape
Escape
lib: provide initial versioning Add linker version script files to each DPDK library to put a stake in the ground from which we can start cleaning up API's Signed-off-by: Neil Horman <nhorman@tuxdriver.com> Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
2015-02-02 12:40:20 -05:00
DPDK_2.0 {
global:
rte_eth_from_rings;
local: *;
};
ring: create device from a ring Add a one-parameter function to take an existing rte_ring and wrap it as an ethdev, returning the port id of the new ethdev instance. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2015-09-30 13:12:21 +01:00
DPDK_2.2 {
global:
rte_eth_from_ring;
} DPDK_2.0;
Reference in New Issue
Copy Permalink