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

2024-08-29 Thread Pucha, HimasekharX Reddy
S. Miller > > Subject: [Intel-wired-lan] [PATCH iwl-next v3 2/6] devlink: add > devlink_fmsg_put() macro > > Add devlink_fmsg_put() that dispatches based on the type of the value to put, > example: bool -> devlink_fmsg_bool_pair_put(). > > Reviewed-by: Wojciech Dre

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

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