From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] cbs: Add support for the graft function Date: Thu, 26 Jul 2018 13:58:59 -0700 (PDT) Message-ID: <20180726.135859.1180495861641762745.davem@davemloft.net> References: <20180724000800.14498-1-vinicius.gomes@intel.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jesus.sanchez-palencia@intel.com, henrik@austad.us, richardcochran@gmail.com, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, ilias.apalodimas@linaro.org To: vinicius.gomes@intel.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:46784 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730441AbeGZWRf (ORCPT ); Thu, 26 Jul 2018 18:17:35 -0400 In-Reply-To: <20180724000800.14498-1-vinicius.gomes@intel.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Vinicius Costa Gomes Date: Mon, 23 Jul 2018 17:08:00 -0700 > This will allow to install a child qdisc under cbs. The main use case > is to install ETF (Earliest TxTime First) qdisc under cbs, so there's > another level of control for time-sensitive traffic. > > Signed-off-by: Vinicius Costa Gomes Applied, thank you.