Re: [PATCH 0/6] Testpmd code cleanup

2023-02-20 Thread David Marchand
Hi Robin, Ferruh, On Tue, Feb 14, 2023 at 7:22 PM Ferruh Yigit wrote: > > On 1/25/2023 1:50 PM, Robin Jarry wrote: > > David Marchand, Jan 24, 2023 at 11:47: > >> Here is a series to reduce code duplication in testpmd. > >> > >> This work started from looking at Robin series on reporting lcore bu

Re: [PATCH 0/6] Testpmd code cleanup

2023-02-14 Thread Ferruh Yigit
On 1/25/2023 1:50 PM, Robin Jarry wrote: > David Marchand, Jan 24, 2023 at 11:47: >> 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 t

Re: [PATCH 0/6] Testpmd code cleanup

2023-01-25 Thread Robin Jarry
David Marchand, Jan 24, 2023 at 11:47: 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 duplicate

[PATCH 0/6] Testpmd code cleanup

2023-01-24 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