Re: [PATCH net-next v3 1/1] net: mscc: ocelot: Implement port policers via tc command

2019-05-29 Thread David Miller
From: Joergen Andreasen Date: Tue, 28 May 2019 14:49:17 +0200 > Hardware offload of matchall classifier and police action are now > supported via the tc command. > Supported police parameters are: rate and burst. > > Example: > > Add: > tc qdisc add dev eth3 handle : ingress > tc filter add

Re: [PATCH net-next v3 1/1] net: mscc: ocelot: Implement port policers via tc command

2019-05-28 Thread Jakub Kicinski
On Tue, 28 May 2019 14:49:17 +0200, Joergen Andreasen wrote: > Hardware offload of matchall classifier and police action are now > supported via the tc command. > Supported police parameters are: rate and burst. > > Example: > > Add: > tc qdisc add dev eth3 handle : ingress > tc filter add dev

[PATCH net-next v3 1/1] net: mscc: ocelot: Implement port policers via tc command

2019-05-28 Thread Joergen Andreasen
Hardware offload of matchall classifier and police action are now supported via the tc command. Supported police parameters are: rate and burst. Example: Add: tc qdisc add dev eth3 handle : ingress tc filter add dev eth3 parent : prio 1 handle 2 \ matchall skip_sw