Re: [dpdk-dev] [PATCH v4] net/mlx5: fix inconsistent link status query

2017-07-31 Thread Ferruh Yigit
On 7/25/2017 3:01 PM, Nélio Laranjeiro wrote: > On Tue, Jul 25, 2017 at 07:08:07PM +0530, Gowrishankar wrote: >> From: Gowrishankar Muthukrishnan >> >> ETHTOOL_GLINKSETTINGS ioctl call in mlx5 pmd returns inconsistent >> link status due to which any application relying on it would not >> function

Re: [dpdk-dev] [PATCH v4] net/mlx5: fix inconsistent link status query

2017-07-25 Thread Nélio Laranjeiro
On Tue, Jul 25, 2017 at 07:08:07PM +0530, Gowrishankar wrote: > From: Gowrishankar Muthukrishnan > > ETHTOOL_GLINKSETTINGS ioctl call in mlx5 pmd returns inconsistent > link status due to which any application relying on it would not > function correctly. > > Fixes: 188408719888 ("net/mlx5: fix

[dpdk-dev] [PATCH v4] net/mlx5: fix inconsistent link status query

2017-07-25 Thread Gowrishankar
From: Gowrishankar Muthukrishnan ETHTOOL_GLINKSETTINGS ioctl call in mlx5 pmd returns inconsistent link status due to which any application relying on it would not function correctly. Fixes: 188408719888 ("net/mlx5: fix support for newer link speeds") Cc: sta...@dpdk.org Signed-off-by: Gowrisha