From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=jiaxin.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 69572220EE069 for ; Sun, 3 Dec 2017 17:56:09 -0800 (PST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Dec 2017 18:00:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,356,1508828400"; d="scan'208";a="14965018" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 03 Dec 2017 18:00:37 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 3 Dec 2017 18:00:37 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 3 Dec 2017 18:00:37 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.159]) with mapi id 14.03.0319.002; Mon, 4 Dec 2017 10:00:35 +0800 From: "Wu, Jiaxin" To: "Fu, Siyuan" , "edk2-devel@lists.01.org" CC: "Ye, Ting" , Karunakar P Thread-Topic: [Patch 0/2] Check Media status before starting DHCP process. Thread-Index: AQHTbKK6C5DFf5NSS0aW+cxBpJcadKMybbBQ Date: Mon, 4 Dec 2017 02:00:34 +0000 Message-ID: <895558F6EA4E3B41AC93A00D163B72741634F296@SHSMSX103.ccr.corp.intel.com> References: <1512117526-11308-1-git-send-email-jiaxin.wu@intel.com> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTZiMTY3ZGYtMGU2Mi00NzVjLTg5OTctZGYyOTkzN2RkZGExIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IiszM05tbnA2RnZKRExXSFVmNVQzREU2RkdXOVRSdWpcL1wvQW1HMmRnWjN5dz0ifQ== x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/2] Check Media status before starting DHCP process. 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: Mon, 04 Dec 2017 01:56:09 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Yes, IP driver will restart the DHCP process automatically when the user pl= ug-in the cable.=20 Thanks, Jiaxin > -----Original Message----- > From: Fu, Siyuan > Sent: Monday, December 4, 2017 9:54 AM > To: Wu, Jiaxin ; edk2-devel@lists.01.org > Cc: Ye, Ting ; Karunakar P > Subject: RE: [Patch 0/2] Check Media status before starting DHCP process. >=20 > Hi, Jiaxin >=20 > If the network cable is plug-in after this error returned, will the IP/DH= CP > driver restart DHCP process to request an address automatically? >=20 >=20 > BestRegards > Fu Siyuan >=20 >=20 > > -----Original Message----- > > From: Wu, Jiaxin > > Sent: Friday, December 1, 2017 4:39 PM > > To: edk2-devel@lists.01.org > > Cc: Ye, Ting ; Fu, Siyuan ; > > Karunakar P ; Wu, Jiaxin > > > Subject: [Patch 0/2] Check Media status before starting DHCP process. > > > > Cc: Ye Ting > > Cc: Fu Siyuan > > Contributed-under: TianoCore Contribution Agreement 1.0 > > Signed-off-by: Karunakar P > > Signed-off-by: Wu Jiaxin > > > > Jiaxin Wu (2): > > MdeModulePkg/Dhcp4Dxe: Check Media status before starting DHCP > > process. > > NetworkPkg/Dhcp6Dxe: Check Media status before starting DHCP process. > > > > MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c | 13 > ++++++++++++- > > NetworkPkg/Dhcp6Dxe/Dhcp6Impl.c | 14 +++++++++++++= - > > 2 files changed, 25 insertions(+), 2 deletions(-) > > > > -- > > 1.9.5.msysgit.1