]> git.baikalelectronics.ru Git - kernel.git/commit
net: mvpp2: fix the RSS table entry offset
authorAntoine Tenart <antoine.tenart@free-electrons.com>
Fri, 8 Dec 2017 09:24:20 +0000 (10:24 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Dec 2017 19:35:15 +0000 (14:35 -0500)
commit5c2bd2dd3e4004192f2b41f519eb9081f4709d51
tree68bdcb589f71f66bba26976c30ab141e3126b076
parent943c1b88f99eb8b58b2c0c82e41ed778e10b5166
net: mvpp2: fix the RSS table entry offset

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: 6cad8689fc12 ("net: mvpp2: initialize the RSS tables")
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvpp2.c