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

Ferruh Yigit ferruh.yigit at intel.com
Fri Jan 14 18:53:30 CET 2022


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 basis instead of per core, as currently implemented.
> This resulted in wrong burst intervals if two or more cores
> were generating the scheduled traffic for two or more ports
> in txonly mode.
> 
> This patch moves the timing variable to the fstream structure.
> Only txonly forwarding mode with enabled send scheduling is
> affected.
> 
> Fixes: 4940344dab1d ("app/testpmd: add Tx scheduling command")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Viacheslav Ovsiienko <viacheslavo at nvidia.com>

Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>

Applied to dpdk-next-net/main, thanks.


More information about the stable mailing list