Re: [RFC PATCH net-next 3/6] net: dsa: Pass tc-taprio offload to drivers

2019-07-13 Thread Vladimir Oltean
Hi Ilias, On Mon, 8 Jul 2019 at 14:23, Ilias Apalodimas wrote: > > Hi Vladimir, > > > tc-taprio is a qdisc based on the enhancements for scheduled traffic > > specified in IEEE 802.1Qbv (later merged in 802.1Q). This qdisc has > > a software implementation and an optional offload through which >

Re: [RFC PATCH net-next 3/6] net: dsa: Pass tc-taprio offload to drivers

2019-07-08 Thread Ilias Apalodimas
Hi Vladimir, > tc-taprio is a qdisc based on the enhancements for scheduled traffic > specified in IEEE 802.1Qbv (later merged in 802.1Q). This qdisc has > a software implementation and an optional offload through which > compatible Ethernet ports may configure their egress 802.1Qbv > schedulers.

[RFC PATCH net-next 3/6] net: dsa: Pass tc-taprio offload to drivers

2019-07-07 Thread Vladimir Oltean
tc-taprio is a qdisc based on the enhancements for scheduled traffic specified in IEEE 802.1Qbv (later merged in 802.1Q). This qdisc has a software implementation and an optional offload through which compatible Ethernet ports may configure their egress 802.1Qbv schedulers. Signed-off-by: Vladimi