[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230810150328.19704-1-rohan.g.thomas@intel.com>
Date: Thu, 10 Aug 2023 23:03:26 +0800
From: Rohan G Thomas <rohan.g.thomas@...el.com>
To: "David S . Miller" <davem@...emloft.net>,
Alexandre Torgue <alexandre.torgue@...s.st.com>,
Jose Abreu <joabreu@...opsys.com>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Maxime Coquelin <mcoquelin.stm32@...il.com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>
Cc: netdev@...r.kernel.org, linux-stm32@...md-mailman.stormreply.com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Rohan G Thomas <rohan.g.thomas@...el.com>
Subject: [PATCH net-next 0/2] Tx coe sw fallback for unsupported queues
Hi,
Some DWMAC IPs support tx coe only for few initial tx queues, starting
from tx queue 0. This patchset adds support for tx coe sw fallback for
those queue that doesn't support tx coe. Also, add binding for
snps,tx-queues-with-coe property.
Rohan G Thomas (2):
dt-bindings: net: snps,dwmac: Tx queues with coe
net: stmmac: Tx coe sw fallback
.../devicetree/bindings/net/snps,dwmac.yaml | 3 +++
drivers/net/ethernet/stmicro/stmmac/stmmac.h | 2 ++
.../net/ethernet/stmicro/stmmac/stmmac_main.c | 19 +++++++++++++++++++
.../ethernet/stmicro/stmmac/stmmac_platform.c | 4 ++++
include/linux/stmmac.h | 1 +
5 files changed, 29 insertions(+)
--
2.26.2
Powered by blists - more mailing lists