Re: [dpdk-dev] [PATCH v2 1/2] net/ice: factorize firmware loading
From: David Marchand <hidden>
Date: 2021-06-28 07:58:23
From: David Marchand <hidden>
Date: 2021-06-28 07:58:23
On Thu, Jun 3, 2021 at 6:55 PM David Marchand [off-list ref] 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 as its main input. This helper takes care of finding the right firmware file and loading it. The adapter active_pkg_type field is set by this helper. The ice_access macro is removed from the osdep.h header: osdep.h should only hosts wrappers for base driver code. Signed-off-by: David Marchand <redacted>
Please, can you confirm nothing breaks for net/ice with this series? Thanks. -- David Marchand