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. V2: repost as asked by Dave. 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