[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1627915959-1648-1-git-send-email-michael.chan@broadcom.com>
Date: Mon, 2 Aug 2021 10:52:37 -0400
From: Michael Chan <michael.chan@...adcom.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, kuba@...nel.org, gospo@...adcom.com
Subject: [PATCH net-next 0/2] 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.
Michael Chan (2):
bnxt_en: Don't use static arrays for completion ring pages.
bnxt_en: Increase maximum RX ring size if jumbo ring is not used.
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 75 ++++++++++++++++++-
drivers/net/ethernet/broadcom/bnxt/bnxt.h | 17 +++--
.../net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 9 ++-
3 files changed, 90 insertions(+), 11 deletions(-)
--
2.18.1
Download attachment "smime.p7s" of type "application/pkcs7-signature" (4209 bytes)
Powered by blists - more mailing lists