Re: [ovs-dev] [PATCH branch-2.17 RESEND] netdev-linux: set correct action for packets that passed policer

2022-08-05 Thread Simon Horman
On Fri, Aug 05, 2022 at 11:57:28AM +0100, Simon Horman wrote: > On Thu, Aug 04, 2022 at 07:40:50PM +0200, Vlad Buslov wrote: > > Referenced commit changed policer action type from TC_ACT_UNSPEC (continue) > > to TC_ACT_PIPE. However, since neither TC hardware offload layer nor mlx5 > > driver at th

Re: [ovs-dev] [PATCH branch-2.17 RESEND] netdev-linux: set correct action for packets that passed policer

2022-08-05 Thread Simon Horman
On Thu, Aug 04, 2022 at 07:40:50PM +0200, Vlad Buslov wrote: > Referenced commit changed policer action type from TC_ACT_UNSPEC (continue) > to TC_ACT_PIPE. However, since neither TC hardware offload layer nor mlx5 > driver at the time validated action type and always assumed 'continue', the > brea

[ovs-dev] [PATCH branch-2.17 RESEND] netdev-linux: set correct action for packets that passed policer

2022-08-04 Thread Vlad Buslov via dev
Referenced commit changed policer action type from TC_ACT_UNSPEC (continue) to TC_ACT_PIPE. However, since neither TC hardware offload layer nor mlx5 driver at the time validated action type and always assumed 'continue', the breakage wasn't caught until later validation code was added. The change