All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] Fix police 'continue' action offload
@ 2022-07-04 20:44 Vlad Buslov
  2022-07-04 20:44 ` [PATCH net 1/2] net/sched: act_police: allow " Vlad Buslov
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Vlad Buslov @ 2022-07-04 20:44 UTC (permalink / raw)
  To: davem, kuba, saeedm
  Cc: jianbol, idosch, xiyou.wangcong, jhs, jiri, netdev, maord,
	Vlad Buslov

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.

Vlad Buslov (2):
  net/sched: act_police: allow 'continue' action offload
  net/mlx5e: Fix matchall police parameters validation

 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 13 ++++++-------
 include/net/flow_offload.h                      |  1 +
 net/sched/act_police.c                          |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.36.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-07-07  9:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-04 20:44 [PATCH net 0/2] Fix police 'continue' action offload Vlad Buslov
2022-07-04 20:44 ` [PATCH net 1/2] net/sched: act_police: allow " Vlad Buslov
2022-07-04 20:44 ` [PATCH net 2/2] net/mlx5e: Fix matchall police parameters validation Vlad Buslov
2022-07-06  5:45   ` Saeed Mahameed
2022-07-06  0:11 ` [PATCH net 0/2] Fix police 'continue' action offload Jakub Kicinski
2022-07-06  5:46   ` Saeed Mahameed
2022-07-06  9:57 ` Vlad Buslov
2022-07-07  9:33   ` Simon Horman
2022-07-06 11:50 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.