]> git.ipfire.org Git - thirdparty/linux.git/commit
ice: breakout common LAG code into helpers
authorDave Ertman <david.m.ertman@intel.com>
Mon, 16 Jun 2025 11:03:22 +0000 (13:03 +0200)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Fri, 18 Jul 2025 16:02:28 +0000 (09:02 -0700)
commit351d8d8ab6af71193033a2786a99ea56e1af8526
tree94e4fa7801e0ca2a6e330d79b2e04caad04ae478
parent850a9a32ab6d8bdd2caf667e184e802aaa2b022d
ice: breakout common LAG code into helpers

In the VF handling code, parts of the code for lag can be broken out into
helper functions to reduce code duplication. Break this code out into
helper functions

Reviewed-by: Marcin Szycik <marcin.szycik@linux.intel.com>
Signed-off-by: Dave Ertman <david.m.ertman@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_lag.c
drivers/net/ethernet/intel/ice/ice_lag.h
drivers/net/ethernet/intel/ice/ice_vf_lib.c
drivers/net/ethernet/intel/ice/ice_virtchnl.c