netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: rename flow_action stats and set NFP type
@ 2020-03-17  1:42 Jakub Kicinski
  2020-03-17  1:42 ` [PATCH net-next 1/2] net: rename flow_action_hw_stats_types* -> flow_action_hw_stats* Jakub Kicinski
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jakub Kicinski @ 2020-03-17  1:42 UTC (permalink / raw)
  To: davem, jiri; +Cc: netdev, kernel-team, ecree, pablo, Jakub Kicinski

Hi!

Jiri, I hope this is okay with you, I just dropped the "type" from
the helper and value names, and now things should be able to fit
on a line, within 80 characters.

Second patch makes the NFP able to offload DELAYED stats, which
is the type it supports.

Jakub Kicinski (2):
  net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*
  nfp: allow explicitly selected delayed stats

 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c  |  2 +-
 .../ethernet/chelsio/cxgb4/cxgb4_tc_flower.c  |  2 +-
 .../net/ethernet/marvell/mvpp2/mvpp2_cls.c    |  4 +-
 .../net/ethernet/mellanox/mlx5/core/en_tc.c   | 10 ++--
 .../ethernet/mellanox/mlxsw/spectrum_flower.c |  8 +--
 drivers/net/ethernet/mscc/ocelot_flower.c     |  4 +-
 .../ethernet/netronome/nfp/flower/action.c    |  4 +-
 .../net/ethernet/qlogic/qede/qede_filter.c    |  2 +-
 .../stmicro/stmmac/stmmac_selftests.c         |  4 +-
 .../net/ethernet/stmicro/stmmac/stmmac_tc.c   |  2 +-
 include/net/flow_offload.h                    | 49 +++++++++----------
 net/dsa/slave.c                               |  4 +-
 net/sched/cls_api.c                           |  6 +--
 13 files changed, 49 insertions(+), 52 deletions(-)

-- 
2.24.1


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

end of thread, other threads:[~2020-03-19 14:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-17  1:42 [PATCH net-next 0/2] net: rename flow_action stats and set NFP type Jakub Kicinski
2020-03-17  1:42 ` [PATCH net-next 1/2] net: rename flow_action_hw_stats_types* -> flow_action_hw_stats* Jakub Kicinski
2020-03-18  6:33   ` Jiri Pirko
2020-03-18 19:42     ` Jakub Kicinski
2020-03-19 14:29       ` Jiri Pirko
2020-03-17  1:42 ` [PATCH net-next 2/2] nfp: allow explicitly selected delayed stats Jakub Kicinski
2020-03-18  4:12 ` [PATCH net-next 0/2] net: rename flow_action stats and set NFP type David Miller

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).