Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f18ae100 authored by Vasu Dev's avatar Vasu Dev Committed by Jeff Kirsher
Browse files

i40e: print FCoE capability reported by the device function



This is to allow quick check for FCoE capability is enabled or not
in device function before any SW overrides.

Change-ID: I5f78ba798d566f143161273156916c6f4074496e
Signed-off-by: default avatarVasu Dev <vasu.dev@intel.com>
Tested-by: default avatarJim Young <james.m.young@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 57175ac1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2546,6 +2546,9 @@ static void i40e_parse_discover_capabilities(struct i40e_hw *hw, void *buff,
		}
	}

	if (p->fcoe)
		i40e_debug(hw, I40E_DEBUG_ALL, "device is FCoE capable\n");

	/* Software override ensuring FCoE is disabled if npar or mfp
	 * mode because it is not supported in these modes.
	 */