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)
commit44d632d5dde2514b414bd6344918d68dacd8fe6f
tree01fa9fc940185a231a27369ef54ea437bff3d4d0
parente6fa930f73a15238f3cb0c204e2f786c919b815c
parent4d1e07d83ccc87f210e5b852b0a5ea812a2f191c
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>