On 2/26/19 1:20 PM, 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/0000:05:00.0 file flash-boot.bin > > Signed-off-by: Jakub Kicinski <jakub.kicin...@netronome.com> > --- > devlink/devlink.c | 54 ++++++++++++++++++++++++++++++++++++++++++ > man/man8/devlink-dev.8 | 32 +++++++++++++++++++++++++ > 2 files changed, 86 insertions(+) >
applied to iproute2-next after updating the headers. Thanks