]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'act_police-continue-offload-fix'
authorDavid S. Miller <davem@davemloft.net>
Wed, 6 Jul 2022 11:44:39 +0000 (12:44 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Jul 2022 11:44:39 +0000 (12:44 +0100)
commit9da9ba17cf6ec872859d329c7d2eb8dd838a8a05
tree01fa9fc940185a231a27369ef54ea437bff3d4d0
parente3792cae7511b96bb3d2905baee58369bac69e4e
parent9ae5207feabb16692dac0566e026722dd94edc80
Merge branch 'act_police-continue-offload-fix'

Vlad Buslov says:

====================
net: Fix police 'continue' action offload

TC act_police with 'continue' action had been supported by mlx5 matchall
classifier offload implementation for some time. However, 'continue' was
assumed implicitly and recently got broken in multiple places. Fix it in
both TC hardware offload validation code and mlx5 driver.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>