2db978d04b
There are two bonding APIs using ABI versioning, and both have port_id as parameter. Since we are already breaking ABI, no need to keep older versions of APIs. Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
55 lines
1021 B
Plaintext
55 lines
1021 B
Plaintext
DPDK_2.0 {
|
|
global:
|
|
|
|
rte_eth_bond_active_slaves_get;
|
|
rte_eth_bond_create;
|
|
rte_eth_bond_link_monitoring_set;
|
|
rte_eth_bond_mac_address_reset;
|
|
rte_eth_bond_mac_address_set;
|
|
rte_eth_bond_mode_get;
|
|
rte_eth_bond_mode_set;
|
|
rte_eth_bond_primary_get;
|
|
rte_eth_bond_primary_set;
|
|
rte_eth_bond_slave_add;
|
|
rte_eth_bond_slave_remove;
|
|
rte_eth_bond_slaves_get;
|
|
rte_eth_bond_xmit_policy_get;
|
|
rte_eth_bond_xmit_policy_set;
|
|
|
|
local: *;
|
|
};
|
|
|
|
DPDK_2.1 {
|
|
global:
|
|
|
|
rte_eth_bond_free;
|
|
|
|
} DPDK_2.0;
|
|
|
|
DPDK_16.04 {
|
|
};
|
|
|
|
DPDK_16.07 {
|
|
global:
|
|
|
|
rte_eth_bond_8023ad_ext_collect;
|
|
rte_eth_bond_8023ad_ext_collect_get;
|
|
rte_eth_bond_8023ad_ext_distrib;
|
|
rte_eth_bond_8023ad_ext_distrib_get;
|
|
rte_eth_bond_8023ad_ext_slowtx;
|
|
|
|
} DPDK_16.04;
|
|
|
|
DPDK_17.08 {
|
|
global:
|
|
|
|
rte_eth_bond_8023ad_dedicated_queues_enable;
|
|
rte_eth_bond_8023ad_dedicated_queues_disable;
|
|
rte_eth_bond_8023ad_agg_selection_get;
|
|
rte_eth_bond_8023ad_agg_selection_set;
|
|
rte_eth_bond_8023ad_conf_get;
|
|
rte_eth_bond_8023ad_setup;
|
|
|
|
|
|
} DPDK_16.07;
|