Re: [dpdk-dev] [PATCH] net/mlx5: fix use of bit numbers instead of masks

2017-11-10 Thread Nelio Laranjeiro
On Fri, Nov 10, 2017 at 02:18:04PM +, Edward Makarov wrote: > The constant ETHTOOL_LINK_MODE_1000baseT_Full_BIT and the others like > that in mlx5_link_update_unlocked_gs must be bit masks but unfortunately > they are bit numbers. This commit fixes the issue. > > Fixes: 188408719888 ("net/mlx5

[dpdk-dev] [PATCH] net/mlx5: fix use of bit numbers instead of masks

2017-11-10 Thread Edward Makarov
The constant ETHTOOL_LINK_MODE_1000baseT_Full_BIT and the others like that in mlx5_link_update_unlocked_gs must be bit masks but unfortunately they are bit numbers. This commit fixes the issue. Fixes: 188408719888 ("net/mlx5: fix support for newer link speeds") Cc: nelio.laranje...@6wind.com Cc: s