DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/7] net/gve: Tx datapath fixes for GVE DQO
@ 2025-07-07 23:18 Joshua Washington
  2025-07-07 23:18 ` [PATCH 1/7] net/gve: send whole packet when mbuf is large Joshua Washington
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Joshua Washington @ 2025-07-07 23:18 UTC (permalink / raw)
  Cc: dev, Joshua Washington

There are a number of consistency errors with the DQO Tx datapath, which
this series aims to address. These changes should make the driver much
more resilient against edge case and malformed packets overall.

Joshua Washington (7):
  net/gve: send whole packet when mbuf is large
  net/gve: clean when there are insufficient Tx descs
  net/gve: don't write zero-length descriptors
  net/gve: validate Tx packet before sending
  net/gve: add DQO Tx descriptor limit
  net/gve: fix DQO TSO descriptor limit
  net/gve: clear DQO Tx descriptors before writing

 .mailmap                     |   1 +
 drivers/net/gve/gve_ethdev.c |   1 +
 drivers/net/gve/gve_ethdev.h |   1 +
 drivers/net/gve/gve_tx_dqo.c | 164 ++++++++++++++++++++++++++++++-----
 4 files changed, 143 insertions(+), 24 deletions(-)

-- 
2.50.0.727.gbf7dc18ff4-goog


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

end of thread, other threads:[~2025-07-07 23:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-07 23:18 [PATCH 0/7] net/gve: Tx datapath fixes for GVE DQO Joshua Washington
2025-07-07 23:18 ` [PATCH 1/7] net/gve: send whole packet when mbuf is large Joshua Washington
2025-07-07 23:18 ` [PATCH 2/7] net/gve: clean when there are insufficient Tx descs Joshua Washington
2025-07-07 23:18 ` [PATCH 3/7] net/gve: don't write zero-length descriptors Joshua Washington
2025-07-07 23:18 ` [PATCH 4/7] net/gve: validate Tx packet before sending Joshua Washington
2025-07-07 23:18 ` [PATCH 5/7] net/gve: add DQO Tx descriptor limit Joshua Washington
2025-07-07 23:18 ` [PATCH 6/7] net/gve: fix DQO TSO " Joshua Washington
2025-07-07 23:18 ` [PATCH 7/7] net/gve: clear DQO Tx descriptors before writing Joshua Washington

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