Re: [lng-odp] [PATCH 1/2] linux-generic: netmap: wait for the interface to become active

2015-10-21 Thread Elo, Matias (Nokia - FI/Espoo)
43 PM > > To: Maxim Uvarov > > Cc: lng-odp@lists.linaro.org > > Subject: Re: [lng-odp] [PATCH 1/2] linux-generic: netmap: wait for the > > interface > > to become active > > > > On Fri, Oct 16, 2015 at 06:59:42PM +0300, Maxim Uvarov wrote: > > > On 10/1

Re: [lng-odp] [PATCH 1/2] linux-generic: netmap: wait for the interface to become active

2015-10-19 Thread Elo, Matias (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of EXT > Stuart > Haslam > Sent: Friday, October 16, 2015 8:43 PM > To: Maxim Uvarov > Cc: lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCH 1/2] linux-gener

Re: [lng-odp] [PATCH 1/2] linux-generic: netmap: wait for the interface to become active

2015-10-19 Thread Elo, Matias (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of EXT Maxim > Uvarov > Sent: Friday, October 16, 2015 7:00 PM > To: lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCH 1/2] linux-generic: netmap: wait for the > interfa

Re: [lng-odp] [PATCH 1/2] linux-generic: netmap: wait for the interface to become active

2015-10-16 Thread Stuart Haslam
On Fri, Oct 16, 2015 at 06:59:42PM +0300, Maxim Uvarov wrote: > On 10/16/2015 15:45, Matias Elo wrote: > >Netmap interface takes a few seconds to become active after > >setup. This caused several test applications to fail. > >Check link status at the end of netmap_open() to fix this. > > > >Signed-

Re: [lng-odp] [PATCH 1/2] linux-generic: netmap: wait for the interface to become active

2015-10-16 Thread Maxim Uvarov
On 10/16/2015 15:45, Matias Elo wrote: Netmap interface takes a few seconds to become active after setup. This caused several test applications to fail. Check link status at the end of netmap_open() to fix this. Signed-off-by: Matias Elo --- platform/linux-generic/pktio/netmap.c | 20

[lng-odp] [PATCH 1/2] linux-generic: netmap: wait for the interface to become active

2015-10-16 Thread Matias Elo
Netmap interface takes a few seconds to become active after setup. This caused several test applications to fail. Check link status at the end of netmap_open() to fix this. Signed-off-by: Matias Elo --- platform/linux-generic/pktio/netmap.c | 20 +--- 1 file changed, 17 insertion