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

2020-09-17 Thread Shannon Nelson
On 9/17/20 12:47 PM, Jakub Kicinski wrote: On Wed, 16 Sep 2020 20:02:01 -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: Sha

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

2020-09-17 Thread Jacob Keller
On 9/16/2020 8:02 PM, 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 Guess I should have read farther

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

2020-09-17 Thread Jakub Kicinski
On Wed, 16 Sep 2020 20:02:01 -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 > --- > include/net/de

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

2020-09-16 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 --- include/net/devlink.h | 21 net/core/devlink.c| 80 +