On 10/3/2020 8:04 AM, Jakub Kicinski wrote: > On Sat, 3 Oct 2020 09:51:00 +0200 Jiri Pirko wrote: >>> enum devlink_attr { >>> /* don't change the order or add anything between, this is ABI! */ >>> DEVLINK_ATTR_UNSPEC, >>> @@ -507,6 +524,7 @@ enum devlink_attr { >>> >>> DEVLINK_ATTR_RELOAD_ACTION, /* u8 */ >>> DEVLINK_ATTR_RELOAD_ACTIONS_PERFORMED, /* u64 */ >>> + DEVLINK_ATTR_RELOAD_LIMIT, /* u8 */ >> >> Hmm, why there could be specified only single "limit"? I believe this >> should be a bitfield. Same for the internal api to the driver. > > Hm I was expecting limits to be ordered (in maths sense) but you're > right perhaps that can't be always guaranteed. > > Also - Moshe please double check that there will not be any kdoc > warnings here - I just learned that W=1 builds don't check headers > but I'll fix up my bot by the time you post v2. > I think something like this got missed in one of my patches before... I don't see anything obvious for this searching through the Makefile.build... Mind sharing how you plan to fix your bot to check these? Thanks, Jake
- Re: [PATCH net-next 05/16] devlink: Add remote reload ... Jakub Kicinski
- Re: [PATCH net-next 05/16] devlink: Add remote reload ... Jiri Pirko
- Re: [PATCH net-next 05/16] devlink: Add remote rel... Moshe Shemesh
- [PATCH net-next 03/16] devlink: Add devlink reload limit op... Moshe Shemesh
- Re: [PATCH net-next 03/16] devlink: Add devlink reload... Jakub Kicinski
- Re: [PATCH net-next 03/16] devlink: Add devlink re... Moshe Shemesh
- Re: [PATCH net-next 03/16] devlink: Add devlink reload... Jakub Kicinski
- Re: [PATCH net-next 03/16] devlink: Add devlink reload... Jiri Pirko
- Re: [PATCH net-next 03/16] devlink: Add devlink re... Jakub Kicinski
- Re: [PATCH net-next 03/16] devlink: Add devlin... Moshe Shemesh
- Re: [PATCH net-next 03/16] devlink: Add devlin... Jacob Keller
- Re: [PATCH net-next 03/16] devlink: Add devlink re... Moshe Shemesh
- Re: [PATCH net-next 03/16] devlink: Add devlink reload... Jacob Keller
- [PATCH net-next 01/16] devlink: Change devlink_reload_suppo... Moshe Shemesh
- [PATCH net-next 15/16] net/mlx5: Add support for devlink re... Moshe Shemesh
- Re: [PATCH net-next 15/16] net/mlx5: Add support for d... Jakub Kicinski
- Re: [PATCH net-next 15/16] net/mlx5: Add support f... Moshe Shemesh