git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83d63f0
)
net/bonding: export mode 4 slave info routine
author
Chas Williams
<chas3@att.com>
Thu, 17 May 2018 23:22:51 +0000
(19:22 -0400)
committer
Ferruh 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
patch
|
blob
|
history
diff --git
a/drivers/net/bonding/rte_pmd_bond_version.map
b/drivers/net/bonding/rte_pmd_bond_version.map
index
ec3374b
..
03ddb44
100644
(file)
--- 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;