From nobody Thu Mar 28 17:24:07 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+85506+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+85506+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1641864400; cv=none; d=zohomail.com; s=zohoarc; b=f5tG6VXL8yi1hPr9JVWoM5jVQ3gRCGqWKCM5S2fnOloqa4R92StXrw6n+gVRGTOi9iuGzJPO26dKkMrlgCB46g4OZxqtYFzHluJbGOvxQIc9AGKE8n+gRTb7+DZCY0slI5rgFIWJngv+76hwCEVWtRk3lhc+IkSjzVoyW3We5V8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1641864400; h=Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=j+wdv2PqtFpgA1np2DdbxCmn5dKavh9jOw8YnutdZKA=; b=U3AN5KhbMrRccuY2yBom27s0UIM/gAsAAL01BYnBaDLs5FP/WTUeJwN+cUlTzMrw14ld29Aqdr/8LtIJmVusb9GMjI/BGVAbNcfmK7T9U8xnoHtLmLXpZtximfxxBo6r+PU2fCQNv0i3W+YMy9M7N+XOO86pP4aiUoeaV7wHVxA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+85506+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1641864400102931.3809244356829; Mon, 10 Jan 2022 17:26:40 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id cFW1YY1788612xVWmfXyJFuH; Mon, 10 Jan 2022 17:26:39 -0800 X-Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web11.454.1641864398770444813 for ; Mon, 10 Jan 2022 17:26:39 -0800 X-IronPort-AV: E=McAfee;i="6200,9189,10223"; a="306729041" X-IronPort-AV: E=Sophos;i="5.88,278,1635231600"; d="scan'208";a="306729041" X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2022 17:26:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,278,1635231600"; d="scan'208";a="472281124" X-Received: from shwdesssddpdwei.ccr.corp.intel.com ([10.239.157.43]) by orsmga003.jf.intel.com with ESMTP; 10 Jan 2022 17:26:36 -0800 From: "Sheng Wei" To: devel@edk2.groups.io Cc: Ray Ni , Rangasai V Chaganty , Jenny Huang , Robert Kowalewski Subject: [edk2-devel] [PATCH] IntelSiliconPkg/IntelVTdDxe: Reduce Debug Level Date: Tue, 11 Jan 2022 09:26:33 +0800 Message-Id: <20220111012633.4260-1-w.sheng@intel.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,w.sheng@intel.com X-Gm-Message-State: HBtBKnmhXhxCzGjZB4pcFQaIx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1641864399; bh=Zc2zmi32lZK0mPpFjdG2wu6tEpJtPV+C4tpdDT3Zi3s=; h=Cc:Date:From:Reply-To:Subject:To; b=r7aBOrC3kQplHrOvuePb5ETIZB6autLee6vgtkOHRfJMs+nYBygxPdQsbbYaE5z5bMH f73PPQy81kcI9Ge5oRuSHidnKiLADFhJX3TecL6IGMCiNkE88rl6JIzDzKWsfiyERCpBO 2uqmXpuaVEv3hEwY7A+GL5+0QOYYWKe8+MA= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1641864401851100002 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Reduce the debug level from DEBUG_INFO to DEBUG_VERBOSE in function SubmitQueuedInvalidationDescriptor (). REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3801 Cc: Ray Ni Cc: Rangasai V Chaganty Cc: Jenny Huang Cc: Robert Kowalewski Signed-off-by: Sheng Wei Reviewed-by: Jenny Huang Reviewed-by: Ray Ni Reviewed-by: Robert Kowalewski Reviewed-by: Sai Chaganty --- Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/VtdReg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/VtdReg.c= b/Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/VtdReg.c index 1ce9c1c0..c88f462b 100644 --- a/Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/VtdReg.c +++ b/Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/VtdReg.c @@ -238,7 +238,7 @@ SubmitQueuedInvalidationDescriptor ( QiDescLength =3D mVtdUnitInformation[VtdIndex].QiDescLength; BaseDesc =3D mVtdUnitInformation[VtdIndex].QiDesc; =20 - DEBUG((DEBUG_INFO, "[%d] Submit QI Descriptor [0x%08x, 0x%08x] Free Head= (%d)\n", VtdIndex, Desc->Low, Desc->High, mVtdUnitInformation[VtdIndex].Qi= FreeHead)); + DEBUG((DEBUG_VERBOSE, "[%d] Submit QI Descriptor [0x%08x, 0x%08x] Free H= ead (%d)\n", VtdIndex, Desc->Low, Desc->High, mVtdUnitInformation[VtdIndex]= .QiFreeHead)); =20 BaseDesc[mVtdUnitInformation[VtdIndex].QiFreeHead].Low =3D Desc->Low; BaseDesc[mVtdUnitInformation[VtdIndex].QiFreeHead].High =3D Desc->High; --=20 2.16.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#85506): https://edk2.groups.io/g/devel/message/85506 Mute This Topic: https://groups.io/mt/88339715/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-