From mboxrd@z Thu Jan 1 00:00:00 1970 From: Or Gerlitz Subject: [PATCH net-next V2 0/2] net/sched: cls_flower: Add support for matching on dissection flags Date: Tue, 6 Dec 2016 17:18:04 +0200 Message-ID: <1481037486-27195-1-git-send-email-ogerlitz@mellanox.com> Cc: netdev@vger.kernel.org, Jiri Pirko , Roi Dayan , Hadar Har-Zion , Or Gerlitz To: "David S. Miller" Return-path: Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:52765 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753480AbcLFPSS (ORCPT ); Tue, 6 Dec 2016 10:18:18 -0500 Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, 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 v1->v2: - dropped the flow dissector patch (#1) as no changes are needed there (Jiri) - applied code review comments from Jiri to the flower patch Or Gerlitz (2): 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/uapi/linux/pkt_cls.h | 7 +++ net/sched/cls_flower.c | 76 +++++++++++++++++++++++++ 3 files changed, 95 insertions(+) -- 2.3.7