> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Aleksandr Loktionov > Sent: Friday, April 10, 2026 12:49 AM > To: [email protected]; Nguyen, Anthony L > <[email protected]>; Loktionov, Aleksandr > <[email protected]> > Cc: [email protected] > Subject: [Intel-wired-lan] [PATCH iwl-next 5/10] ice: improve Add/Update VSI > error messages in ice_vsi_init() > > The error messages emitted when Add VSI or Update VSI Admin Queue commands > fail are missing the VSI index and the last AQ error code. Add both to match > the pattern used elsewhere in the driver for AQ- > command failures, which helps narrow down firmware issues without requiring > debug logs. > > Signed-off-by: Eric Joyner <[email protected]> > Signed-off-by: Aleksandr Loktionov <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_lib.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-)
Tested-by: Alexander Nowlin <[email protected]>
