DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 1/2] net/bonding: export mode 4 slave info routine
@ 2018-05-17 23:22 Chas Williams
  2018-05-17 23:22 ` [dpdk-dev] [PATCH 2/2] net/bonding: always update bonding link status Chas Williams
  2018-05-22 10:05 ` [dpdk-dev] [dpdk-stable] [PATCH 1/2] net/bonding: export mode 4 slave info routine Ferruh Yigit
  0 siblings, 2 replies; 4+ messages in thread
From: Chas Williams @ 2018-05-17 23:22 UTC (permalink / raw)
  To: dev; +Cc: declan.doherty, Chas Williams, stable

From: Chas Williams <chas3@att.com>

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>
---
 drivers/net/bonding/rte_pmd_bond_version.map | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/net/bonding/rte_pmd_bond_version.map b/drivers/net/bonding/rte_pmd_bond_version.map
index ec3374b0f..cdd77df84 100644
--- a/drivers/net/bonding/rte_pmd_bond_version.map
+++ b/drivers/net/bonding/rte_pmd_bond_version.map
@@ -52,3 +52,10 @@ DPDK_17.08 {
 
 
 } DPDK_16.07;
+
+DPDK_18.08 {
+	global:
+
+	rte_eth_bond_8023ad_slave_info;
+
+}:
-- 
2.14.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-14 17:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-17 23:22 [dpdk-dev] [PATCH 1/2] net/bonding: export mode 4 slave info routine Chas Williams
2018-05-17 23:22 ` [dpdk-dev] [PATCH 2/2] net/bonding: always update bonding link status Chas Williams
2018-06-14 17:05   ` Ferruh Yigit
2018-05-22 10:05 ` [dpdk-dev] [dpdk-stable] [PATCH 1/2] net/bonding: export mode 4 slave info routine Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).