DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] examples/bond: fix vdev name in bond sample app
@ 2018-01-25 16:26 Radu Nicolau
  2018-01-26  8:12 ` [dpdk-dev] [dpdk-stable] " De Lara Guarch, Pablo
  0 siblings, 1 reply; 3+ messages in thread
From: Radu Nicolau @ 2018-01-25 16:26 UTC (permalink / raw)
  To: dev; +Cc: declan.doherty, Radu Nicolau, stable

Fixes: 73db5bad ("net: align ethdev and eal driver names")
Cc: stable@dpdk.org

Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
---
 examples/bond/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/bond/main.c b/examples/bond/main.c
index 01e5eda..3ca6ca3 100644
--- a/examples/bond/main.c
+++ b/examples/bond/main.c
@@ -212,7 +212,7 @@ bond_port_init(struct rte_mempool *mbuf_pool)
 	struct rte_eth_txconf txq_conf;
 	struct rte_eth_conf local_port_conf = port_conf;
 
-	retval = rte_eth_bond_create("bond0", BONDING_MODE_ALB,
+	retval = rte_eth_bond_create("net_bonding0", BONDING_MODE_ALB,
 			0 /*SOCKET_ID_ANY*/);
 	if (retval < 0)
 		rte_exit(EXIT_FAILURE,
-- 
2.7.5

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

end of thread, other threads:[~2018-01-31 19:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-25 16:26 [dpdk-dev] [PATCH] examples/bond: fix vdev name in bond sample app Radu Nicolau
2018-01-26  8:12 ` [dpdk-dev] [dpdk-stable] " De Lara Guarch, Pablo
2018-01-31 19:42   ` 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).