On 1/20/2021 6:50 AM, Jiawei Wang wrote:
When testpmd enabled the verbosity for the received packets, if two packets were received at the same time, for example, sampling packet and normal packet, the dump output of these packets may be overlapping due to multiple core handling the multiple queues simultaneously.The patch uses one string buffer that collects all the packet dump output into this buffer and then printouts it at last, that guarantees to printout separately the dump output per packet. Fixes: d862c45 ("app/testpmd: move dumping packets to a separate function") Signed-off-by: Jiawei Wang <[email protected]> Acked-by: Viacheslav Ovsiienko <[email protected]> Reviewed-by: Ferruh Yigit <[email protected]>
Applied to dpdk-next-net/main, thanks.

