All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] net: prestera: add support for port range filters
@ 2022-07-11 15:09 Maksym Glubokiy
  2022-07-11 15:09 ` [PATCH net-next v2 1/2] net: extract port range fields from fl_flow_key Maksym Glubokiy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Maksym Glubokiy @ 2022-07-11 15:09 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Jamal Hadi Salim, Cong Wang, Jiri Pirko
  Cc: Maksym Glubokiy, louis.peens, elic, simon.horman, baowen.zheng,
	netdev, linux-kernel

This adds support for port-range rules in Marvel Prestera driver:

  $ tc qdisc add ... clsact
  $ tc filter add ... flower ... src_port <PMIN>-<PMAX> ...

Maksym Glubokiy (2):
  net: extract port range fields from fl_flow_key
  net: prestera: add support for port range filters

v2:
 - fix kernel-doc for the newly added structure

 .../marvell/prestera/prestera_flower.c        | 24 +++++++++++++++++++
 include/net/flow_dissector.h                  | 16 +++++++++++++
 include/net/flow_offload.h                    |  6 +++++
 net/core/flow_offload.c                       |  7 ++++++
 net/sched/cls_flower.c                        |  8 +------
 5 files changed, 54 insertions(+), 7 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-07-13 12:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-11 15:09 [PATCH net-next v2 0/2] net: prestera: add support for port range filters Maksym Glubokiy
2022-07-11 15:09 ` [PATCH net-next v2 1/2] net: extract port range fields from fl_flow_key Maksym Glubokiy
2022-07-11 15:09 ` [PATCH net-next v2 2/2] net: prestera: add support for port range filters Maksym Glubokiy
2022-07-13 12:00 ` [PATCH net-next v2 0/2] " 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.