All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] add support for dissection and matching on ip tos and ttl
@ 2017-05-25 13:24 Or Gerlitz
  2017-05-25 13:24 ` [PATCH net-next 1/4] net/flow_dissector: add support for dissection of misc ip header fields Or Gerlitz
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Or Gerlitz @ 2017-05-25 13:24 UTC (permalink / raw)
  To: David S. Miller
  Cc: netdev, Saeed Mahameed, Roi Dayan, Paul Blakey, Or Gerlitz

Hi Dave, 

The 1st two patches enable matching/classifying on ip tos and ttl by 
the flow dissector and flower. The other two patches offload matching 
on tcp flags and ip tos in mlx5. 

The mlx5 patches touch single file/function and not interfere with
other inflight mlx5 submissions.

Or.


Or Gerlitz (4):
  net/flow_dissector: add support for dissection of misc ip header fields
  net/sched: cls_flower: add support for matching on ip tos and ttl
  net/mlx5e: Offload TC matching on tcp flags
  net/mlx5e: Offload TC matching on ip tos / traffic-class

 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 46 ++++++++++++++++++++++++-
 include/net/flow_dissector.h                    | 11 ++++++
 include/uapi/linux/pkt_cls.h                    |  5 +++
 net/core/flow_dissector.c                       | 40 +++++++++++++++++++++
 net/sched/cls_flower.c                          | 39 +++++++++++++++++++--
 5 files changed, 138 insertions(+), 3 deletions(-)

-- 
2.3.7

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

end of thread, other threads:[~2017-06-01 16:35 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-25 13:24 [PATCH net-next 0/4] add support for dissection and matching on ip tos and ttl Or Gerlitz
2017-05-25 13:24 ` [PATCH net-next 1/4] net/flow_dissector: add support for dissection of misc ip header fields Or Gerlitz
2017-05-25 15:42   ` Tom Herbert
2017-05-27 16:29     ` Or Gerlitz
2017-05-25 16:22   ` Tom Herbert
2017-05-27 16:31     ` Or Gerlitz
2017-05-27 17:18       ` Tom Herbert
2017-05-27 20:56         ` Or Gerlitz
2017-05-30 13:10         ` Jiri Pirko
2017-05-30 16:06           ` Tom Herbert
2017-05-30 16:18             ` David Miller
2017-06-01 16:08               ` Or Gerlitz
2017-06-01 16:35                 ` David Miller
2017-05-25 13:24 ` [PATCH net-next 2/4] net/sched: cls_flower: add support for matching on ip tos and ttl Or Gerlitz
2017-05-25 13:24 ` [PATCH net-next 3/4] net/mlx5e: Offload TC matching on tcp flags Or Gerlitz
2017-05-25 13:24 ` [PATCH net-next 4/4] net/mlx5e: Offload TC matching on ip tos / traffic-class Or Gerlitz

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.