97bd4ef9a0
This patch supports getting/setting input set info for RSS, FDIR, and FDIR flexible payload. It also adds some helper functions for input set configuration. Signed-off-by: Beilei Xing <beilei.xing@intel.com> Acked-by: Qi Zhang <qi.z.zhang@intel.com>
67 lines
1.3 KiB
Plaintext
67 lines
1.3 KiB
Plaintext
DPDK_2.0 {
|
|
|
|
local: *;
|
|
};
|
|
|
|
DPDK_17.02 {
|
|
global:
|
|
|
|
rte_pmd_i40e_get_vf_stats;
|
|
rte_pmd_i40e_ping_vfs;
|
|
rte_pmd_i40e_ptype_mapping_get;
|
|
rte_pmd_i40e_ptype_mapping_replace;
|
|
rte_pmd_i40e_ptype_mapping_reset;
|
|
rte_pmd_i40e_ptype_mapping_update;
|
|
rte_pmd_i40e_reset_vf_stats;
|
|
rte_pmd_i40e_set_tx_loopback;
|
|
rte_pmd_i40e_set_vf_broadcast;
|
|
rte_pmd_i40e_set_vf_mac_addr;
|
|
rte_pmd_i40e_set_vf_mac_anti_spoof;
|
|
rte_pmd_i40e_set_vf_multicast_promisc;
|
|
rte_pmd_i40e_set_vf_unicast_promisc;
|
|
rte_pmd_i40e_set_vf_vlan_anti_spoof;
|
|
rte_pmd_i40e_set_vf_vlan_filter;
|
|
rte_pmd_i40e_set_vf_vlan_insert;
|
|
rte_pmd_i40e_set_vf_vlan_stripq;
|
|
rte_pmd_i40e_set_vf_vlan_tag;
|
|
|
|
} DPDK_2.0;
|
|
|
|
DPDK_17.05 {
|
|
global:
|
|
|
|
rte_pmd_i40e_set_tc_strict_prio;
|
|
rte_pmd_i40e_set_vf_max_bw;
|
|
rte_pmd_i40e_set_vf_tc_bw_alloc;
|
|
rte_pmd_i40e_set_vf_tc_max_bw;
|
|
rte_pmd_i40e_process_ddp_package;
|
|
rte_pmd_i40e_get_ddp_list;
|
|
|
|
} DPDK_17.02;
|
|
|
|
DPDK_17.08 {
|
|
global:
|
|
|
|
rte_pmd_i40e_get_ddp_info;
|
|
|
|
} DPDK_17.05;
|
|
|
|
DPDK_17.11 {
|
|
global:
|
|
|
|
rte_pmd_i40e_add_vf_mac_addr;
|
|
rte_pmd_i40e_flow_add_del_packet_template;
|
|
rte_pmd_i40e_flow_type_mapping_update;
|
|
rte_pmd_i40e_flow_type_mapping_get;
|
|
rte_pmd_i40e_flow_type_mapping_reset;
|
|
rte_pmd_i40e_query_vfid_by_mac;
|
|
rte_pmd_i40e_rss_queue_region_conf;
|
|
|
|
} DPDK_17.08;
|
|
|
|
DPDK_18.02 {
|
|
global:
|
|
|
|
rte_pmd_i40e_inset_get;
|
|
rte_pmd_i40e_inset_set;
|
|
} DPDK_17.11; |