numam-dpdk/drivers/net/ixgbe/rte_pmd_ixgbe_version.map
Shweta Choudaha c2071c19ad net/ixgbe: add API to update SBP bit
Add ixgbe API to enable SBP bit in FCTRL register
to allow receiving packets that may otherwise be
considered length errors by ixgbe and dropped

Signed-off-by: Shweta Choudaha <shweta.choudaha@att.com>
Reviewed-by: Chas Williams <chas3@att.com>
Reviewed-by: Luca Boccassi <bluca@debian.org>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
2018-05-14 22:31:47 +01:00

65 lines
1.3 KiB
Plaintext

DPDK_2.0 {
local: *;
};
DPDK_16.11 {
global:
rte_pmd_ixgbe_set_all_queues_drop_en;
rte_pmd_ixgbe_set_tx_loopback;
rte_pmd_ixgbe_set_vf_mac_addr;
rte_pmd_ixgbe_set_vf_mac_anti_spoof;
rte_pmd_ixgbe_set_vf_split_drop_en;
rte_pmd_ixgbe_set_vf_vlan_anti_spoof;
rte_pmd_ixgbe_set_vf_vlan_insert;
rte_pmd_ixgbe_set_vf_vlan_stripq;
} DPDK_2.0;
DPDK_17.02 {
global:
rte_pmd_ixgbe_macsec_config_rxsc;
rte_pmd_ixgbe_macsec_config_txsc;
rte_pmd_ixgbe_macsec_disable;
rte_pmd_ixgbe_macsec_enable;
rte_pmd_ixgbe_macsec_select_rxsa;
rte_pmd_ixgbe_macsec_select_txsa;
rte_pmd_ixgbe_set_vf_rate_limit;
rte_pmd_ixgbe_set_vf_rx;
rte_pmd_ixgbe_set_vf_rxmode;
rte_pmd_ixgbe_set_vf_tx;
rte_pmd_ixgbe_set_vf_vlan_filter;
} DPDK_16.11;
DPDK_17.05 {
global:
rte_pmd_ixgbe_ping_vf;
rte_pmd_ixgbe_set_tc_bw_alloc;
} DPDK_17.02;
DPDK_17.08 {
global:
rte_pmd_ixgbe_bypass_event_show;
rte_pmd_ixgbe_bypass_event_store;
rte_pmd_ixgbe_bypass_init;
rte_pmd_ixgbe_bypass_state_set;
rte_pmd_ixgbe_bypass_state_show;
rte_pmd_ixgbe_bypass_ver_show;
rte_pmd_ixgbe_bypass_wd_reset;
rte_pmd_ixgbe_bypass_wd_timeout_show;
rte_pmd_ixgbe_bypass_wd_timeout_store;
} DPDK_17.05;
EXPERIMENTAL {
global:
rte_pmd_ixgbe_mdio_lock;
rte_pmd_ixgbe_mdio_unlock;
rte_pmd_ixgbe_mdio_unlocked_read;
rte_pmd_ixgbe_mdio_unlocked_write;
rte_pmd_ixgbe_upd_fctrl_sbp;
};