Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 6 Apr 2021 17:54:52 +0200 you wrote:
> From: Peng Zhang
>
> Allow hardware offload of a policer action attached to a matchall filter
> which enforces a packets-per-second rate-limit.
>
> e.g.
> tc filter add dev
From: Peng Zhang
Allow hardware offload of a policer action attached to a matchall filter
which enforces a packets-per-second rate-limit.
e.g.
tc filter add dev tap1 parent : u32 match \
u32 0 0 police pkts_rate 3000 pkts_burst 1000
Signed-off-by: Peng Zhang
Signed-off-by: Baowen Z