Message ID | cover.1725631883.git.0x1207@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net: stmmac: FPE via ethtool + tc | expand |
On Fri, 6 Sep 2024 22:30:05 +0800 Furong Xu wrote: > Move the Frame Preemption(FPE) over to the new standard API which uses > ethtool-mm/tc-mqprio/tc-taprio. Please read the guidelines: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#tl-dr
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 6 Sep 2024 22:30:05 +0800 you wrote: > Move the Frame Preemption(FPE) over to the new standard API which uses > ethtool-mm/tc-mqprio/tc-taprio. > > Changes in v10: > 1. fixed a stacktrace caused by timer_shutdown_sync() > on an uninitialized timer > 2. ignore FPE_EVENT_RRSP events if we are not in the > ETHTOOL_MM_VERIFY_STATUS_VERIFYING state > > [...] Here is the summary with links: - [net-next,v10,1/7] net: stmmac: move stmmac_fpe_cfg to stmmac_priv data https://git.kernel.org/netdev/net-next/c/070a5e6295e8 - [net-next,v10,2/7] net: stmmac: drop stmmac_fpe_handshake https://git.kernel.org/netdev/net-next/c/59dd7fc932e5 - [net-next,v10,3/7] net: stmmac: refactor FPE verification process https://git.kernel.org/netdev/net-next/c/8d43e99a5a03 - [net-next,v10,4/7] net: stmmac: configure FPE via ethtool-mm https://git.kernel.org/netdev/net-next/c/0f156aceeef7 - [net-next,v10,5/7] net: stmmac: support fp parameter of tc-mqprio https://git.kernel.org/netdev/net-next/c/195e4f409a40 - [net-next,v10,6/7] net: stmmac: support fp parameter of tc-taprio https://git.kernel.org/netdev/net-next/c/15d8a407a547 - [net-next,v10,7/7] net: stmmac: silence FPE kernel logs https://git.kernel.org/netdev/net-next/c/22a805d880c2 You are awesome, thank you!