From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinicius Costa Gomes Subject: [PATCH iproute2 net-next v3 0/6] Introduce the taprio scheduler Date: Fri, 5 Oct 2018 16:25:16 -0700 Message-ID: <20181005232522.4848-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 mga02.intel.com ([134.134.136.20]:39625 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726505AbeJFG0x (ORCPT ); Sat, 6 Oct 2018 02:26:53 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Hi, Changes from v2: - Used the variable name (instead of the variable type) in a sizeof() operator in patch 2/6 (Ilias Apalodimas); Changes from v1: - Removed references to the "H" (Set-Gates-And-Hold-MAC) and "R" (Set-Gates-And-Release-MAC) commands, as these commands will only be used when Frame Preemption support is added (David Ahern); - Moved the functions that print and read commands to be closer (David Ahern); 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,