> -----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]; Ostrowska, Karen <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next 7/10] ice: emit user-visible info > message for non-contiguous ETS TC config > > When the remote LLDP peer advertises a non-contiguous TC mapping the driver > silently falls back to a default single-TC configuration. This leaves the > user without any indication of why their DCB configuration > was not honoured. > > Print an informational message at the entry of > ice_dcb_noncontig_cfg() so the user knows ETS with non-contiguous TCs is not > supported and that the driver has fallen back to defaults. > > Suggested-by: Karen Ostrowska <[email protected]> > Signed-off-by: Aleksandr Loktionov <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_dcb_lib.c | 2 ++ > 1 file changed, 2 insertions(+)
Tested-by: Alexander Nowlin <[email protected]>
