From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=66.187.233.73; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) (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 C7F73210EFB17 for ; Tue, 14 Aug 2018 08:14:57 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2229D81902A2; Tue, 14 Aug 2018 15:14:57 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-27.rdu2.redhat.com [10.10.120.27]) by smtp.corp.redhat.com (Postfix) with ESMTP id 70EEB23141; Tue, 14 Aug 2018 15:14:56 +0000 (UTC) To: Songpeng Li , edk2-devel@lists.01.org Cc: Siyuan Fu , Jiaxin Wu References: <20180813024519.5704-1-songpeng.li@intel.com> From: Laszlo Ersek Message-ID: <216ed987-ae29-2620-e596-b772866b126d@redhat.com> Date: Tue, 14 Aug 2018 17:14:55 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180813024519.5704-1-songpeng.li@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Tue, 14 Aug 2018 15:14:57 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Tue, 14 Aug 2018 15:14:57 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'lersek@redhat.com' RCPT:'' Subject: Re: [PATCH] NetworkPkg: Remove the redundant code and definition. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2018 15:14:58 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 08/13/18 04:45, Songpeng Li wrote: > Cc: Jiaxin Wu > Cc: Siyuan Fu > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1064 > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Songpeng Li > --- > NetworkPkg/IScsiDxe/IScsiDxe.inf | 1 - > NetworkPkg/IScsiDxe/IScsiProto.c | 33 ------------ > NetworkPkg/IpSecDxe/Ikev2/Payload.c | 18 ------- > NetworkPkg/IpSecDxe/Ikev2/Utility.c | 76 ---------------------------- > NetworkPkg/IpSecDxe/Ikev2/Utility.h | 67 ------------------------ > NetworkPkg/TcpDxe/TcpOption.c | 30 ----------- > NetworkPkg/TcpDxe/TcpOption.h | 16 ------ > NetworkPkg/TlsDxe/TlsDxe.inf | 1 - > NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c | 23 --------- > NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.h | 10 ---- > 10 files changed, 275 deletions(-) Nacked-by: Laszlo Ersek Please fragment the patch to a series so that each patch modify only one module under NetworkPkg. References: http://mid.mail-archive.com/4A89E2EF3DFEDB4C8BFDE51014F606A14E2C6745@SHSMSX104.ccr.corp.intel.com http://mid.mail-archive.com/20180808084712.34696-1-shenglei.zhang@intel.com Laszlo