public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Harshitha Ramamurthy <hramamurthy@google.com>
To: netdev@vger.kernel.org
Cc: jeroendb@google.com, hramamurthy@google.com,
	andrew+netdev@lunn.ch,  davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com,  ast@kernel.org,
	daniel@iogearbox.net, hawk@kernel.org,  john.fastabend@gmail.com,
	pkaligineedi@google.com, willemb@google.com,
	 ziweixiao@google.com, joshwash@google.com, horms@kernel.org,
	 shailend@google.com, bcf@google.com,
	linux-kernel@vger.kernel.org,  bpf@vger.kernel.org
Subject: [PATCH net-next 0/6] Basic XDP Support for DQO RDA Queue Format
Date: Fri, 21 Mar 2025 00:29:04 +0000	[thread overview]
Message-ID: <20250321002910.1343422-1-hramamurthy@google.com> (raw)

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


             reply	other threads:[~2025-03-21  0:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-21  0:29 Harshitha Ramamurthy [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250321002910.1343422-1-hramamurthy@google.com \
    --to=hramamurthy@google.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=ast@kernel.org \
    --cc=bcf@google.com \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hawk@kernel.org \
    --cc=horms@kernel.org \
    --cc=jeroendb@google.com \
    --cc=john.fastabend@gmail.com \
    --cc=joshwash@google.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pkaligineedi@google.com \
    --cc=shailend@google.com \
    --cc=willemb@google.com \
    --cc=ziweixiao@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox