Re: [PATCH 1/6] app/testpmd: factorize core cycles record

2023-02-14 Thread Ferruh Yigit
On 1/24/2023 10:47 AM, David Marchand wrote: > Rather than have each forward engines deal with core cycles recording, > move this to testpmd common code. > fwd engines just need to report that they did some busy work. > > Signed-off-by: David Marchand Reviewed-by: Ferruh Yigit

[PATCH 1/6] app/testpmd: factorize core cycles record

2023-01-24 Thread David Marchand
Rather than have each forward engines deal with core cycles recording, move this to testpmd common code. fwd engines just need to report that they did some busy work. Signed-off-by: David Marchand --- app/test-pmd/5tswap.c | 11 --- app/test-pmd/csumonly.c | 10 +++---