All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] flower add cfm support
@ 2023-02-15 19:25 Zahari Doychev
  2023-02-15 19:25 ` [PATCH net-next 1/2] net: flower: add support for matching cfm fields Zahari Doychev
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Zahari Doychev @ 2023-02-15 19:25 UTC (permalink / raw)
  To: netdev
  Cc: jhs, xiyou.wangcong, jiri, davem, edumazet, kuba, pabeni,
	hmehrtens, Zahari Doychev

The first patch adds cfm support to the flower classifier. 
The second adds a selftest for the flower cfm functionality.

iproute2 changes will come in follow up patches.

rfc->v1:
 - add selftest to the makefile TEST_PROGS.

Zahari Doychev (2):
  net: flower: add support for matching cfm fields
  selftests: net: add tc flower cfm test

 include/net/flow_dissector.h                  |  11 ++
 include/uapi/linux/pkt_cls.h                  |  12 ++
 net/core/flow_dissector.c                     |  41 +++++
 net/sched/cls_flower.c                        | 118 +++++++++++-
 .../testing/selftests/net/forwarding/Makefile |   1 +
 .../selftests/net/forwarding/tc_flower_cfm.sh | 168 ++++++++++++++++++
 6 files changed, 350 insertions(+), 1 deletion(-)
 create mode 100755 tools/testing/selftests/net/forwarding/tc_flower_cfm.sh

-- 
2.39.1


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

end of thread, other threads:[~2023-02-23 15:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-15 19:25 [PATCH net-next 0/2] flower add cfm support Zahari Doychev
2023-02-15 19:25 ` [PATCH net-next 1/2] net: flower: add support for matching cfm fields Zahari Doychev
2023-02-16 18:19   ` Alexander Lobakin
2023-02-17 16:19     ` Zahari Doychev
2023-02-23 15:27       ` Alexander Lobakin
2023-02-15 19:25 ` [PATCH net-next 2/2] selftests: net: add tc flower cfm test Zahari Doychev
2023-02-16 18:03 ` [PATCH net-next 0/2] flower add cfm support Alexander Lobakin

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.