netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] flow_offload: add tc police parameters
@ 2022-02-14 10:09 Jianbo Liu
  2022-02-14 10:09 ` [PATCH net-next 1/2] net: flow_offload: add tc police action parameters Jianbo Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jianbo Liu @ 2022-02-14 10:09 UTC (permalink / raw)
  To: netdev; +Cc: davem, jiri, idosch, ozsh, roid, Jianbo Liu

Add more tc police action parameters for flow_offload. They can be used
by driver to check if police can be offloaded.

Jianbo Liu (2):
  net: flow_offload: add tc police action parameters
  flow_offload: reject offload for all drivers with invalid police
    parameters

 drivers/net/dsa/sja1105/sja1105_flower.c      | 15 ++++++
 .../chelsio/cxgb4/cxgb4_tc_matchall.c         | 31 +++++++++++++
 .../net/ethernet/freescale/enetc/enetc_qos.c  | 17 +++++++
 .../ethernet/marvell/octeontx2/nic/otx2_tc.c  | 30 ++++++++++++
 .../net/ethernet/mellanox/mlx5/core/en_tc.c   | 15 ++++++
 .../ethernet/mellanox/mlxsw/spectrum_flower.c | 15 ++++++
 drivers/net/ethernet/mscc/ocelot_flower.c     | 16 +++++++
 drivers/net/ethernet/mscc/ocelot_net.c        | 15 ++++++
 .../ethernet/netronome/nfp/flower/qos_conf.c  | 16 +++++++
 include/net/flow_offload.h                    | 13 ++++++
 include/net/tc_act/tc_police.h                | 30 ++++++++++++
 net/sched/act_police.c                        | 46 +++++++++++++++++++
 12 files changed, 259 insertions(+)

-- 
2.26.2


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

end of thread, other threads:[~2022-02-14 13:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-14 10:09 [PATCH net-next 0/2] flow_offload: add tc police parameters Jianbo Liu
2022-02-14 10:09 ` [PATCH net-next 1/2] net: flow_offload: add tc police action parameters Jianbo Liu
2022-02-14 10:09 ` [PATCH net-next 2/2] flow_offload: reject offload for all drivers with invalid police parameters Jianbo Liu
2022-02-14 13:41 ` [PATCH net-next 0/2] flow_offload: add tc " Ido Schimmel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).