On Tue, 16 Sep 2025 18:12:05 +0300 Shani Peretz <shper...@nvidia.com> wrote:
> record operations on mbufs when it is allocated > and released inside the mlx5 PMD. > > Signed-off-by: Shani Peretz <shper...@nvidia.com> > --- If you are adding this to one driver, it means it should be done to all drivers. Which means it is creating lots of churn and testing. For me, this amount of churn and #ifdef is not worth it. Think of a better way using some other mechanism.