Re: [PATCH v3 0/9] Testpmd code cleanup

2023-02-28 Thread Ferruh Yigit
On 2/20/2023 6:34 PM, David Marchand wrote: > Here is a series to reduce code duplication in testpmd. > > This work started from looking at Robin series on reporting lcore busy > cycles in telemetry, which is then added in testpmd [1]. > While looking at the forward engines code, I saw way too muc

[PATCH v3 0/9] Testpmd code cleanup

2023-02-20 Thread David Marchand
Here is a series to reduce code duplication in testpmd. This work started from looking at Robin series on reporting lcore busy cycles in telemetry, which is then added in testpmd [1]. While looking at the forward engines code, I saw way too much duplicated code. Warning: this is only compile test