From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web11.28462.1585185316607062014 for ; Wed, 25 Mar 2020 18:15:16 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: jiewen.yao@intel.com) IronPort-SDR: crGI2pEZKuSfnqr2mc6IVWCTYkJkXE7LwMdILmfHWQDzCWVMRDL2/cQwPZ4P/O0pFah+0esyUw 0XPgIUI+B02w== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2020 18:15:15 -0700 IronPort-SDR: aSqSSgEdZybBtxO1nYeaMMb/v+oMgvXERWRlQHiONvqH7iYxnyFrUrsyskT/6xQ+bFgcpAlyGu lBskrGvMhIhw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,306,1580803200"; d="scan'208";a="326401324" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 25 Mar 2020 18:15:15 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 25 Mar 2020 18:15:15 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 25 Mar 2020 18:15:15 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.50]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.137]) with mapi id 14.03.0439.000; Thu, 26 Mar 2020 09:15:12 +0800 From: "Yao, Jiewen" To: "devel@edk2.groups.io" , "Zurcher, Christopher J" CC: "Wang, Jian J" , "Lu, XiaoyuX" , Eugene Cohen , Ard Biesheuvel Subject: Re: [edk2-devel] [PATCH 1/1] CryptoPkg/OpensslLib: Add native instruction support for IA32 and X64 Thread-Topic: [edk2-devel] [PATCH 1/1] CryptoPkg/OpensslLib: Add native instruction support for IA32 and X64 Thread-Index: AQHV/Ebi1gaDbPZSX0eeh8s0KfCdQqhaHaDg Date: Thu, 26 Mar 2020 01:15:10 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503F99C5BC@shsmsx102.ccr.corp.intel.com> References: <20200317102656.20032-1-christopher.j.zurcher@intel.com> <20200317102656.20032-2-christopher.j.zurcher@intel.com> In-Reply-To: <20200317102656.20032-2-christopher.j.zurcher@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: jiewen.yao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable HI Christopher Thanks for the contribution. I think it is good enhancement. Do you have any data show what performance improvement we can get? Did the system boot faster with the this? Which feature ? UEFI Secure Boot? TCG Measured Boot? HTTPS boot? Comment for the code: 1) I am not sure if we need separate OpensslLibIa32 and OpensslLibX64. Can we just define single INF, such as OpensslLibHw.inf ? 2) Do we also need add a new version for OpensslLibCrypto.inf ? Thank you Yao Jiewen > -----Original Message----- > From: devel@edk2.groups.io On Behalf Of Zurcher, > Christopher J > Sent: Tuesday, March 17, 2020 6:27 PM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Lu, XiaoyuX ; > Eugene Cohen ; Ard Biesheuvel > Subject: [edk2-devel] [PATCH 1/1] CryptoPkg/OpensslLib: Add native instru= ction > support for IA32 and X64 >=20