> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Michal Swiatkowski > Sent: 04 November 2024 17:44 > To: [email protected] > Cc: [email protected]; Drewek, Wojciech <[email protected]>; > Szycik, Marcin <[email protected]>; [email protected]; Knitter, > Konrad <[email protected]>; Chmielewski, Pawel > <[email protected]>; [email protected]; [email protected]; NEX > SW NCIS NAT HPM DEV <[email protected]>; > [email protected]; Samudrala, Sridhar <[email protected]>; > Keller, Jacob E <[email protected]>; [email protected]; Kitszel, > Przemyslaw <[email protected]> > Subject: [Intel-wired-lan] [iwl-next v7 4/9] ice: get rid of num_lan_msix > field > > Remove the field to allow having more queues than MSI-X on VSI. As default > the number will be the same, but if there won't be more MSI-X available VSI > can run with at least one MSI-X. > > Reviewed-by: Jacob Keller <[email protected]> > Reviewed-by: Wojciech Drewek <[email protected]> > Signed-off-by: Michal Swiatkowski <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice.h | 1 - > drivers/net/ethernet/intel/ice/ice_base.c | 10 ++++---- > drivers/net/ethernet/intel/ice/ice_ethtool.c | 6 ++--- > drivers/net/ethernet/intel/ice/ice_irq.c | 11 ++++----- > drivers/net/ethernet/intel/ice/ice_lib.c | 25 +++++++++++--------- > 5 files changed, 24 insertions(+), 29 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
