Re: [dpdk-dev] [PATCH 2/2] net/thunderx: wait to complete during link update

2017-04-03 Thread Ferruh Yigit
On 4/3/2017 3:55 PM, Jerin Jacob wrote: > On Fri, Mar 31, 2017 at 03:57:49PM +0200, Andriy Berestovskyy wrote: >> Some DPDK applications/examples check link status on their >> start. NICVF does not wait for the link, so those apps fail. >> >> Wait up to 9 seconds for the link as other PMDs do in or

Re: [dpdk-dev] [PATCH 2/2] net/thunderx: wait to complete during link update

2017-04-03 Thread Jerin Jacob
On Fri, Mar 31, 2017 at 03:57:49PM +0200, Andriy Berestovskyy wrote: > Some DPDK applications/examples check link status on their > start. NICVF does not wait for the link, so those apps fail. > > Wait up to 9 seconds for the link as other PMDs do in order > to fix those apps/examples. > > Signed

[dpdk-dev] [PATCH 2/2] net/thunderx: wait to complete during link update

2017-03-31 Thread Andriy Berestovskyy
Some DPDK applications/examples check link status on their start. NICVF does not wait for the link, so those apps fail. Wait up to 9 seconds for the link as other PMDs do in order to fix those apps/examples. Signed-off-by: Andriy Berestovskyy --- drivers/net/thunderx/nicvf_ethdev.c | 21 +++