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:
c5224f6
)
examples/bond: fix vdev name
author
Radu Nicolau
<radu.nicolau@intel.com>
Thu, 25 Jan 2018 16:26:26 +0000
(16:26 +0000)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Wed, 31 Jan 2018 19:57:29 +0000
(20:57 +0100)
Fixes:
73db5bad
("net: align ethdev and eal driver names")
Cc: stable@dpdk.org
Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
examples/bond/main.c
patch
|
blob
|
history
diff --git
a/examples/bond/main.c
b/examples/bond/main.c
index
2cbf68f
..
b8efcaf
100644
(file)
--- 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("
bond
0", BONDING_MODE_ALB,
+ retval = rte_eth_bond_create("
net_bonding
0", BONDING_MODE_ALB,
0 /*SOCKET_ID_ANY*/);
if (retval < 0)
rte_exit(EXIT_FAILURE,