[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1722421644.git.0x1207@gmail.com>
Date: Wed, 31 Jul 2024 18:43:11 +0800
From: Furong Xu <0x1207@...il.com>
To: Andrew Lunn <andrew@...n.ch>,
Vladimir Oltean <olteanv@...il.com>,
"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>,
Joao Pinto <jpinto@...opsys.com>
Cc: netdev@...r.kernel.org,
linux-stm32@...md-mailman.stormreply.com,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
xfr@...look.com,
rock.xu@....com,
Furong Xu <0x1207@...il.com>
Subject: [PATCH net-next v1 0/5] net: stmmac: FPE via ethtool + tc
Move the Frame Preemption(FPE) over to the new standard API which uses
ethtool-mm/tc-mqprio/tc-taprio.
Furong Xu (5):
net: stmmac: configure FPE via ethtool-mm
net: stmmac: support fp parameter of tc-mqprio
net: stmmac: support fp parameter of tc-taprio
net: stmmac: drop unneeded FPE handshake code
net: stmmac: silence FPE kernel logs
.../net/ethernet/stmicro/stmmac/dwmac4_core.c | 6 +
drivers/net/ethernet/stmicro/stmmac/dwmac5.c | 37 +++++-
drivers/net/ethernet/stmicro/stmmac/dwmac5.h | 7 ++
drivers/net/ethernet/stmicro/stmmac/hwif.h | 14 +++
drivers/net/ethernet/stmicro/stmmac/stmmac.h | 3 +
.../ethernet/stmicro/stmmac/stmmac_ethtool.c | 111 ++++++++++++++++++
.../net/ethernet/stmicro/stmmac/stmmac_main.c | 25 ++--
.../net/ethernet/stmicro/stmmac/stmmac_tc.c | 95 ++++++++++-----
include/linux/stmmac.h | 2 +-
9 files changed, 248 insertions(+), 52 deletions(-)
--
2.34.1
Powered by blists - more mailing lists