mbox series

[RFC,net-next,0/2] Port-based priority on DSA switches using tc-matchall

Message ID 20210113154139.1803705-1-olteanv@gmail.com (mailing list archive)
Headers show
Series Port-based priority on DSA switches using tc-matchall | expand

Message

Vladimir Oltean Jan. 13, 2021, 3:41 p.m. UTC
From: Vladimir Oltean <vladimir.oltean@nxp.com>

This is a proposal for configuring the port-based default priority on
switch ports using tc-matchall and skbedit priority. Comments welcome.

Vladimir Oltean (2):
  net: dsa: allow setting port-based QoS priority using tc matchall
    skbedit
  net: dsa: felix: offload port priority

 drivers/net/dsa/ocelot/felix.c | 15 +++++++
 include/net/dsa.h              |  8 ++++
 net/dsa/slave.c                | 72 ++++++++++++++++++++++++++++++++++
 3 files changed, 95 insertions(+)