On Sun, 10 Feb 2019 22:59:23 -0800
Jakub Kicinski wrote:
> Add new command for updating flash of devices via devlink API.
> Example:
>
> $ cp flash-boot.bin /lib/firmware/
> $ devlink dev flash pci/:05:00.0 file flash-boot.bin
>
> Signed-off-by: Jakub Kicinski
This is targeted at iproute2
Add new command for updating flash of devices via devlink API.
Example:
$ cp flash-boot.bin /lib/firmware/
$ devlink dev flash pci/:05:00.0 file flash-boot.bin
Signed-off-by: Jakub Kicinski
---
devlink/devlink.c | 54 ++
man/man8/devlink-dev.8 |