Re: [RFC, net-next 0/3] net: dsa: felix: frame preemption support

2020-10-20 Thread Vladimir Oltean
Hi Xiaoliang, On Tue, Oct 20, 2020 at 12:04:55PM +0800, Xiaoliang Yang wrote: > VSC9959 supports frame preemption according to 802.1qbu and 802.3br. > This patch series use ethtool to enable and configure frame preemption, > then use tc-taprio preempt set to mark the preempt queues and express > q

[RFC, net-next 0/3] net: dsa: felix: frame preemption support

2020-10-19 Thread Xiaoliang Yang
VSC9959 supports frame preemption according to 802.1qbu and 802.3br. This patch series use ethtool to enable and configure frame preemption, then use tc-taprio preempt set to mark the preempt queues and express queueus. This series depends on series: "ethtool: Add support for frame preemption" lin