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

Commit 453e16e8 authored by Deepthi Kavalur's avatar Deepthi Kavalur Committed by Jeff Kirsher
Browse files

i40e: Inserting a HW capability display info



Display MSIx vector count for HW capabilities.

Change-ID: I4b41e9b50360cf660e7fbcb85b9390fedcf313b1
Signed-off-by: default avatarDeepthi Kavalur <deepthi.kavalur@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 58a01d4d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3080,6 +3080,9 @@ static void i40e_parse_discover_capabilities(struct i40e_hw *hw, void *buff,
			break;
		case I40E_AQ_CAP_ID_MSIX:
			p->num_msix_vectors = number;
			i40e_debug(hw, I40E_DEBUG_INIT,
				   "HW Capability: MSIX vector count = %d\n",
				   p->num_msix_vectors);
			break;
		case I40E_AQ_CAP_ID_VF_MSIX:
			p->num_msix_vectors_vf = number;