> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Dave > Ertman > Sent: Saturday, January 20, 2024 2:45 AM > To: [email protected] > Cc: [email protected]; Kitszel, Przemyslaw <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-net] ice: Add check for lport > extraction to LAG init > > To fully support initializing the LAG support code, a DDP package that > extracts the logical port from the metadata is required. If such a > package is not present, there could be difficulties in supporting some > bond types. > > Add a check into the initialization flow that will bypass the new paths > if any of the support pieces are missing. > > Reviewed-by: Przemek Kitszel <[email protected]> > Fixes: df006dd4b1dc ("ice: Add initial support framework for LAG") > Signed-off-by: Dave Ertman <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_lag.c | 25 ++++++++++++++++++++++-- > drivers/net/ethernet/intel/ice/ice_lag.h | 3 +++ > 2 files changed, 26 insertions(+), 2 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
