On Wed, Jun 12, 2024 at 04:01:21PM +0100, Anatoly Burakov wrote: > From: Ian Stokes <ian.sto...@intel.com> > > As per updated data sheet, add 'skip_clear_pf' field to ice_hw structure, > which > can be used to skip call to ice_clear_pf_cfg() in ice_init_hw(). > > Also, make 'fw_vsi_num' field of ice_hw structure visible to every component > using shared code, as well as make ice_init_fltr_mgmt_struct() and > ice_cleanup_fltr_mgmt_struct() non-static.
Change to make functions non-static not in this patch.