Re: [RFC iproute2] devlink: add support for updating device flash

2019-02-19 Thread Stephen Hemminger
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

[RFC iproute2] devlink: add support for updating device flash

2019-02-10 Thread Jakub Kicinski
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 |