Re: [PATCH net-next] nfp: flower: add support for packet-per-second policing

2021-04-06 Thread patchwork-bot+netdevbpf
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

[PATCH net-next] nfp: flower: add support for packet-per-second policing

2021-04-06 Thread Simon Horman
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