From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D12C121A18AAB for ; Thu, 13 Apr 2017 00:47:37 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Apr 2017 00:47:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,194,1488873600"; d="scan'208";a="845288438" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 13 Apr 2017 00:47:37 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 13 Apr 2017 00:47:37 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 13 Apr 2017 00:47:36 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.217]) with mapi id 14.03.0319.002; Thu, 13 Apr 2017 15:47:35 +0800 From: "Wu, Jiaxin" To: Santhapur Naveen , "edk2-devel@lists.01.org" CC: "Zhang, Lubo" Thread-Topic: SUT hangs after performing a warm boot. Thread-Index: AdKvmR2D2uz9H6EoQWaCRRO/YaHPvwB98WiwABcyG4AAHXj40AABj0SQAAIf9ZAARLlHIAApItOw Date: Thu, 13 Apr 2017 07:47:34 +0000 Message-ID: <895558F6EA4E3B41AC93A00D163B7274162C02B3@SHSMSX103.ccr.corp.intel.com> References: <625A2455CC232F40B0F38F05ACED6D97C8677114@Venus2.in.megatrends.com> <895558F6EA4E3B41AC93A00D163B7274162BEC1F@SHSMSX103.ccr.corp.intel.com> <625A2455CC232F40B0F38F05ACED6D97C8678556@Venus2.in.megatrends.com> <895558F6EA4E3B41AC93A00D163B7274162BF0FA@SHSMSX103.ccr.corp.intel.com> <625A2455CC232F40B0F38F05ACED6D97C8678785@Venus2.in.megatrends.com> <895558F6EA4E3B41AC93A00D163B7274162BF241@SHSMSX103.ccr.corp.intel.com> <625A2455CC232F40B0F38F05ACED6D97C8678FD0@Venus2.in.megatrends.com> In-Reply-To: <625A2455CC232F40B0F38F05ACED6D97C8678FD0@Venus2.in.megatrends.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWVjOWFlNzAtZDRmOS00MGM0LTg2OWQtZmMwZWE5ZTZiYTI4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImFqcEN2ZUExMDRrMk91bHBHYUNRa2p2VzBcL280MnZ6WjFoN2s4SGxXNDYwPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: SUT hangs after performing a warm boot. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2017 07:47:38 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Naveen, Do you mean only the "reset -w" operation caused the hang? Need us change t= he IPv6 policy? Thanks, Jiaxin > -----Original Message----- > From: Santhapur Naveen [mailto:naveens@amiindia.co.in] > Sent: Wednesday, April 12, 2017 8:12 PM > To: Wu, Jiaxin ; edk2-devel@lists.01.org > Cc: Zhang, Lubo > Subject: RE: SUT hangs after performing a warm boot. >=20 > Hi Jiaxin, >=20 > The patch in your previous mail doesn't help. The issue still exists > even after the patch. > After some debugging, it is found that it hangs in > p6SendNeighborSolicit()->Ip6Output()call. >=20 > // > // Send the Neighbor Solicitation message with > // Source - unspecified address, destination - solicited-node m= ulticast > address > // Target - the address to be validated > // > Status =3D Ip6SendNeighborSolicit ( > IpSb, > NULL, > &DupAddrDetect->Destination, > &DupAddrDetect->AddressInfo->Address, > NULL > ); >=20 > I shall update you more information soon. >=20 > Thanks, > Naveen >=20 > -----Original Message----- > From: Wu, Jiaxin [mailto:jiaxin.wu@intel.com] > Sent: Tuesday, April 11, 2017 8:55 AM > To: Santhapur Naveen; edk2-devel@lists.01.org > Cc: Zhang, Lubo > Subject: RE: SUT hangs after performing a warm boot. >=20 > Ok, I didn't loop in another email discussion. I just reviewed the patch = from > Lubo, and I think it may be related to this issue since both of them are > triggered by Ip6NdFasterTimerTicking. >=20 > Thanks, > Jiaxin >=20 > > -----Original Message----- > > From: Santhapur Naveen [mailto:naveens@amiindia.co.in] > > Sent: Tuesday, April 11, 2017 10:20 AM > > To: Wu, Jiaxin ; edk2-devel@lists.01.org > > Subject: RE: SUT hangs after performing a warm boot. > > > > Hi Jiaxin, > > > > I think this patch is for another fix which causes ASSERT. But > > anyways I'll give it a try and update you. > > > > Thanks, > > Naveen > > > > -----Original Message----- > > From: Wu, Jiaxin [mailto:jiaxin.wu@intel.com] > > Sent: Tuesday, April 11, 2017 7:05 AM > > To: Santhapur Naveen; edk2-devel@lists.01.org > > Subject: RE: SUT hangs after performing a warm boot. > > > > Hi Naveen, > > > > Can you help to verify whether the attached patch can resolve your issu= e? > > > > Thanks, > > Jiaxin > > > > > -----Original Message----- > > > From: Santhapur Naveen [mailto:naveens@amiindia.co.in] > > > Sent: Monday, April 10, 2017 7:31 PM > > > To: Wu, Jiaxin ; edk2-devel@lists.01.org > > > Subject: RE: SUT hangs after performing a warm boot. > > > > > > Hi Jiaxin, > > > > > > Below are the simple reproduction steps: > > > > > > BIOS UEFI Class3 > > > (1) Connect LAN cable (Realtek) > > > (2) Do cold boot or warm boot stress (Windows 10) > > > > > > Please let me know for any additional information you may need. > > > > > > Thanks, > > > Naveen > > > > > > -----Original Message----- > > > From: Wu, Jiaxin [mailto:jiaxin.wu@intel.com] > > > Sent: Monday, April 10, 2017 6:00 AM > > > To: Santhapur Naveen; edk2-devel@lists.01.org > > > Subject: RE: SUT hangs after performing a warm boot. > > > > > > Hi Naveen, > > > > > > As the description of Ip6NdFasterTimerTicking(), it's the time > > > routine of ND module for IPv6. > > > > > > Can you provide the detailed reproduce steps? > > > > > > Thanks, > > > Jiaxin > > > > > > > -----Original Message----- > > > > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On > > > > Behalf Of Santhapur Naveen > > > > Sent: Friday, April 7, 2017 8:20 PM > > > > To: edk2-devel@lists.01.org > > > > Subject: [edk2] SUT hangs after performing a warm boot. > > > > > > > > Hi all, > > > > > > > > Under NetworkPkg, in Ip6Dxe driver, what purpose does > > > > this function > > > > Ip6NdFasterTimerTicking() serve? > > > > Sometimes, the SUT hangs in this function (at > > > > bootmgfw.Entry) when booting to Windows after performing a warm > > boot. > > > > > > > > Thanks, > > > > Naveen > > > > _______________________________________________ > > > > edk2-devel mailing list > > > > edk2-devel@lists.01.org > > > > https://lists.01.org/mailman/listinfo/edk2-devel