Re: [PATCH v2 047/148] net/ice/base: added informational message for NAC topology

2024-06-20 Thread Bruce Richardson
On Wed, Jun 12, 2024 at 04:00:41PM +0100, Anatoly Burakov wrote: > From: Ian Stokes > > Use proper bitmask to verify primary/secondary mode instead of whole 'mode' > field, which also includes other information. In the result, for Mode 2a for > example, 'secondary' mode was always reported which

[PATCH v2 047/148] net/ice/base: added informational message for NAC topology

2024-06-12 Thread Anatoly Burakov
From: Ian Stokes Use proper bitmask to verify primary/secondary mode instead of whole 'mode' field, which also includes other information. In the result, for Mode 2a for example, 'secondary' mode was always reported which was misleading. Signed-off-by: Prathisna Padmasanan Signed-off-by: Ian St