netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net/sched: cls_flower: Add support for matching on dissection flags
@ 2016-12-06 12:32 Or Gerlitz
  2016-12-06 12:32 ` [PATCH net-next 1/3] net/flow_dissector: Enable matching on flags for TC filter consumers Or Gerlitz
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Or Gerlitz @ 2016-12-06 12:32 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Jiri Pirko, Roi Dayan, Hadar Har-Zion, Or Gerlitz

This series add the UAPI to provide set of flags for matching, where the 
flags provided from user-space are mapped to flow-dissector flags.

The 1st flag allows to match on whether the packet is an
IP fragment and corresponds to the FLOW_DIS_IS_FRAGMENT flag.

Or

Or Gerlitz (3):
  net/flow_dissector: Enable matching on flags for TC filter consumers
  net/sched: cls_flower: Add support for matching on flags
  net/mlx5e: Offload TC matching on packets being IP fragments

 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 12 ++++
 include/net/flow_dissector.h                    |  2 +-
 include/uapi/linux/pkt_cls.h                    |  7 +++
 net/sched/cls_flower.c                          | 83 +++++++++++++++++++++++++
 4 files changed, 103 insertions(+), 1 deletion(-)

-- 
2.3.7

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

end of thread, other threads:[~2016-12-06 20:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-06 12:32 [PATCH net-next 0/3] net/sched: cls_flower: Add support for matching on dissection flags Or Gerlitz
2016-12-06 12:32 ` [PATCH net-next 1/3] net/flow_dissector: Enable matching on flags for TC filter consumers Or Gerlitz
2016-12-06 12:43   ` Jiri Pirko
2016-12-06 20:51     ` Or Gerlitz
2016-12-06 12:32 ` [PATCH net-next 2/3] net/sched: cls_flower: Add support for matching on flags Or Gerlitz
2016-12-06 12:40   ` Jiri Pirko
2016-12-06 14:02     ` Or Gerlitz
2016-12-06 12:32 ` [PATCH net-next 3/3] net/mlx5e: Offload TC matching on packets being IP fragments Or Gerlitz

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