]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/dpdk/drivers/net/ring/rte_eth_ring_version.map
update download target update for octopus release
[ceph.git] / ceph / src / seastar / dpdk / 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;