]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/dpdk/lib/librte_net/rte_net_version.map
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / 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 };