85ff364f3b
Merge all versions in linker version script files to DPDK_20.0. This commit was generated by running the following command: :~/DPDK$ buildtools/update-abi.sh 20.0 Signed-off-by: Pawel Modrak <pawelx.modrak@intel.com> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Thomas Monjalon <thomas@monjalon.net>
16 lines
334 B
Plaintext
16 lines
334 B
Plaintext
DPDK_20.0 {
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
# added in 19.11
|
|
rte_net_ice_dynfield_proto_xtr_metadata_offs;
|
|
rte_net_ice_dynflag_proto_xtr_vlan_mask;
|
|
rte_net_ice_dynflag_proto_xtr_ipv4_mask;
|
|
rte_net_ice_dynflag_proto_xtr_ipv6_mask;
|
|
rte_net_ice_dynflag_proto_xtr_ipv6_flow_mask;
|
|
rte_net_ice_dynflag_proto_xtr_tcp_mask;
|
|
};
|