[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190529.213809.1804206775236133314.davem@davemloft.net>
Date: Wed, 29 May 2019 21:38:09 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: joergen.andreasen@...rochip.com
Cc: netdev@...r.kernel.org, UNGLinuxDriver@...rochip.com,
alexandre.belloni@...tlin.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next v3 1/1] net: mscc: ocelot: Implement port
policers via tc command
From: Joergen Andreasen <joergen.andreasen@...rochip.com>
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 ffff: ingress
> tc filter add dev eth3 parent ffff: prio 1 handle 2 \
> matchall skip_sw \
> action police rate 100Mbit burst 10000
>
> Show:
> tc -s -d qdisc show dev eth3
> tc -s -d filter show dev eth3 ingress
>
> Delete:
> tc filter del dev eth3 parent ffff: prio 1
> tc qdisc del dev eth3 handle ffff: ingress
>
> Signed-off-by: Joergen Andreasen <joergen.andreasen@...rochip.com>
Applied.
Powered by blists - more mailing lists