|
|
Log in / Subscribe / Register

Marvell Prestera add policer support

From:  Vadym Kochan <vadym.kochan-AT-plvision.eu>
To:  "David S. Miller" <davem-AT-davemloft.net>, Jakub Kicinski <kuba-AT-kernel.org>, netdev-AT-vger.kernel.org, Andrew Lunn <andrew-AT-lunn.ch>, Jiri Pirko <jiri-AT-mellanox.com>, Vladimir Oltean <olteanv-AT-gmail.com>, Volodymyr Mytnyk <volodymyr.mytnyk-AT-plvision.eu>, Serhiy Boiko <serhiy.boiko-AT-plvision.eu>
Subject:  [RFC net-next 0/4] Marvell Prestera add policer support
Date:  Fri, 02 Jul 2021 21:29:11 +0300
Message-ID:  <20210702182915.1035-1-vadym.kochan@plvision.eu>
Cc:  Vadym Kochan <vadym.kochan-AT-plvision.eu>, Taras Chornyi <tchornyi-AT-marvell.com>, linux-kernel-AT-vger.kernel.org, Mickey Rachamim <mickeyr-AT-marvell.com>, Vadym Kochan <vkochan-AT-marvell.com>
Archive-link:  Article

From: Vadym Kochan <vkochan@marvell.com>

Offload action police when keyed to a flower classifier.
Only rate and burst is supported for now. The conform-exceed
drop is assumed as a default value.

Policer support requires FW 3.1 version. Because there are some FW ABI
differences in ACL rule messages between 3.0 and 3.1 so added separate
"_ext" struct version with separate HW helper.

Also added new __tc_classid_to_hwtc() helper which calculates hw tc
without need of netdev but specifying the num of tc instead, because
ingress HW queues are globally and statically per ASIC not per port.

Serhiy Boiko (1):
  net: marvell: prestera: Offload FLOW_ACTION_POLICE

Vadym Kochan (3):
  net: marvell: prestera: do not fail if FW reply is bigger
  net: marvell: prestera: turn FW supported versions into an array
  net: sched: introduce __tc_classid_to_hwtc() helper

 .../ethernet/marvell/prestera/prestera_acl.c  |  14 ++
 .../ethernet/marvell/prestera/prestera_acl.h  |  11 +-
 .../marvell/prestera/prestera_flower.c        |  18 +++
 .../ethernet/marvell/prestera/prestera_hw.c   | 125 +++++++++++++++++-
 .../ethernet/marvell/prestera/prestera_pci.c  |  63 ++++-----
 include/net/sch_generic.h                     |   9 +-
 6 files changed, 197 insertions(+), 43 deletions(-)

-- 
2.17.1



Copyright © 2021, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds