netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] bnxt_en: Add support for page pool
@ 2023-07-28 23:18 Michael Chan
  2023-07-28 23:18 ` [PATCH net-next 1/3] bnxt_en: Fix page pool logic for page size >= 64K Michael Chan
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Michael Chan @ 2023-07-28 23:18 UTC (permalink / raw)
  To: davem; +Cc: netdev, edumazet, kuba, pabeni, gospo, bpf, somnath.kotur

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

The first patch fixes the page pool implementation for XDP with page size
>= 64K.  The next 2 patches unifies the page pool implementation between
XDP and the normal RX path.

Somnath Kotur (3):
  bnxt_en: Fix page pool logic for page size >= 64K
  bnxt_en: Use the unified RX page pool buffers for XDP and non-XDP
  bnxt_en: Let the page pool manage the DMA mapping

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     | 121 ++++++------------
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |   3 -
 drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c |   6 +-
 3 files changed, 41 insertions(+), 89 deletions(-)

-- 
2.30.1


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

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

end of thread, other threads:[~2023-08-01 17:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-28 23:18 [PATCH net-next 0/3] bnxt_en: Add support for page pool Michael Chan
2023-07-28 23:18 ` [PATCH net-next 1/3] bnxt_en: Fix page pool logic for page size >= 64K Michael Chan
2023-07-29  0:35   ` Jakub Kicinski
2023-07-28 23:18 ` [PATCH net-next 2/3] bnxt_en: Use the unified RX page pool buffers for XDP and non-XDP Michael Chan
2023-07-28 23:18 ` [PATCH net-next 3/3] bnxt_en: Let the page pool manage the DMA mapping Michael Chan
2023-07-29  0:42   ` Jakub Kicinski
2023-07-31 17:47     ` Jesper Dangaard Brouer
2023-07-31 18:00       ` Jakub Kicinski
2023-07-31 18:16         ` Michael Chan
2023-07-31 18:44           ` Jakub Kicinski
2023-07-31 20:20             ` Michael Chan
2023-07-31 20:44               ` Jakub Kicinski
2023-07-31 21:11                 ` Michael Chan
2023-08-01 17:06                   ` Jesper Dangaard Brouer

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).