From: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
To: Vinicius Costa Gomes <vinicius.gomes@intel.com>
Cc: grygorii.strashko@ti.com, davem@davemloft.net, corbet@lwn.net,
akpm@linux-foundation.org, netdev@vger.kernel.org,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-omap@vger.kernel.org, henrik@austad.us,
jesus.sanchez-palencia@intel.com
Subject: Re: [RFC PATCH 0/6] net: ethernet: ti: cpsw: add MQPRIO and CBS Qdisc offload
Date: Wed, 6 Jun 2018 11:53:50 +0300 [thread overview]
Message-ID: <20180606085348.GB5346@khorivan> (raw)
In-Reply-To: <87602y1n4j.fsf@intel.com>
On Mon, Jun 04, 2018 at 02:23:56PM -0300, Vinicius Costa Gomes wrote:
>Hi Ivan,
>
>Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> writes:
>
>> This series adds MQPRIO and CBS Qdisc offload for TI cpsw driver.
>> It potentially can be used in audio video bridging (AVB) and time
>> sensitive networking (TSN).
>>
>> Patchset was tested on AM572x EVM and BBB boards. Last patch from this
>> series adds detailed description of configuration with examples. For
>> consistency reasons, in role of talker and listener, tools from
>> patchset "TSN: Add qdisc based config interface for CBS" were used and
>> can be seen here: https://www.spinics.net/lists/netdev/msg460869.html
>>
>> Based on net-next/master
>>
>
>I didn't test this, but it looks fine from my side.
>
>I agree with Grygorii, that if no comments, this should be re-sent as a
>patch series next.
Thanks, I'll do it on this week.
>
>
>> Ivan Khoronzhuk (6):
>> net: ethernet: ti: cpsw: use cpdma channels in backward order for txq
>> net: ethernet: ti: cpdma: fit rated channels in backward order
>> net: ethernet: ti: cpsw: add MQPRIO Qdisc offload
>> net: ethernet: ti: cpsw: add CBS Qdisc offload
>> net: ethernet: ti: cpsw: restore shaper configuration while down/up
>> Documentation: networking: cpsw: add MQPRIO & CBS offload examples
>>
>> Documentation/networking/cpsw.txt | 540 ++++++++++++++++++++++++
>> drivers/net/ethernet/ti/cpsw.c | 364 +++++++++++++++-
>> drivers/net/ethernet/ti/davinci_cpdma.c | 31 +-
>> 3 files changed, 913 insertions(+), 22 deletions(-)
>> create mode 100644 Documentation/networking/cpsw.txt
>>
>> --
>> 2.17.0
>
>
>Cheers,
>--
>Vinicius
--
Regards,
Ivan Khoronzhuk
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
To: Vinicius Costa Gomes <vinicius.gomes@intel.com>
Cc: grygorii.strashko@ti.com, davem@davemloft.net, corbet@lwn.net,
akpm@linux-foundation.org, netdev@vger.kernel.org,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-omap@vger.kernel.org, henrik@austad.us,
jesus.sanchez-palencia@intel.com
Subject: Re: [RFC PATCH 0/6] net: ethernet: ti: cpsw: add MQPRIO and CBS Qdisc offload
Date: Wed, 6 Jun 2018 11:53:50 +0300 [thread overview]
Message-ID: <20180606085348.GB5346@khorivan> (raw)
In-Reply-To: <87602y1n4j.fsf@intel.com>
On Mon, Jun 04, 2018 at 02:23:56PM -0300, Vinicius Costa Gomes wrote:
>Hi Ivan,
>
>Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> writes:
>
>> This series adds MQPRIO and CBS Qdisc offload for TI cpsw driver.
>> It potentially can be used in audio video bridging (AVB) and time
>> sensitive networking (TSN).
>>
>> Patchset was tested on AM572x EVM and BBB boards. Last patch from this
>> series adds detailed description of configuration with examples. For
>> consistency reasons, in role of talker and listener, tools from
>> patchset "TSN: Add qdisc based config interface for CBS" were used and
>> can be seen here: https://www.spinics.net/lists/netdev/msg460869.html
>>
>> Based on net-next/master
>>
>
>I didn't test this, but it looks fine from my side.
>
>I agree with Grygorii, that if no comments, this should be re-sent as a
>patch series next.
Thanks, I'll do it on this week.
>
>
>> Ivan Khoronzhuk (6):
>> net: ethernet: ti: cpsw: use cpdma channels in backward order for txq
>> net: ethernet: ti: cpdma: fit rated channels in backward order
>> net: ethernet: ti: cpsw: add MQPRIO Qdisc offload
>> net: ethernet: ti: cpsw: add CBS Qdisc offload
>> net: ethernet: ti: cpsw: restore shaper configuration while down/up
>> Documentation: networking: cpsw: add MQPRIO & CBS offload examples
>>
>> Documentation/networking/cpsw.txt | 540 ++++++++++++++++++++++++
>> drivers/net/ethernet/ti/cpsw.c | 364 +++++++++++++++-
>> drivers/net/ethernet/ti/davinci_cpdma.c | 31 +-
>> 3 files changed, 913 insertions(+), 22 deletions(-)
>> create mode 100644 Documentation/networking/cpsw.txt
>>
>> --
>> 2.17.0
>
>
>Cheers,
>--
>Vinicius
--
Regards,
Ivan Khoronzhuk
next prev parent reply other threads:[~2018-06-06 8:54 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-18 21:15 [RFC PATCH 0/6] net: ethernet: ti: cpsw: add MQPRIO and CBS Qdisc offload Ivan Khoronzhuk
2018-05-18 21:15 ` Ivan Khoronzhuk
2018-05-18 21:15 ` [RFC PATCH 1/6] net: ethernet: ti: cpsw: use cpdma channels in backward order for txq Ivan Khoronzhuk
2018-05-18 21:15 ` Ivan Khoronzhuk
2018-05-18 21:15 ` [RFC PATCH 2/6] net: ethernet: ti: cpdma: fit rated channels in backward order Ivan Khoronzhuk
2018-05-18 21:15 ` Ivan Khoronzhuk
2018-05-18 21:15 ` [RFC PATCH 3/6] net: ethernet: ti: cpsw: add MQPRIO Qdisc offload Ivan Khoronzhuk
2018-05-18 21:15 ` Ivan Khoronzhuk
2018-05-18 21:15 ` [RFC PATCH 4/6] net: ethernet: ti: cpsw: add CBS " Ivan Khoronzhuk
2018-05-18 21:15 ` Ivan Khoronzhuk
2018-05-18 21:15 ` [RFC PATCH 5/6] net: ethernet: ti: cpsw: restore shaper configuration while down/up Ivan Khoronzhuk
2018-05-18 21:15 ` Ivan Khoronzhuk
2018-05-18 21:15 ` [RFC PATCH 6/6] Documentation: networking: cpsw: add MQPRIO & CBS offload examples Ivan Khoronzhuk
2018-05-18 21:15 ` Ivan Khoronzhuk
2018-05-23 15:43 ` [RFC PATCH 0/6] net: ethernet: ti: cpsw: add MQPRIO and CBS Qdisc offload Grygorii Strashko
2018-05-23 15:43 ` Grygorii Strashko
2018-05-23 15:43 ` Grygorii Strashko
2018-06-04 17:23 ` Vinicius Costa Gomes
2018-06-04 17:23 ` Vinicius Costa Gomes
2018-06-04 17:23 ` Vinicius Costa Gomes
2018-06-06 8:53 ` Ivan Khoronzhuk [this message]
2018-06-06 8:53 ` Ivan Khoronzhuk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180606085348.GB5346@khorivan \
--to=ivan.khoronzhuk@linaro.org \
--cc=akpm@linux-foundation.org \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=grygorii.strashko@ti.com \
--cc=henrik@austad.us \
--cc=jesus.sanchez-palencia@intel.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=vinicius.gomes@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.