devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] net: stmmac: Tx coe sw fallback
@ 2023-08-14 14:06 Rohan G Thomas
  2023-08-14 14:06 ` [PATCH net-next v3 1/2] dt-bindings: net: snps,dwmac: Tx queues with coe Rohan G Thomas
  2023-08-14 14:06 ` [PATCH net-next v3 2/2] net: stmmac: Tx coe sw fallback Rohan G Thomas
  0 siblings, 2 replies; 8+ messages in thread
From: Rohan G Thomas @ 2023-08-14 14:06 UTC (permalink / raw)
  To: David S . Miller, Alexandre Torgue, Jose Abreu, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Maxime Coquelin, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Giuseppe Cavallaro
  Cc: netdev, linux-stm32, linux-arm-kernel, devicetree, linux-kernel,
	Rohan G Thomas

Hi,
Some DWMAC IPs support tx coe only for a few initial tx queues,
starting from tx queue 0. This patchset adds support for tx coe sw
fallback for those queues that don't support tx coe. Also, add binding
for snps,tx-queues-with-coe property.

changelog v3:
* Resend with complete email list

changelog v2: 
* Reformed binding description.
* Minor grammatical corrections in comments and commit messages.

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


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

end of thread, other threads:[~2023-08-16 15:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-14 14:06 [PATCH net-next v3 0/2] net: stmmac: Tx coe sw fallback Rohan G Thomas
2023-08-14 14:06 ` [PATCH net-next v3 1/2] dt-bindings: net: snps,dwmac: Tx queues with coe Rohan G Thomas
2023-08-15 14:23   ` Conor Dooley
2023-08-14 14:06 ` [PATCH net-next v3 2/2] net: stmmac: Tx coe sw fallback Rohan G Thomas
2023-08-14 16:47   ` Jose Abreu
2023-08-14 18:13     ` rohan.g.thomas
2023-08-15  3:51       ` Rohan G Thomas
2023-08-16 15:45         ` Jose Abreu

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