From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinicius Costa Gomes Subject: Re: [RFC iproute2-next v1 5/5] tc: Add support for configuring the taprio scheduler Date: Tue, 24 Jul 2018 16:20:40 -0700 Message-ID: <87k1pk6x13.fsf@intel.com> References: <20180714000611.1179-1-vinicius.gomes@intel.com> <20180714000611.1179-6-vinicius.gomes@intel.com> <20180714121921.09af3017@shemminger-XPS-13-9360> <87sh4h3j8t.fsf@intel.com> Mime-Version: 1.0 Content-Type: text/plain Cc: netdev@vger.kernel.org, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, jesus.sanchez-palencia@intel.com To: Stephen Hemminger Return-path: Received: from mga07.intel.com ([134.134.136.100]:24822 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389219AbeGYA33 (ORCPT ); Tue, 24 Jul 2018 20:29:29 -0400 In-Reply-To: <87sh4h3j8t.fsf@intel.com> Sender: netdev-owner@vger.kernel.org List-ID: Hi, Vinicius Costa Gomes writes: > Hi, > > Stephen Hemminger writes: > [...] >> >> Why not just use batch mode? Introducing another input mode in tc that is >> only in one qdisc seems like a bad idea. > > Seems that I have missed batch mode. I am going to play with it a little > and see how things would look. > I finally had the chance to play with this, and indeed batch mode is quite nice. Will replace the custom file input mode on the next iteration. Thanks. Cheers,