commit | 790d32c6d35de186154d94d6df2f0c4be33c7c52 | [log] [tgz] |
---|---|---|
author | Maxime Chevallier <maxime.chevallier@bootlin.com> | Thu Jul 12 13:54:15 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 12 17:30:48 2018 -0700 |
tree | 53df43867ae3159005c1e8dcfc10c4a4146dc8aa | |
parent | 4c4a5686c4e7475ab16fdaa4da375e43810da978 [diff] |
net: mvpp2: fix hardcoded number of rx queues There's a dedicated #define that indicates the number of rx queues per port per cpu, this commit removes a harcoded use of that value This doesn't fix any runtime bugs since the harcoded value matches the expected value. Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>