net/bonding: export mode 4 slave info routine
authorChas Williams <chas3@att.com>
Thu, 17 May 2018 23:22:51 +0000 (19:22 -0400)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 22 May 2018 22:35:01 +0000 (00:35 +0200)
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 <chas3@att.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/bonding/rte_pmd_bond_version.map

index ec3374b..03ddb44 100644 (file)
@@ -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;