netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4] Add QPL mode for DQO descriptor format
@ 2023-08-04 21:34 Rushil Gupta
  2023-08-04 21:34 ` [PATCH net-next v2 1/4] gve: Control path for DQO-QPL Rushil Gupta
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Rushil Gupta @ 2023-08-04 21:34 UTC (permalink / raw)
  To: netdev, davem, kuba, willemb, edumazet, pabeni; +Cc: Rushil Gupta

GVE supports QPL ("queue-page-list") mode where
all data is communicated through a set of pre-registered
pages. Adding this mode to DQO.

Rushil Gupta (4):
  gve: Control path for DQO-QPL
  gve: Tx path for DQO-QPL
  gve: RX path for DQO-QPL
  gve: update gve.rst

 .../device_drivers/ethernet/google/gve.rst    |   9 +
 drivers/net/ethernet/google/gve/gve.h         | 112 ++++-
 drivers/net/ethernet/google/gve/gve_adminq.c  |  89 +++-
 drivers/net/ethernet/google/gve/gve_adminq.h  |  10 +
 drivers/net/ethernet/google/gve/gve_main.c    |  20 +-
 drivers/net/ethernet/google/gve/gve_rx_dqo.c  | 126 +++++-
 drivers/net/ethernet/google/gve/gve_tx_dqo.c  | 404 ++++++++++++++----
 7 files changed, 649 insertions(+), 121 deletions(-)

-- 
2.41.0.585.gd2178a4bd4-goog


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-04 21:34 [PATCH net-next v2 0/4] Add QPL mode for DQO descriptor format Rushil Gupta
2023-08-04 21:34 ` [PATCH net-next v2 1/4] gve: Control path for DQO-QPL Rushil Gupta
2023-08-04 21:34 ` [PATCH net-next v2 2/4] gve: Tx " Rushil Gupta
2023-08-04 21:34 ` [PATCH net-next v2 3/4] gve: RX " Rushil Gupta
2023-08-04 21:34 ` [PATCH net-next v2 4/4] gve: update gve.rst Rushil Gupta
2023-08-06  7:40 ` [PATCH net-next v2 0/4] Add QPL mode for DQO descriptor 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;
as well as URLs for NNTP newsgroup(s).