From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from IMSVA.IN.MEGATRENDS.COM (Webmail.amiindia.co.in [203.199.198.232]) (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 5600321939234 for ; Wed, 12 Apr 2017 05:11:51 -0700 (PDT) Received: from IMSVA.IN.MEGATRENDS.COM (IMSVA.IN.MEGATRENDS.COM [127.0.0.1]) by IMSVA (Postfix) with ESMTP id D1E118205B; Wed, 12 Apr 2017 17:43:31 +0530 (IST) Received: from IMSVA.IN.MEGATRENDS.COM (IMSVA.IN.MEGATRENDS.COM [127.0.0.1]) by IMSVA (Postfix) with ESMTP id C53AB8205A; Wed, 12 Apr 2017 17:43:31 +0530 (IST) Received: from webmail.amiindia.co.in (venus1.in.megatrends.com [10.0.0.5]) by IMSVA.IN.MEGATRENDS.COM (Postfix) with ESMTPS; Wed, 12 Apr 2017 17:43:31 +0530 (IST) Received: from VENUS2.in.megatrends.com ([fe80::2002:4a07:4f17:c09b]) by VENUS1.in.megatrends.com ([fe80::951:7975:6ecf:eae5%14]) with mapi id 14.01.0438.000; Wed, 12 Apr 2017 17:41:48 +0530 From: Santhapur Naveen To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" CC: "Zhang, Lubo" Thread-Topic: SUT hangs after performing a warm boot. Thread-Index: AdKvmR2D2uz9H6EoQWaCRRO/YaHPvwB98WiwABcyG4AAHXj40AABj0SQAAIf9ZAARLlHIA== Date: Wed, 12 Apr 2017 12:11:47 +0000 Message-ID: <625A2455CC232F40B0F38F05ACED6D97C8678FD0@Venus2.in.megatrends.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> In-Reply-To: <895558F6EA4E3B41AC93A00D163B7274162BF241@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.0.84.77] MIME-Version: 1.0 X-TM-AS-GCONF: 00 X-TM-AS-Product-Ver: IMSVA-9.1.0.1600-8.1.0.1062-23000.006 X-TM-AS-Result: No--32.362-5.0-31-10 X-imss-scan-details: No--32.362-5.0-31-10 X-TMASE-Version: IMSVA-9.1.0.1600-8.1.1062-23000.006 X-TMASE-Result: 10--32.361500-10.000000 X-TMASE-MatchedRID: oHOSwQSJZWiI0KPyMNrNUiMr6dQEFx/LLAnNohUyMa0em8EUFBQsJR/X WBLkU7fu+8l6jFSki7qas0rFUiAJUQVnfa7xoeysEPf7TDUOGopTes6dDCWUQ01KG1YrOQW/Hi5 rbi6X2h0xcSfgz4Zxa88MTEiM2S2G+dVjQNaxOreolIr4dI9j7yDQvhfLY4eVNpQs7YDMMqD21I T7+uo2GGygJ5NXBU//wIk5PtBEgXvWcuaikvd2WvHkpkyUphL9vtVce6w5+K/7I1hjCeCvFj47V HZHqWPKCU1M6HVmXG9LuvRGrHMHICAqG/HTQfXBC2KCgTQN5v6qqOPY3+6rXTqaX1166ot1N3l2 3aBGC3iQJgktvzL3cVOligAVJfQ/1ddezVny+QJtzb3s8Aa1ZiOjxzQ2RhgiBlt4RZwvTdXAktg DJtZ0Ao9Zm8Ov7SprPyHPHmuqUmgYB2fOueQzj/7E6GNqs6cetBCPSL+8DOXUZxEAlFPo8/cUt5 lc1lLgXh881p/x0C8= X-TMASE-SNAP-Result: 1.821001.0001-0-1-12:0,22:0,33:0,34:0,39:0-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: Wed, 12 Apr 2017 12:11:52 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Jiaxin, 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. // // Send the Neighbor Solicitation message with // Source - unspecified address, destination - solicited-node mul= ticast address // Target - the address to be validated // Status =3D Ip6SendNeighborSolicit ( IpSb, NULL, &DupAddrDetect->Destination, &DupAddrDetect->AddressInfo->Address, NULL ); I shall update you more information soon. Thanks, Naveen -----Original Message----- From: Wu, Jiaxin [mailto:jiaxin.wu@intel.com]=20 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. Ok, I didn't loop in another email discussion. I just reviewed the patch fr= om Lubo, and I think it may be related to this issue since both of them are= triggered by Ip6NdFasterTimerTicking. Thanks, Jiaxin > -----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. >=20 > Hi Jiaxin, >=20 > I think this patch is for another fix which causes ASSERT. But=20 > anyways I'll give it a try and update you. >=20 > Thanks, > Naveen >=20 > -----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. >=20 > Hi Naveen, >=20 > Can you help to verify whether the attached patch can resolve your issue? >=20 > Thanks, > Jiaxin >=20 > > -----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=20 > > 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=20 > > > 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=20 > > > 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