Re: [Intel-wired-lan] [PATCH iwl-next v1 2/6] devlink: add devlink_fmsg_put() macro

2024-07-08 Thread Simon Horman
On Wed, Jul 03, 2024 at 08:59:18AM -0400, Mateusz Polchlopek wrote: > From: Przemek Kitszel > > Add devlink_fmsg_put() that dispatches based on the type > of the value to put, example: bool -> devlink_fmsg_bool_pair_put(). > > Signed-off-by: Przemek Kitszel > Reviewed-by: Wojciech Drewek > Sig

[Intel-wired-lan] [PATCH iwl-next v1 2/6] devlink: add devlink_fmsg_put() macro

2024-07-03 Thread Mateusz Polchlopek
From: Przemek Kitszel Add devlink_fmsg_put() that dispatches based on the type of the value to put, example: bool -> devlink_fmsg_bool_pair_put(). Signed-off-by: Przemek Kitszel Reviewed-by: Wojciech Drewek Signed-off-by: Mateusz Polchlopek --- include/net/devlink.h | 11 +++ 1 file