commit | 34370d2435f9853ac882056faa98f3263c537c36 | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Wed Jul 08 07:53:53 2020 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 08 15:21:13 2020 -0700 |
tree | 4787af0019085cf75c0fb184f145ca628ba53e24 | |
parent | e80a07b244dd6726094da73d58537c131cc0b1a6 [diff] |
bnxt_en: Set up the chip specific RSS table size. Currently, we allocate one page for the hardware DMA RSS indirection table. While the size is currently big enough for all chips, future chip variations may support bigger sizes, so it is better to calculate and store the chip specific size and allocate accordingly. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>