From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 34F5521AEB0C0 for ; Tue, 25 Jul 2017 23:26:34 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP; 25 Jul 2017 23:28:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,413,1496127600"; d="scan'208";a="997280351" Received: from jiaxinwu-mobl2.ccr.corp.intel.com ([10.239.196.131]) by orsmga003.jf.intel.com with ESMTP; 25 Jul 2017 23:28:33 -0700 From: Jiaxin Wu To: edk2-devel@lists.01.org Cc: Ye Ting , Fu Siyuan , Wu Jiaxin Date: Wed, 26 Jul 2017 14:28:28 +0800 Message-Id: <1501050511-16884-1-git-send-email-jiaxin.wu@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [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: Wed, 26 Jul 2017 06:26:34 -0000 UEFI Spec 2.7 adds the clarification on SetData interface usage to clear specific individual data types. The series patches are used to support this feature. 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