Re: [dpdk-dev] [PATCH v2 1/2] net/ice: factorize firmware loading

2021-06-28 Thread David Marchand
On Thu, Jun 3, 2021 at 6:55 PM David Marchand wrote: > > Both "normal" and "dcf" inits have their copy of some firmware loading > code. > > The DSN query is moved in specific parts for the "normal" and "dcf" init. > > A common helper ice_load_pkg is then introduced and takes an adapter > pointer a

[dpdk-dev] [PATCH v2 1/2] net/ice: factorize firmware loading

2021-06-03 Thread David Marchand
Both "normal" and "dcf" inits have their copy of some firmware loading code. The DSN query is moved in specific parts for the "normal" and "dcf" init. A common helper ice_load_pkg is then introduced and takes an adapter pointer as its main input. This helper takes care of finding the right firmw