Re: [PATCH v2 net-next 0/2] ionic: add devlink dev flash support

2020-09-04 Thread Shannon Nelson
On 9/4/20 3:47 PM, Jakub Kicinski wrote: On Fri, 4 Sep 2020 11:20:11 -0700 Shannon Nelson wrote: It's probably related to this discussion: https://lore.kernel.org/linux-sparse/ecdd10cb-0022-8f8a-ec36-9d51b3ae8...@pensando.io/ I thought we'd worked out our struct alignment issues, but I'll see i

Re: [PATCH v2 net-next 0/2] ionic: add devlink dev flash support

2020-09-04 Thread Jakub Kicinski
On Fri, 4 Sep 2020 11:20:11 -0700 Shannon Nelson wrote: > It's probably related to this discussion: > https://lore.kernel.org/linux-sparse/ecdd10cb-0022-8f8a-ec36-9d51b3ae8...@pensando.io/ > > I thought we'd worked out our struct alignment issues, but I'll see if I > can carve out some time to ta

Re: [PATCH v2 net-next 0/2] ionic: add devlink dev flash support

2020-09-04 Thread Shannon Nelson
On 9/4/20 8:01 AM, Jakub Kicinski wrote: On Thu, 3 Sep 2020 17:05:32 -0700 Shannon Nelson wrote: Add support for using devlink's dev flash facility to update the firmware on an ionic device. This is a simple model of pushing the firmware file to the NIC, asking the NIC to unpack and install th

Re: [PATCH v2 net-next 0/2] ionic: add devlink dev flash support

2020-09-04 Thread Jakub Kicinski
On Thu, 3 Sep 2020 17:05:32 -0700 Shannon Nelson wrote: > Add support for using devlink's dev flash facility to update the > firmware on an ionic device. This is a simple model of pushing the > firmware file to the NIC, asking the NIC to unpack and install the file > into the device, and then sel

[PATCH v2 net-next 0/2] ionic: add devlink dev flash support

2020-09-03 Thread Shannon Nelson
Add support for using devlink's dev flash facility to update the firmware on an ionic device. This is a simple model of pushing the firmware file to the NIC, asking the NIC to unpack and install the file into the device, and then selecting it for the next boot. If any of these steps fail, the who