From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix use of bit numbers instead of masks Date: Sat, 11 Nov 2017 12:23:27 +0100 Message-ID: <4443122.RZDp3AEBiT@xps> References: <20171110141746.19251-1-makarov@kraftway.ru> <20171110144937.eswbmusccxmt6mk7@laranjeiro-vm.dev.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, Nelio Laranjeiro , Adrien Mazarguil , Roman Khimov , "dev@dpdk.org" To: Edward Makarov Return-path: In-Reply-To: <20171110144937.eswbmusccxmt6mk7@laranjeiro-vm.dev.6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/11/2017 15:49, Nelio Laranjeiro: > On Fri, Nov 10, 2017 at 02:18:04PM +0000, 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: fix support for newer link speeds") > > Cc: nelio.laranjeiro@6wind.com > > Cc: stable@dpdk.org > > > > Signed-off-by: Edward Makarov > > Acked-by: Nelio Laranjeiro Applied, thanks