Re: [PATCH net-next v1 0/7] net/sched: Add txtime assist support for taprio

2019-06-04 Thread Patel, Vedang
> On Jun 3, 2019, at 6:54 AM, Murali Karicheri wrote: > > On 06/03/2019 09:50 AM, Murali Karicheri wrote: >> Hi Vedang, >> On 05/28/2019 01:46 PM, Vedang Patel wrote: >>> Currently, we are seeing packets being transmitted outside their >>> timeslices. We >>> can confirm that the packets are bei

Re: [PATCH net-next v1 0/7] net/sched: Add txtime assist support for taprio

2019-06-04 Thread Patel, Vedang
Hi Murali, > On Jun 3, 2019, at 6:50 AM, Murali Karicheri wrote: > > Hi Vedang, > > On 05/28/2019 01:46 PM, Vedang Patel wrote: >> Currently, we are seeing packets being transmitted outside their timeslices. >> We >> can confirm that the packets are being dequeued at the right time. So, the >>

Re: [PATCH net-next v1 0/7] net/sched: Add txtime assist support for taprio

2019-06-03 Thread Murali Karicheri
On 06/03/2019 09:50 AM, Murali Karicheri wrote: Hi Vedang, On 05/28/2019 01:46 PM, Vedang Patel wrote: Currently, we are seeing packets being transmitted outside their timeslices. We can confirm that the packets are being dequeued at the right time. So, the delay is induced after the packet is

Re: [PATCH net-next v1 0/7] net/sched: Add txtime assist support for taprio

2019-06-03 Thread Murali Karicheri
Hi Vedang, On 05/28/2019 01:46 PM, Vedang Patel wrote: Currently, we are seeing packets being transmitted outside their timeslices. We can confirm that the packets are being dequeued at the right time. So, the delay is induced after the packet is dequeued, because taprio, without any offloading,

[PATCH net-next v1 0/7] net/sched: Add txtime assist support for taprio

2019-05-28 Thread Vedang Patel
Currently, we are seeing packets being transmitted outside their timeslices. We can confirm that the packets are being dequeued at the right time. So, the delay is induced after the packet is dequeued, because taprio, without any offloading, has no control of when a packet is actually transmitted.