From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v3] sch_htb: let skb->priority refer to non-leaf class Date: Wed, 22 Jan 2014 17:40:03 -0800 (PST) Message-ID: <20140122.174003.1307667586841501253.davem@davemloft.net> References: <1389953999.4698.18.camel@azathoth.dev.smoothwall.net> <52D927CD.4080403@cogentembedded.com> <1389964952.4698.20.camel@azathoth.dev.smoothwall.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: sergei.shtylyov@cogentembedded.com, hadi@mojatatu.com, eric.dumazet@gmail.com, netdev@vger.kernel.org To: harry.mason@smoothwall.net Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:52497 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753109AbaAWBkE (ORCPT ); Wed, 22 Jan 2014 20:40:04 -0500 In-Reply-To: <1389964952.4698.20.camel@azathoth.dev.smoothwall.net> Sender: netdev-owner@vger.kernel.org List-ID: From: Harry Mason Date: Fri, 17 Jan 2014 13:22:32 +0000 > If the class in skb->priority is not a leaf, apply filters from the > selected class, not the qdisc. This lets netfilter or user space > partially classify the packet. > > Signed-off-by: Harry Mason Applied, thank you.