> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Michal Swiatkowski > Sent: Monday, September 18, 2023 8:24 AM > To: [email protected] > Cc: [email protected]; Michal Swiatkowski > <[email protected]>; Fijalkowski, Maciej > <[email protected]>; Kitszel, Przemyslaw > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2 2/4] ice: add bitmap to track VF > MSI-X usage > > Create a bitamp to track MSI-X usage for VFs. The bitmap has the size of total > MSI-X amount on device, because at init time the amount of MSI-X used by > VFs isn't known. > > The bitmap is used in follow up patchset to provide a block of continuous > block of MSI-X indexes for each created VF. > > Signed-off-by: Michal Swiatkowski <[email protected]> > Reviewed-by: Przemek Kitszel <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice.h | 2 ++ > drivers/net/ethernet/intel/ice/ice_sriov.c | 9 +++++++++ > 2 files changed, 11 insertions(+) > > diff --git a/drivers/net/ethernet/intel/ice/ice.h > b/drivers/net/ethernet/intel/ice/ice.h > index 051007ccab43..5fef43d3d994 100644 > --- a/drivers/net/ethernet/intel/ice/ice.h > +++ b/drivers/net/ethernet/intel/ice/ice.h
Tested-by: Rafal Romanowski <[email protected]> _______________________________________________ Intel-wired-lan mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
