From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grygorii Strashko Subject: Re: [PATCH net-next 6/6] Documentation: networking: cpsw: add MQPRIO & CBS offload examples Date: Tue, 12 Jun 2018 14:55:18 -0500 Message-ID: <16c97ea6-9f28-1dd6-136a-2473423bf94a@ti.com> References: <20180611133047.4818-1-ivan.khoronzhuk@linaro.org> <20180611133047.4818-7-ivan.khoronzhuk@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , , , , , , , , , , , , To: Ivan Khoronzhuk , Return-path: In-Reply-To: <20180611133047.4818-7-ivan.khoronzhuk@linaro.org> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 06/11/2018 08:30 AM, Ivan Khoronzhuk wrote: > This document describes MQPRIO and CBS Qdisc offload configuration > for cpsw driver based on examples. It potentially can be used in > audio video bridging (AVB) and time sensitive networking (TSN). > > Signed-off-by: Ivan Khoronzhuk > --- > Documentation/networking/cpsw.txt | 540 ++++++++++++++++++++++++++++++ > 1 file changed, 540 insertions(+) > create mode 100644 Documentation/networking/cpsw.txt > > diff --git a/Documentation/networking/cpsw.txt b/Documentation/networking/cpsw.txt > new file mode 100644 > index 000000000000..f5d58f502e52 > --- /dev/null > +++ b/Documentation/networking/cpsw.txt Could you name it with "ti" prefix, pls? Like "ti-cpsw.txt" or "ti,cpsw.txt" > @@ -0,0 +1,540 @@ > +* Texas Instruments CPSW ethernet driver > + > +Multiqueue & CBS & MQPRIO > +===================================================================== > +===================================================================== [...] -- regards, -grygorii