numam-dpdk/drivers/net/iavf/version.map
Jeff Guo 12b435bf8f net/iavf: support flex desc metadata extraction
Enable metadata extraction for flexible descriptors in AVF, that would
allow network function directly get metadata without additional parsing
which would reduce the CPU cost for VFs. The enabling metadata
extractions involve the metadata of VLAN/IPv4/IPv6/IPv6-FLOW/TCP/MPLS
flexible descriptors, and the VF could negotiate the capability of
the flexible descriptor with PF and correspondingly configure the
specific offload at receiving queues.

Signed-off-by: Jeff Guo <jia.guo@intel.com>
Acked-by: Haiyue Wang <haiyue.wang@intel.com>
2020-11-03 23:35:06 +01:00

17 lines
379 B
Plaintext

DPDK_21 {
local: *;
};
EXPERIMENTAL {
global:
# added in 20.11
rte_pmd_ifd_dynfield_proto_xtr_metadata_offs;
rte_pmd_ifd_dynflag_proto_xtr_vlan_mask;
rte_pmd_ifd_dynflag_proto_xtr_ipv4_mask;
rte_pmd_ifd_dynflag_proto_xtr_ipv6_mask;
rte_pmd_ifd_dynflag_proto_xtr_ipv6_flow_mask;
rte_pmd_ifd_dynflag_proto_xtr_tcp_mask;
rte_pmd_ifd_dynflag_proto_xtr_ip_offset_mask;
};