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 duplicated code.
Warning: this is only compile tested.
1:
https://patchwork.dpdk.org/project/dpdk/patch/[email protected]/
Hi David,
The code looks good to me. I have made some basic testing, it seems not
to break obvious things.
Reviewed-by: Robin Jarry <[email protected]>