public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] gve: enable ring size changes
@ 2024-04-01 23:45 Harshitha Ramamurthy
  2024-04-01 23:45 ` [PATCH net-next 1/5] gve: simplify setting decriptor count defaults Harshitha Ramamurthy
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Harshitha Ramamurthy @ 2024-04-01 23:45 UTC (permalink / raw)
  To: netdev
  Cc: jeroendb, pkaligineedi, shailend, davem, edumazet, kuba, pabeni,
	willemb, rushilg, jfraker, linux-kernel, Harshitha Ramamurthy

This series enables support to change ring size via ethtool
in gve.

The first three patches deal with some clean up, setting
default values for the ring sizes and related fields. The
last two patches enable ring size changes.

Harshitha Ramamurthy (5):
  gve: simplify setting decriptor count defaults
  gve: make the completion and buffer ring size equal for DQO
  gve: set page count for RX QPL for GQI and DQO queue formats
  gve: add support to read ring size ranges from the device
  gve: add support to change ring size via ethtool

 drivers/net/ethernet/google/gve/gve.h         |  35 +++--
 drivers/net/ethernet/google/gve/gve_adminq.c  | 146 ++++++++++--------
 drivers/net/ethernet/google/gve/gve_adminq.h  |  48 +++---
 drivers/net/ethernet/google/gve/gve_ethtool.c |  85 +++++++++-
 drivers/net/ethernet/google/gve/gve_main.c    |  30 ++--
 drivers/net/ethernet/google/gve/gve_rx.c      |   2 +-
 drivers/net/ethernet/google/gve/gve_rx_dqo.c  |   7 +-
 drivers/net/ethernet/google/gve/gve_tx_dqo.c  |   4 +-
 8 files changed, 235 insertions(+), 122 deletions(-)

-- 
2.44.0.478.gd926399ef9-goog


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

end of thread, other threads:[~2024-04-03 10:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-01 23:45 [PATCH net-next 0/5] gve: enable ring size changes Harshitha Ramamurthy
2024-04-01 23:45 ` [PATCH net-next 1/5] gve: simplify setting decriptor count defaults Harshitha Ramamurthy
2024-04-01 23:45 ` [PATCH net-next 2/5] gve: make the completion and buffer ring size equal for DQO Harshitha Ramamurthy
2024-04-01 23:45 ` [PATCH net-next 3/5] gve: set page count for RX QPL for GQI and DQO queue formats Harshitha Ramamurthy
2024-04-01 23:45 ` [PATCH net-next 4/5] gve: add support to read ring size ranges from the device Harshitha Ramamurthy
2024-04-01 23:45 ` [PATCH net-next 5/5] gve: add support to change ring size via ethtool Harshitha Ramamurthy
2024-04-03 10:20 ` [PATCH net-next 0/5] gve: enable ring size changes 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