From: Chas Williams Date: Thu, 17 May 2018 23:22:51 +0000 (-0400) Subject: net/bonding: export mode 4 slave info routine X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=ab2e38e82889dbfd89eddda731f8a1185800f29c net/bonding: export mode 4 slave info routine rte_eth_bond_8023ad_slave_info() wasn't exported in the original work. Useful to extract information about the current 802.3ad state. Fixes: 46fb43683679 ("bond: add mode 4") Cc: stable@dpdk.org Signed-off-by: Chas Williams Reviewed-by: Ferruh Yigit --- diff --git a/drivers/net/bonding/rte_pmd_bond_version.map b/drivers/net/bonding/rte_pmd_bond_version.map index ec3374b0f7..03ddb44e74 100644 --- a/drivers/net/bonding/rte_pmd_bond_version.map +++ b/drivers/net/bonding/rte_pmd_bond_version.map @@ -1,6 +1,7 @@ DPDK_2.0 { global: + rte_eth_bond_8023ad_slave_info; rte_eth_bond_active_slaves_get; rte_eth_bond_create; rte_eth_bond_link_monitoring_set;