Re: [PATCH] app/testpmd: fix scheduling send burst interval

2022-01-14 Thread Ferruh Yigit
On 11/23/2021 4:32 PM, Viacheslav Ovsiienko wrote: The first "set txtimes" command parameter specifies the time interval between scheduled send bursts for single queue. This interval should be the same for all the forwarding ports. It requires to maintain the timing related variables on per queue

[PATCH] app/testpmd: fix scheduling send burst interval

2021-11-23 Thread Viacheslav Ovsiienko
The first "set txtimes" command parameter specifies the time interval between scheduled send bursts for single queue. This interval should be the same for all the forwarding ports. It requires to maintain the timing related variables on per queue basis instead of per core, as currently implemented.