[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251103-airoha-tx-linked-list-v1-0-baa07982cc30@kernel.org>
Date: Mon, 03 Nov 2025 11:27:54 +0100
From: Lorenzo Bianconi <lorenzo@...nel.org>
To: Andrew Lunn <andrew+netdev@...n.ch>,
"David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
Lorenzo Bianconi <lorenzo@...nel.org>
Cc: linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, netdev@...r.kernel.org,
Xuegang Lu <xuegang.lu@...oha.com>
Subject: [PATCH net-next 0/2] net: airoha: Allow mapping out-of-order DMA
tx descriptors
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@...nel.org>
Powered by blists - more mailing lists