From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] net: mvpp2: fix the RSS table entry offset Date: Fri, 08 Dec 2017 14:36:04 -0500 (EST) Message-ID: <20171208.143604.749114703493127876.davem@davemloft.net> References: <20171208092420.452-1-antoine.tenart@free-electrons.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: gregory.clement@free-electrons.com, thomas.petazzoni@free-electrons.com, miquel.raynal@free-electrons.com, nadavh@marvell.com, mw@semihalf.com, stefanc@marvell.com, ymarkman@marvell.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: antoine.tenart@free-electrons.com Return-path: In-Reply-To: <20171208092420.452-1-antoine.tenart@free-electrons.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Antoine Tenart Date: Fri, 8 Dec 2017 10:24:20 +0100 > The macro used to access or set an RSS table entry was using an offset > of 8, while it should use an offset of 0. This lead to wrongly configure > the RSS table, not accessing the right entries. > > Fixes: 1d7d15d79fb4 ("net: mvpp2: initialize the RSS tables") > Signed-off-by: Antoine Tenart Applied.