Re: [net-next v6 1/5] devlink: check flash_update parameter support in net core

2020-09-18 Thread Jakub Kicinski
On Thu, 17 Sep 2020 17:45:25 -0700 Jacob Keller wrote: > When implementing .flash_update, drivers which do not support > per-component update are manually checking the component parameter to > verify that it is NULL. Without this check, the driver might accept an > update request with a component s

[net-next v6 1/5] devlink: check flash_update parameter support in net core

2020-09-17 Thread Jacob Keller
When implementing .flash_update, drivers which do not support per-component update are manually checking the component parameter to verify that it is NULL. Without this check, the driver might accept an update request with a component specified even though it will not honor such a request. Instead