mbox series

[v3,0/9] Testpmd code cleanup

Message ID 20230220183502.3348368-1-david.marchand@redhat.com (mailing list archive)
Headers
Series Testpmd code cleanup |

Message

David Marchand Feb. 20, 2023, 6:34 p.m. UTC
  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/20230119150656.418404-5-rjarry@redhat.com/
  

Comments

Ferruh Yigit Feb. 28, 2023, 6:54 p.m. UTC | #1
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 much
> duplicated code.
> 
> Warning: this is only compile tested.
> 
> 1: https://patchwork.dpdk.org/project/dpdk/patch/20230119150656.418404-5-rjarry@redhat.com/

Series applied to dpdk-next-net/main, thanks.