From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinicius Costa Gomes Subject: Re: [PATCH net-next v1 0/1] net/sched: Introduce the taprio scheduler Date: Mon, 01 Oct 2018 11:12:17 -0700 Message-ID: <87murxpmda.fsf@intel.com> References: <20180929005943.12928-1-vinicius.gomes@intel.com> Mime-Version: 1.0 Content-Type: text/plain Cc: 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, simon.fok@baesystems.com To: netdev@vger.kernel.org Return-path: Received: from mga11.intel.com ([192.55.52.93]:63416 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725740AbeJBAvR (ORCPT ); Mon, 1 Oct 2018 20:51:17 -0400 In-Reply-To: <20180929005943.12928-1-vinicius.gomes@intel.com> Sender: netdev-owner@vger.kernel.org List-ID: Hi, Just a small correction, one link on the cover letter is wrong. Vinicius Costa Gomes writes: [...] > > > [1] https://patchwork.ozlabs.org/cover/938991/ > > [2] https://patchwork.ozlabs.org/cover/808504/ > > [3] github doesn't make it clear, but the gist can be cloned like this: > $ git clone https://gist.github.com/jeez/bd3afeff081ba64a695008dd8215866f taprio-test > > [4] https://github.com/vcgomes/linux/tree/taprio-v1 The correct link is: [4] https://github.com/vcgomes/net-next > > [5] https://github.com/vcgomes/iproute2/tree/taprio-v1 > > > Vinicius Costa Gomes (1): > tc: Add support for configuring the taprio scheduler > > include/uapi/linux/pkt_sched.h | 46 ++ > net/sched/Kconfig | 11 + > net/sched/Makefile | 1 + > net/sched/sch_taprio.c | 962 +++++++++++++++++++++++++++++++++ > 4 files changed, 1020 insertions(+) > create mode 100644 net/sched/sch_taprio.c > > -- > 2.19.0 Cheers,