]> git.baikalelectronics.ru Git - kernel.git/commit
net: mvpp2: define the number of RSS entries per table in mvpp2.h
authorMaxime Chevallier <maxime.chevallier@bootlin.com>
Thu, 12 Jul 2018 11:54:11 +0000 (13:54 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Jul 2018 00:30:47 +0000 (17:30 -0700)
commit6dfe8abe0f89b7afb11892dda309e86bf448d88f
tree04096b76cf1965d7a9f385b9e72852094f090a17
parente5208a7d5f02f5ca72cbaaeb6932548f934f513d
net: mvpp2: define the number of RSS entries per table in mvpp2.h

The size of the the RSS indirection tables should be defined in mvpp2.h,
so that we can use it in all files of the PPv2 driver.

This commit moves the define in mvpp2.h, and adds the missing #include
in mvpp2_cls.h.

Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvpp2/mvpp2.h
drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h