From ab2e38e82889dbfd89eddda731f8a1185800f29c Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Thu, 17 May 2018 19:22:51 -0400 Subject: [PATCH] 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 --- drivers/net/bonding/rte_pmd_bond_version.map | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1