12b435bf8f
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>
17 lines
379 B
Plaintext
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;
|
|
};
|