OSDN Git Service

Merge branch 'bnxt_en-rx-ring'
authorDavid S. Miller <davem@davemloft.net>
Tue, 3 Aug 2021 11:38:47 +0000 (12:38 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Aug 2021 11:38:47 +0000 (12:38 +0100)
commitdc1a8079ebac2d7e79c78059a9abde8b1c9878eb
tree5e1083736ce28c6c86972ee51c78c40e83e46825
parent0547ffe6248cd90361dfa627c4566afb81f06c2b
parentc1129b51ca0e6d261df7b49388af7962c8e9a19e
Merge branch 'bnxt_en-rx-ring'

Michael Chan says:

====================
bnxt_en: Increase maximum RX ring size when jumbo ring is unused

The RX jumbo ring is automatically enabled when HW GRO/LRO is enabled or
when the MTU exceeds the page size.  The RX jumbo ring provides a lot
more RX buffer space when it is in use.  When the RX jumbo ring is not
in use, some users report that the current maximum of 2K buffers is
too limiting.  This patchset increases the maximum to 8K buffers when
the RX jumbo ring is not used.  The default RX ring size is unchanged
at 511.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>