Re: [PATCH net-next 2/2] ionic: add devlink firmware update

2020-09-03 Thread Shannon Nelson
On 9/3/20 2:45 PM, Jakub Kicinski wrote: On Thu, 3 Sep 2020 14:37:40 -0700 Shannon Nelson wrote: On 9/3/20 12:53 PM, Jakub Kicinski wrote: On Wed, 2 Sep 2020 12:57:17 -0700 Shannon Nelson wrote: Add support for firmware update through the devlink interface. This update copies the firmware obj

Re: [PATCH net-next 2/2] ionic: add devlink firmware update

2020-09-03 Thread Jakub Kicinski
On Thu, 3 Sep 2020 14:37:40 -0700 Shannon Nelson wrote: > On 9/3/20 12:53 PM, Jakub Kicinski wrote: > > On Wed, 2 Sep 2020 12:57:17 -0700 Shannon Nelson wrote: > >> Add support for firmware update through the devlink interface. > >> This update copies the firmware object into the device, asks >

Re: [PATCH net-next 2/2] ionic: add devlink firmware update

2020-09-03 Thread Shannon Nelson
On 9/3/20 12:53 PM, Jakub Kicinski wrote: On Wed, 2 Sep 2020 12:57:17 -0700 Shannon Nelson wrote: Add support for firmware update through the devlink interface. This update copies the firmware object into the device, asks the current firmware to install it, then asks the firmware to set the dev

Re: [PATCH net-next 2/2] ionic: add devlink firmware update

2020-09-03 Thread Shannon Nelson
On 9/3/20 10:30 AM, Jiri Pirko wrote: Thu, Sep 03, 2020 at 05:58:42PM CEST, snel...@pensando.io wrote: True, they aren't "needed" for operational purposes, but they are rather useful when inspecting a system after getting a report of bad behavior, and I don't think it is nice to pollute dmesg

Re: [PATCH net-next 2/2] ionic: add devlink firmware update

2020-09-03 Thread Jakub Kicinski
On Wed, 2 Sep 2020 12:57:17 -0700 Shannon Nelson wrote: > Add support for firmware update through the devlink interface. > This update copies the firmware object into the device, asks > the current firmware to install it, then asks the firmware to > set the device to use the new firmware on the ne

Re: [PATCH net-next 2/2] ionic: add devlink firmware update

2020-09-03 Thread Jiri Pirko
Thu, Sep 03, 2020 at 05:58:42PM CEST, snel...@pensando.io wrote: >On 9/2/20 11:01 PM, Jiri Pirko wrote: >> Wed, Sep 02, 2020 at 09:57:17PM CEST, snel...@pensando.io wrote: >> > Add support for firmware update through the devlink interface. >> > This update copies the firmware object into the device

Re: [PATCH net-next 2/2] ionic: add devlink firmware update

2020-09-03 Thread Shannon Nelson
On 9/2/20 11:01 PM, Jiri Pirko wrote: Wed, Sep 02, 2020 at 09:57:17PM CEST, snel...@pensando.io wrote: Add support for firmware update through the devlink interface. This update copies the firmware object into the device, asks the current firmware to install it, then asks the firmware to set the

Re: [PATCH net-next 2/2] ionic: add devlink firmware update

2020-09-02 Thread Jiri Pirko
Wed, Sep 02, 2020 at 09:57:17PM CEST, snel...@pensando.io wrote: >Add support for firmware update through the devlink interface. >This update copies the firmware object into the device, asks >the current firmware to install it, then asks the firmware to >set the device to use the new firmware on th

[PATCH net-next 2/2] ionic: add devlink firmware update

2020-09-02 Thread Shannon Nelson
Add support for firmware update through the devlink interface. This update copies the firmware object into the device, asks the current firmware to install it, then asks the firmware to set the device to use the new firmware on the next boot-up. The install and activate steps are launched as async