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

2019-05-24 Thread Joergen Andreasen
Hi Jakub, The 05/23/2019 11:56, Jakub Kicinski wrote: > External E-Mail > > > On Thu, 23 May 2019 12:49:39 +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.

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

2019-05-23 Thread Jakub Kicinski
On Thu, 23 May 2019 12:49:39 +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 de

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

2019-05-23 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