netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] bnxt_en: Bug fixes for net.
@ 2016-04-25  6:30 Michael Chan
  2016-04-25  6:30 ` [PATCH net 1/3] bnxt_en: Don't fallback to INTA on VF Michael Chan
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Michael Chan @ 2016-04-25  6:30 UTC (permalink / raw)
  To: davem; +Cc: netdev

Only use MSIX on VF, and fix rx page buffers on architectures with
PAGE_SIZE >= 64K.

Michael Chan (3):
  bnxt_en: Don't fallback to INTA on VF.
  bnxt_en: Limit RX BD pages to be no bigger than 32K.
  bnxt_en: Divide a page into 32K buffers for the aggregation ring if
    necessary.

 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 53 +++++++++++++++++++++++--------
 drivers/net/ethernet/broadcom/bnxt/bnxt.h | 13 ++++++++
 2 files changed, 52 insertions(+), 14 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH net 0/3] bnxt_en: Bug fixes for net
@ 2024-06-18 21:53 Michael Chan
  2024-06-20 14:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Chan @ 2024-06-18 21:53 UTC (permalink / raw)
  To: davem; +Cc: netdev, edumazet, kuba, pabeni, pavan.chebbi, andrew.gospodarek

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

The first firmware interface update is needed by the second patch to
limit the number of TSO segments on the 5760X chips.  The third patch
fixes the TX error path for PTP packets.

Michael Chan (2):
  bnxt_en: Update firmware interface to 1.10.3.44
  bnxt_en: Set TSO max segs on devices with limits

Pavan Chebbi (1):
  bnxt_en: Restore PTP tx_avail count in case of skb_pad() error

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     |   8 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |   1 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h | 311 ++++++++++--------
 3 files changed, 184 insertions(+), 136 deletions(-)

-- 
2.30.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4209 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-06-20 14:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-25  6:30 [PATCH net 0/3] bnxt_en: Bug fixes for net Michael Chan
2016-04-25  6:30 ` [PATCH net 1/3] bnxt_en: Don't fallback to INTA on VF Michael Chan
2016-04-25  6:30 ` [PATCH net 2/3] bnxt_en: Limit RX BD pages to be no bigger than 32K Michael Chan
2016-04-25  6:30 ` [PATCH net 3/3] bnxt_en: Divide a page into 32K buffers for the aggregation ring if necessary Michael Chan
2016-04-27 20:19 ` [PATCH net 0/3] bnxt_en: Bug fixes for net David Miller
  -- strict thread matches above, loose matches on Subject: below --
2024-06-18 21:53 Michael Chan
2024-06-20 14:00 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).