[dpdk-dev] [PATCH] net/mlx5: fix link status report

2016-10-19 Thread Bruce Richardson
On Mon, Oct 17, 2016 at 01:10:48PM +0200, Nelio Laranjeiro wrote: > From: Olga Shern > > This commit fixes link status report on device start up when > lcs callback is configured. > > Fixes: 62072098b54e ("mlx5: support setting link up or down") > > Signed-off-by: Olga Shern > --- Applied to d

[dpdk-dev] [PATCH] net/mlx5: fix link status report

2016-10-17 Thread Nelio Laranjeiro
From: Olga Shern This commit fixes link status report on device start up when lcs callback is configured. Fixes: 62072098b54e ("mlx5: support setting link up or down") Signed-off-by: Olga Shern --- drivers/net/mlx5/mlx5.c| 1 + drivers/net/mlx5/mlx5.h| 1 + drivers/net/mlx5/ml