linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: airoha: Allow mapping out-of-order DMA tx descriptors
@ 2025-11-03 10:27 Lorenzo Bianconi
  2025-11-03 10:27 ` [PATCH net-next 1/2] net: airoha: Add the capability to consume " Lorenzo Bianconi
  2025-11-03 10:27 ` [PATCH net-next 2/2] net: airoha: Reorganize airoha_queue struct Lorenzo Bianconi
  0 siblings, 2 replies; 11+ messages in thread
From: Lorenzo Bianconi @ 2025-11-03 10:27 UTC (permalink / raw)
  To: Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Lorenzo Bianconi
  Cc: linux-arm-kernel, linux-mediatek, netdev, Xuegang Lu

Add the capability to consume out-of-order DMA tx descriptors. This
feature is useful when multiple flows are queued on the same hw tx queue
since it allows to fully utilize the available tx DMA descriptors and to
avoid the starvation of high-priority flow we have in the current
codebase due to head-of-line blocking introduced by low-priority flows.
Reorganize airoha_queue struct.

---
Lorenzo Bianconi (2):
      net: airoha: Add the capability to consume out-of-order DMA tx descriptors
      net: airoha: Reorganize airoha_queue struct

 drivers/net/ethernet/airoha/airoha_eth.c | 87 +++++++++++++++-----------------
 drivers/net/ethernet/airoha/airoha_eth.h | 27 +++++++---
 2 files changed, 61 insertions(+), 53 deletions(-)
---
base-commit: 01cc760632b875c4ad0d8fec0b0c01896b8a36d4
change-id: 20251017-airoha-tx-linked-list-0adb92b8a92d

Best regards,
-- 
Lorenzo Bianconi <lorenzo@kernel.org>



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

end of thread, other threads:[~2025-11-06  8:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-03 10:27 [PATCH net-next 0/2] net: airoha: Allow mapping out-of-order DMA tx descriptors Lorenzo Bianconi
2025-11-03 10:27 ` [PATCH net-next 1/2] net: airoha: Add the capability to consume " Lorenzo Bianconi
2025-11-03 23:32   ` Jacob Keller
2025-11-05  2:30   ` Jakub Kicinski
2025-11-05  8:18     ` Lorenzo Bianconi
2025-11-03 10:27 ` [PATCH net-next 2/2] net: airoha: Reorganize airoha_queue struct Lorenzo Bianconi
2025-11-03 23:36   ` Jacob Keller
2025-11-05  2:32   ` Jakub Kicinski
2025-11-05  7:53     ` Lorenzo Bianconi
2025-11-06  0:28       ` Jakub Kicinski
2025-11-06  8:27         ` Lorenzo Bianconi

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