public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] Basic XDP Support for DQO RDA Queue Format
@ 2025-03-21  0:29 Harshitha Ramamurthy
  2025-03-21  0:29 ` [PATCH net-next 1/6] gve: remove xdp_xsk_done and xdp_xsk_wakeup statistics Harshitha Ramamurthy
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Harshitha Ramamurthy @ 2025-03-21  0:29 UTC (permalink / raw)
  To: netdev
  Cc: jeroendb, hramamurthy, andrew+netdev, davem, edumazet, kuba,
	pabeni, ast, daniel, hawk, john.fastabend, pkaligineedi, willemb,
	ziweixiao, joshwash, horms, shailend, bcf, linux-kernel, bpf

From: Joshua Washington <joshwash@google.com>

This patch series updates the GVE XDP infrastructure and introduces
XDP_PASS and XDP_DROP support for the DQO RDA queue format.

The infrastructure changes of note include an allocation path refactor
for XDP queues, and a unification of RX buffer sizes across queue
formats.

This patch series will be followed by more patch series to introduce
XDP_TX and XDP_REDIRECT support, as well as zero-copy and multi-buffer
support.

Joshua Washington (6):
  gve: remove xdp_xsk_done and xdp_xsk_wakeup statistics
  gve: introduce config-based allocation for XDP
  gve: update GQ RX to use buf_size
  gve: merge packet buffer size fields
  gve: update XDP allocation path support RX buffer posting
  gve: add XDP DROP and PASS support for DQ

 drivers/net/ethernet/google/gve/gve.h         |  72 ++---
 drivers/net/ethernet/google/gve/gve_adminq.c  |   4 +-
 .../ethernet/google/gve/gve_buffer_mgmt_dqo.c |  18 +-
 drivers/net/ethernet/google/gve/gve_ethtool.c |  30 +-
 drivers/net/ethernet/google/gve/gve_main.c    | 288 ++++--------------
 drivers/net/ethernet/google/gve/gve_rx.c      |  30 +-
 drivers/net/ethernet/google/gve/gve_rx_dqo.c  |  81 ++++-
 drivers/net/ethernet/google/gve/gve_tx.c      |  41 +--
 drivers/net/ethernet/google/gve/gve_tx_dqo.c  |  31 +-
 9 files changed, 250 insertions(+), 345 deletions(-)

-- 
2.49.0.rc1.451.g8f38331e32-goog


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

end of thread, other threads:[~2025-03-25 21:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-21  0:29 [PATCH net-next 0/6] Basic XDP Support for DQO RDA Queue Format Harshitha Ramamurthy
2025-03-21  0:29 ` [PATCH net-next 1/6] gve: remove xdp_xsk_done and xdp_xsk_wakeup statistics Harshitha Ramamurthy
2025-03-21  0:29 ` [PATCH net-next 2/6] gve: introduce config-based allocation for XDP Harshitha Ramamurthy
2025-03-21  0:29 ` [PATCH net-next 3/6] gve: update GQ RX to use buf_size Harshitha Ramamurthy
2025-03-21  0:29 ` [PATCH net-next 4/6] gve: merge packet buffer size fields Harshitha Ramamurthy
2025-03-21  0:29 ` [PATCH net-next 5/6] gve: update XDP allocation path support RX buffer posting Harshitha Ramamurthy
2025-03-21  0:29 ` [PATCH net-next 6/6] gve: add XDP DROP and PASS support for DQ Harshitha Ramamurthy
2025-03-25 21:00 ` [PATCH net-next 0/6] Basic XDP Support for DQO RDA Queue Format 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