Re: [PATCH RFC net-next] taprio: Handle short intervals and large packets

2021-03-15 Thread Kurt Kanzenbach
On Fri Mar 12 2021, Vinicius Costa Gomes wrote: > My first worry was whether the segments had the same tstamp as their > parent, and it seems that they do, so everything should just work with > etf or the txtime-assisted mode. > > I just want to play with this patch a bit and see how it works in >

Re: [PATCH RFC net-next] taprio: Handle short intervals and large packets

2021-03-12 Thread Vinicius Costa Gomes
Kurt Kanzenbach writes: > When using short intervals e.g. below one millisecond, large packets won't be > transmitted at all. The software implementations checks whether the packet can > be fit into the remaining interval. Therefore, it takes the packet length and > the transmission speed into ac

[PATCH RFC net-next] taprio: Handle short intervals and large packets

2021-03-12 Thread Kurt Kanzenbach
When using short intervals e.g. below one millisecond, large packets won't be transmitted at all. The software implementations checks whether the packet can be fit into the remaining interval. Therefore, it takes the packet length and the transmission speed into account. That is correct. However,