Re: [dpdk-dev] [PATCH] examples/bond: wait for slaves to become active

2018-11-29 Thread Ferruh Yigit
On 11/27/2018 7:01 PM, Chas Williams wrote: > > > On 11/14/2018 07:19 AM, Radu Nicolau wrote: >> Do not start the packet processing threads until all configured >> slaves become active. >> >> Signed-off-by: Radu Nicolau > > Acked-by: Chas Williams Applied to dpdk-next-net/master, thanks. (co

Re: [dpdk-dev] [PATCH] examples/bond: wait for slaves to become active

2018-11-29 Thread Nicolau, Radu
I'm ok with the updates, thanks! -Original Message- From: Yigit, Ferruh Sent: Thursday, November 29, 2018 8:57 AM To: Nicolau, Radu ; dev@dpdk.org Cc: Doherty, Declan ; ch...@att.com Subject: [dpdk-dev] [PATCH] examples/bond: wait for slaves to become active On 11/28/2018 1:48 PM,

[dpdk-dev] [PATCH] examples/bond: wait for slaves to become active

2018-11-29 Thread Ferruh Yigit
On 11/28/2018 1:48 PM, Radu Nicolau wrote: > Hi > > > On 11/28/2018 11:08 AM, Ferruh Yigit wrote: >> On 11/14/2018 12:19 PM, Radu Nicolau wrote: >>> Do not start the packet processing threads until all configured >>> slaves become active. >> Hi Radu, >> >> What happens if packet processing thread

Re: [dpdk-dev] [PATCH] examples/bond: wait for slaves to become active

2018-11-28 Thread Chas Williams
On 11/28/18 11:04 AM, Radu Nicolau wrote: On 11/28/2018 2:28 PM, Chas Williams wrote: On 11/28/2018 08:48 AM, Radu Nicolau wrote: Hi On 11/28/2018 11:08 AM, Ferruh Yigit wrote: On 11/14/2018 12:19 PM, Radu Nicolau wrote: Do not start the packet processing threads until all configured

Re: [dpdk-dev] [PATCH] examples/bond: wait for slaves to become active

2018-11-28 Thread Radu Nicolau
On 11/28/2018 2:28 PM, Chas Williams wrote: On 11/28/2018 08:48 AM, Radu Nicolau wrote: Hi On 11/28/2018 11:08 AM, Ferruh Yigit wrote: On 11/14/2018 12:19 PM, Radu Nicolau wrote: Do not start the packet processing threads until all configured slaves become active. Hi Radu, What happen

Re: [dpdk-dev] [PATCH] examples/bond: wait for slaves to become active

2018-11-28 Thread Chas Williams
On 11/28/2018 08:48 AM, Radu Nicolau wrote: Hi On 11/28/2018 11:08 AM, Ferruh Yigit wrote: On 11/14/2018 12:19 PM, Radu Nicolau wrote: Do not start the packet processing threads until all configured slaves become active. Hi Radu, What happens if packet processing threads started before a

Re: [dpdk-dev] [PATCH] examples/bond: wait for slaves to become active

2018-11-28 Thread Radu Nicolau
Hi On 11/28/2018 11:08 AM, Ferruh Yigit wrote: On 11/14/2018 12:19 PM, Radu Nicolau wrote: Do not start the packet processing threads until all configured slaves become active. Hi Radu, What happens if packet processing threads started before all slaves active? Exit app, error, crash? So ca

Re: [dpdk-dev] [PATCH] examples/bond: wait for slaves to become active

2018-11-28 Thread Ferruh Yigit
On 11/14/2018 12:19 PM, Radu Nicolau wrote: > Do not start the packet processing threads until all configured > slaves become active. Hi Radu, What happens if packet processing threads started before all slaves active? Exit app, error, crash? So can we say this patch is fixing packet forwarding?

Re: [dpdk-dev] [PATCH] examples/bond: wait for slaves to become active

2018-11-27 Thread Chas Williams
On 11/14/2018 07:19 AM, Radu Nicolau wrote: Do not start the packet processing threads until all configured slaves become active. Signed-off-by: Radu Nicolau Acked-by: Chas Williams --- examples/bond/main.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/examples

[dpdk-dev] [PATCH] examples/bond: wait for slaves to become active

2018-11-14 Thread Radu Nicolau
Do not start the packet processing threads until all configured slaves become active. Signed-off-by: Radu Nicolau --- examples/bond/main.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/examples/bond/main.c b/examples/bond/main.c index b282e68..6623cae 100644 --- a/examples