> -----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 4/4] ice: manage VFs MSI-X > using resource tracking > > Track MSI-X for VFs using bitmap, by setting and clearing bitmap during > allocation and freeing. > > Try to linearize irqs usage for VFs, by freeing them and allocating once > again. > Do it only for VFs that aren't currently running. > > Signed-off-by: Michal Swiatkowski <[email protected]> > Reviewed-by: Przemek Kitszel <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_sriov.c | 170 ++++++++++++++++++--- > 1 file changed, 151 insertions(+), 19 deletions(-) > > diff --git a/drivers/net/ethernet/intel/ice/ice_sriov.c > b/drivers/net/ethernet/intel/ice/ice_sriov.c > index 679bf63fd17a..2a5e6616cc0a 100644 > --- a/drivers/net/ethernet/intel/ice/ice_sriov.c > +++ b/drivers/net/ethernet/intel/ice/ice_sriov.c
Tested-by: Rafal Romanowski <[email protected]> _______________________________________________ Intel-wired-lan mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
