f3a0daf347
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>
15 lines
112 B
Plaintext
15 lines
112 B
Plaintext
DPDK_2.0 {
|
|
global:
|
|
|
|
rte_eth_from_rings;
|
|
|
|
local: *;
|
|
};
|
|
|
|
DPDK_2.2 {
|
|
global:
|
|
|
|
rte_eth_from_ring;
|
|
|
|
} DPDK_2.0;
|