From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinicius Costa Gomes Subject: [PATCH iproute2 net-next v1 0/6] introduce the taprio scheduler Date: Fri, 28 Sep 2018 18:10:44 -0700 Message-ID: <20180929011050.14056-1-vinicius.gomes@intel.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Vinicius Costa Gomes , jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, jesus.sanchez-palencia@intel.com, ilias.apalodimas@linaro.org, simon.fok@baesystems.com To: netdev@vger.kernel.org Return-path: Received: from mga11.intel.com ([192.55.52.93]:19995 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726617AbeI2Hhe (ORCPT ); Sat, 29 Sep 2018 03:37:34 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Hi, Changes from RFC: - Removed support for the sched-file parameter, in favor of supporting the batch mode feature; This is the iproute2 side of the taprio v1 series. Please see the kernel side cover letter for more information about how to test this. Cheers,