From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 778F121AEB0A5 for ; Thu, 10 Aug 2017 01:30:12 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Aug 2017 01:32:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,352,1498546800"; d="scan'208";a="298291610" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga004.fm.intel.com with ESMTP; 10 Aug 2017 01:32:22 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 10 Aug 2017 01:32:18 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 10 Aug 2017 01:18:08 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.236]) by shsmsx102.ccr.corp.intel.com ([169.254.2.183]) with mapi id 14.03.0319.002; Thu, 10 Aug 2017 13:54:09 +0800 From: "Ye, Ting" To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" CC: "Fu, Siyuan" Thread-Topic: [Patch 0/3] Support Ip4Config2/Ip6Config.SetData interface to clear specific configuration Thread-Index: AQHTBdh238FT2PNCgUy0Z+4jnbyUDaJ9LmNg Date: Thu, 10 Aug 2017 05:54:09 +0000 Message-ID: References: <1501050511-16884-1-git-send-email-jiaxin.wu@intel.com> In-Reply-To: <1501050511-16884-1-git-send-email-jiaxin.wu@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/3] Support Ip4Config2/Ip6Config.SetData interface to clear specific configuration 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, 10 Aug 2017 08:30:12 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Ye Ting -----Original Message----- From: Wu, Jiaxin=20 Sent: Wednesday, July 26, 2017 2:28 PM To: edk2-devel@lists.01.org Cc: Ye, Ting ; Fu, Siyuan ; Wu, Jia= xin Subject: [Patch 0/3] Support Ip4Config2/Ip6Config.SetData interface to clea= r specific configuration UEFI Spec 2.7 adds the clarification on SetData interface usage to clear sp= ecific individual data types. The series patches are used to support this f= eature. Cc: Ye Ting Cc: Fu Siyuan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin Jiaxin Wu (3): MdePkg: Update the comments of Ip4Config2/Ip6Config Protocol MdeModulePkg/Ip4Dxe: Support SetData interface to clear specific configuration NetworkPkg/Ip6Dxe: Support SetData interface to clear specific configuration .../Universal/Network/Ip4Dxe/Ip4Config2Impl.c | 285 ++++++--- MdePkg/Include/Protocol/Ip4Config2.h | 17 +- MdePkg/Include/Protocol/Ip6Config.h | 15 +- NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c | 692 ++++++++++++-----= ---- 4 files changed, 610 insertions(+), 399 deletions(-) -- 1.9.5.msysgit.1