mbox series

[net-next,0/3] net: stmmac: EST conformance support

Message ID 20240127040443.24835-1-rohan.g.thomas@intel.com (mailing list archive)
Headers show
Series net: stmmac: EST conformance support | expand

Message

Rohan G Thomas Jan. 27, 2024, 4:04 a.m. UTC
Hi,

This patchset enables support for queueMaxSDU and transmission overrun
counters which are required for Qbv conformance.

Rohan G Thomas (3):
  net: stmmac: Offload queueMaxSDU from tc-taprio
  net: stmmac: est: Per Tx-queue error count for HLBF
  net: stmmac: Report taprio offload status

 drivers/net/ethernet/stmicro/stmmac/common.h  |  2 +
 .../net/ethernet/stmicro/stmmac/stmmac_est.c  |  6 ++
 .../net/ethernet/stmicro/stmmac/stmmac_main.c | 22 +++++
 .../net/ethernet/stmicro/stmmac/stmmac_tc.c   | 87 ++++++++++++++++++-
 include/linux/stmmac.h                        |  1 +
 5 files changed, 114 insertions(+), 4 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 31, 2024, 12:30 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Sat, 27 Jan 2024 12:04:40 +0800 you wrote:
> Hi,
> 
> This patchset enables support for queueMaxSDU and transmission overrun
> counters which are required for Qbv conformance.
> 
> Rohan G Thomas (3):
>   net: stmmac: Offload queueMaxSDU from tc-taprio
>   net: stmmac: est: Per Tx-queue error count for HLBF
>   net: stmmac: Report taprio offload status
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] net: stmmac: Offload queueMaxSDU from tc-taprio
    https://git.kernel.org/netdev/net-next/c/c5c3e1bfc9e0
  - [net-next,2/3] net: stmmac: est: Per Tx-queue error count for HLBF
    https://git.kernel.org/netdev/net-next/c/fd5a6a71313e
  - [net-next,3/3] net: stmmac: Report taprio offload status
    https://git.kernel.org/netdev/net-next/c/5ca63ffdb94b

You are awesome, thank you!