On Fri, Mar 08, 2024 at 06:39:14AM -0500, Mateusz Polchlopek wrote: > Extend devlink_param *set function pointer to take extack as a param. > Sometimes it is needed to pass information to the end user from set > function. It is more proper to use for that netlink instead of passing > message to dmesg. > > Reviewed-by: Jiri Pirko <j...@nvidia.com> > Signed-off-by: Mateusz Polchlopek <mateusz.polchlo...@intel.com>
Hi Mateusz, FWIIW, I think there are several (new?) users of this callback present in net-next now which will also need to be updated.