16/09/2025 23:14, Stephen Hemminger: > 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.
Why a new feature should be applied to all drivers? We never force a new feature to be implemented by all, it is impossible to do. > For me, this amount of churn and #ifdef is not worth it. I agree we could avoid the #ifdef with a dummy function which would be optimized out by the compiler. > Think of a better way using some other mechanism. Except avoiding the #ifdef, I don't see what better to do for tracking what the driver is doing with mbufs.