Re: [PATCH v2 net-next 06/10] net: mscc: ocelot: VCAP ES0 support

2020-06-02 Thread Jakub Kicinski
On Tue, 2 Jun 2020 13:18:24 +0800 Xiaoliang Yang wrote: > VCAP ES0 is an egress VCAP working on all outgoing frames. > This patch added ES0 driver to support vlan push action of tc filter. > Usage: > tc filter add dev swp1 egress protocol 802.1Q flower skip_sw > vlan_id 1 vlan_prio 1 a

[PATCH v2 net-next 06/10] net: mscc: ocelot: VCAP ES0 support

2020-06-01 Thread Xiaoliang Yang
VCAP ES0 is an egress VCAP working on all outgoing frames. This patch added ES0 driver to support vlan push action of tc filter. Usage: tc filter add dev swp1 egress protocol 802.1Q flower skip_sw vlan_id 1 vlan_prio 1 action vlan push id 2 priority 2 Signed-off-by: Xiaoliang Yang