Message ID | 20220311211520.2543260-1-vladimir.oltean@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | Basic QoS classification on Felix DSA switch using dcbnl | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 11 Mar 2022 23:15:17 +0200 you wrote: > Basic QoS classification for Ocelot switches means port-based default > priority, DSCP-based and VLAN PCP based. This is opposed to advanced QoS > classification which is done through the VCAP IS1 TCAM based engine. > > The patch set is a logical continuation of this RFC which attempted to > describe the default-prio as a matchall entry placed at the end of a > series of offloaded tc filters: > https://patchwork.kernel.org/project/netdevbpf/cover/20210113154139.1803705-1-olteanv@gmail.com/ > > [...] Here is the summary with links: - [net-next,1/3] net: dsa: report and change port default priority using dcbnl https://git.kernel.org/netdev/net-next/c/d538eca85c2a - [net-next,2/3] net: dsa: report and change port dscp priority using dcbnl https://git.kernel.org/netdev/net-next/c/47d75f782206 - [net-next,3/3] net: dsa: felix: configure default-prio and dscp priorities https://git.kernel.org/netdev/net-next/c/978777d0fb06 You are awesome, thank you!