From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH net-next 2/2] net: sched: add em_ipt ematch for calling xtables matches Date: Tue, 23 Jan 2018 13:15:54 +0100 Message-ID: <20180123121554.pj6ujqjijbw6w4ta@salvia> References: <1516699052-19259-1-git-send-email-eyal.birger@gmail.com> <1516699052-19259-3-git-send-email-eyal.birger@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: jhs@mojatatu.com, xiyou.wangcong@gmail.com, davem@davemloft.net, netdev@vger.kernel.org, shmulik@metanetworks.com, Eyal Birger To: Eyal Birger Return-path: Received: from mail.us.es ([193.147.175.20]:44490 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751125AbeAWMP7 (ORCPT ); Tue, 23 Jan 2018 07:15:59 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 1311F2519A5 for ; Tue, 23 Jan 2018 13:15:58 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 014D2DA86B for ; Tue, 23 Jan 2018 13:15:58 +0100 (CET) Content-Disposition: inline In-Reply-To: <1516699052-19259-3-git-send-email-eyal.birger@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Jan 23, 2018 at 11:17:32AM +0200, Eyal Birger wrote: > From: Eyal Birger > > This module allows performing tc classification based on data structures > and implementations provided by netfilter extensions. > > Example use case is classification based on the incoming IPSec policy used > during decpsulation using the 'policy' iptables extension (xt_policy). > > Signed-off-by: Eyal Birger > > --- > > This ematch tries its best to provide matches with a similar > environment to the one they are used to; Due to the wide range of criteria > supported by matches, I am not able to test every combination of match and > traffic. Thanks! No objection to the Netfilter bits. So I leave it up to the tc maintainers to decide what to do with this. Acked-by: Pablo Neira Ayuso