Re: [PATCH net] net: mvpp2: fix the RSS table entry offset

2017-12-08 Thread David Miller
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. > >

[PATCH net] net: mvpp2: fix the RSS table entry offset

2017-12-08 Thread Antoine Tenart
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