Re: [PATCH v5 net-next 2/5] devlink: collect flash notify params into a struct

2020-09-18 Thread Jakub Kicinski
On Thu, 17 Sep 2020 18:13:24 -0700 Shannon Nelson wrote: > The dev flash status notify function parameter lists are getting > rather long, so add a struct to be filled and passed rather than > continuously changing the function signatures. > > Signed-off-by: Shannon Nelson > Reviewed-by: Jacob Ke

[PATCH v5 net-next 2/5] devlink: collect flash notify params into a struct

2020-09-17 Thread Shannon Nelson
The dev flash status notify function parameter lists are getting rather long, so add a struct to be filled and passed rather than continuously changing the function signatures. Signed-off-by: Shannon Nelson Reviewed-by: Jacob Keller --- include/net/devlink.h | 19 +++ net/core/devli