* [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
* Re: [dpdk-dev] [dpdk-stable] [PATCH] examples/bond: fix vdev name in bond sample app
2018-01-25 16:26 [dpdk-dev] [PATCH] examples/bond: fix vdev name in bond sample app Radu Nicolau
@ 2018-01-26 8:12 ` De Lara Guarch, Pablo
2018-01-31 19:42 ` Ferruh Yigit
0 siblings, 1 reply; 3+ messages in thread
From: De Lara Guarch, Pablo @ 2018-01-26 8:12 UTC (permalink / raw)
To: Nicolau, Radu, dev; +Cc: Doherty, Declan, Nicolau, Radu, stable
> -----Original Message-----
> From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of Radu Nicolau
> Sent: Thursday, January 25, 2018 4:26 PM
> To: dev@dpdk.org
> Cc: Doherty, Declan <declan.doherty@intel.com>; Nicolau, Radu
> <radu.nicolau@intel.com>; stable@dpdk.org
> Subject: [dpdk-stable] [PATCH] examples/bond: fix vdev name in bond
> sample app
>
> 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>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [dpdk-stable] [PATCH] examples/bond: fix vdev name in bond sample app
2018-01-26 8:12 ` [dpdk-dev] [dpdk-stable] " De Lara Guarch, Pablo
@ 2018-01-31 19:42 ` Ferruh Yigit
0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2018-01-31 19:42 UTC (permalink / raw)
To: De Lara Guarch, Pablo, Nicolau, Radu, dev; +Cc: Doherty, Declan, stable
On 1/26/2018 8:12 AM, De Lara Guarch, Pablo wrote:
>
>
>> -----Original Message-----
>> From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of Radu Nicolau
>> Sent: Thursday, January 25, 2018 4:26 PM
>> To: dev@dpdk.org
>> Cc: Doherty, Declan <declan.doherty@intel.com>; Nicolau, Radu
>> <radu.nicolau@intel.com>; stable@dpdk.org
>> Subject: [dpdk-stable] [PATCH] examples/bond: fix vdev name in bond
>> sample app
>>
>> 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>
Applied to dpdk-next-net/master, thanks.
^ 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).