From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2 net-next v3 0/6] Introduce the taprio scheduler Date: Sun, 7 Oct 2018 11:41:11 -0600 Message-ID: <0a7a9804-1d36-1939-7b1b-8e2cefed4733@gmail.com> References: <20181005232522.4848-1-vinicius.gomes@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, jesus.sanchez-palencia@intel.com, ilias.apalodimas@linaro.org, simon.fok@baesystems.com To: Vinicius Costa Gomes , netdev@vger.kernel.org Return-path: Received: from mail-pg1-f195.google.com ([209.85.215.195]:41700 "EHLO mail-pg1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726178AbeJHAtP (ORCPT ); Sun, 7 Oct 2018 20:49:15 -0400 Received: by mail-pg1-f195.google.com with SMTP id 23-v6so6788961pgc.8 for ; Sun, 07 Oct 2018 10:41:14 -0700 (PDT) In-Reply-To: <20181005232522.4848-1-vinicius.gomes@intel.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 10/5/18 5:25 PM, Vinicius Costa Gomes wrote: > Hi, > ... > 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, > -- > Vinicius > > Jesus Sanchez-Palencia (1): > libnetlink: Add helper for getting a __s32 from netlink msgs > > Vinicius Costa Gomes (5): > utils: Implement get_s64() > include: Add helper to retrieve a __s64 from a netlink msg > include: add definitions for taprio [DO NOT COMMIT] > tc: Add support for configuring the taprio scheduler > taprio: Add manpage for tc-taprio(8) > applied to iproute2-next. Thanks