Re: [dpdk-dev] [PATCH 2/2] net/mlx5: fix link status to use wait to complete

2018-02-16 Thread NĂ©lio Laranjeiro
On Fri, Feb 16, 2018 at 11:49:00AM +0100, Adrien Mazarguil wrote: > On Thu, Feb 15, 2018 at 09:47:28AM +0100, Nelio Laranjeiro wrote: > > Wait to complete is present to let the application get a correct status > > when it requires it, it should not be ignored. > > > > Fixes: cb8faed7dde8 ("mlx5: s

Re: [dpdk-dev] [PATCH 2/2] net/mlx5: fix link status to use wait to complete

2018-02-16 Thread Adrien Mazarguil
On Thu, Feb 15, 2018 at 09:47:28AM +0100, Nelio Laranjeiro wrote: > Wait to complete is present to let the application get a correct status > when it requires it, it should not be ignored. > > Fixes: cb8faed7dde8 ("mlx5: support link status update") > Cc: adrien.mazarg...@6wind.com > > Signed-off

[dpdk-dev] [PATCH 2/2] net/mlx5: fix link status to use wait to complete

2018-02-15 Thread Nelio Laranjeiro
Wait to complete is present to let the application get a correct status when it requires it, it should not be ignored. Fixes: cb8faed7dde8 ("mlx5: support link status update") Cc: adrien.mazarg...@6wind.com Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_ethdev.c | 35