[edk2-devel] FW: [staging/UEFI_Redfish][PATCH v2] Announce to create "UEFI_Redfish" branch in edk2-staging.

2019-04-09 Thread Wu, Jiaxin
-satging process. Thanks, Jiaxin > -Original Message- > From: Wu, Jiaxin > Sent: Monday, January 21, 2019 2:19 AM > To: edk2-devel@lists.01.org > Cc: Leif Lindholm ; Rothman, Michael A > ; Kinney, Michael D > ; Li, Ruth ; Ye, Ting > ; Fu, Siyuan ; Wang, Fan > ; Wu,

Re: [edk2] [Patch] NetworkPkg: Fix Duplicate FreePool Error in WCM

2019-02-28 Thread Wu, Jiaxin
Reviewed-by: Wu Jiaxin > -Original Message- > From: Wang, Fan > Sent: Friday, March 1, 2019 9:57 AM > To: Fu, Siyuan ; edk2-devel@lists.01.org > Cc: Ye, Ting ; Wu, Jiaxin > Subject: RE: [Patch] NetworkPkg: Fix Duplicate FreePool Error in WCM > > Thanks, Si

Re: [edk2] [PATCH v1] NetworkPkg/DnsDxe: Check the received packet size before parsing the message.

2019-02-26 Thread Wu, Jiaxin
Thanks Laszlo, I will update the subject to include the CVE number when commit the patch. > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Tuesday, February 26, 2019 7:17 PM > To: Wu, Jiaxin ; edk2-devel@lists.01.org > Cc: Ye, Ting ; Wang, F

Re: [edk2] [PATCH v2] NetworkPkg/Ip6Dxe: Clean the invalid IPv6 configuration during driver start.

2019-02-13 Thread Wu, Jiaxin
> -Original Message- > From: Fu, Siyuan > Sent: Tuesday, February 12, 2019 9:05 AM > To: Wu, Jiaxin ; edk2-devel@lists.01.org > Cc: Michael Turner ; Ye, Ting > > Subject: RE: [PATCH v2] NetworkPkg/Ip6Dxe: Clean the invalid IPv6 > configuration during driver start. >

Re: [edk2] [PATCH v1] NetworkPkg/Ip6Dxe: Clean the invalid IPv6 configuration during driver start.

2019-02-11 Thread Wu, Jiaxin
Looks it's enough to add the warning debug message. I have sent the version 2 patch to do that. Thanks, Jiaxin > -Original Message- > From: Fu, Siyuan > Sent: Tuesday, February 12, 2019 8:28 AM > To: Wu, Jiaxin > Cc: edk2-devel@lists.01.org; Mike Turner ; > Ye, T

Re: [edk2] [PATCH v1] NetworkPkg/Ip6Dxe: Clean the invalid IPv6 configuration during driver start.

2019-02-10 Thread Wu, Jiaxin
Agree, thanks the comment. I will update the patch. > -Original Message- > From: Ye, Ting > Sent: Monday, February 11, 2019 11:09 AM > To: Wu, Jiaxin ; edk2-devel@lists.01.org > Cc: Michael Turner ; Fu, Siyuan > > Subject: RE: [PATCH v1] NetworkPkg/Ip6Dxe: C

Re: [edk2] Network Stack Budgeting

2019-01-25 Thread Wu, Jiaxin
Hi Tom, One thing I want to highlight is that our design of network stack is not only for the PXE/HTTP boot trigged in BootManager, but also to make sure it's workable once there is any MNP instance configured by upper drivers (ARP/IPv4/IPv6). Take ARP/IP as an example, once ARP/IP are

Re: [edk2] [PATCH v2 1/3] MdeModulePkg/Dhcp4Dxe: Remove unnecessary NULL pointer check.

2019-01-20 Thread Wu, Jiaxin
> >> This is my idea to avoid the duplicated mail. I also include Ard and > >> Laszlo to > collect the feedback on how to handle the partial update in the patchset. > >> > > > > Laszlo may disagree with me, but I think that it is not always > > necessary to resend the entire series when only a

Re: [edk2] [staging/UEFI_Redfish][PATCH v1] Announce to create "UEFI_Redfish" branch in edk2-staging.

2019-01-20 Thread Wu, Jiaxin
Good suggestion. Thanks Leif. Already resubmit as version 2. > -Original Message- > From: Leif Lindholm [mailto:leif.lindh...@linaro.org] > Sent: Friday, January 18, 2019 9:19 PM > To: Wu, Jiaxin > Cc: edk2-devel@lists.01.org; Wang, Fan ; Ye, Ting > ; Li, Ruth

Re: [edk2] [PATCH v2 1/3] MdeModulePkg/Dhcp4Dxe: Remove unnecessary NULL pointer check.

2019-01-17 Thread Wu, Jiaxin
Just confirmed with Liming, we don't need to seed the full series patches if only one is updated. Thanks, jiaxin > -Original Message- > From: Fu, Siyuan > Sent: Friday, January 18, 2019 1:29 PM > To: Wu, Hao A ; Wu, Jiaxin ; > edk2-devel@lists.01.org > Cc: Ye,

Re: [edk2] [PATCH v1 1/3] MdeModulePkg/Dhcp4Dxe: Remove unnecessary NULL pointer check.

2019-01-17 Thread Wu, Jiaxin
Thanks Siyuan, I will double check that. > -Original Message- > From: Fu, Siyuan > Sent: Friday, January 18, 2019 10:00 AM > To: Wu, Jiaxin ; edk2-devel@lists.01.org > Cc: Ye, Ting ; Wu, Hao A ; Gao, > Liming > Subject: RE: [PATCH v1 1/3] MdeModulePkg/Dhcp4Dxe:

Re: [edk2] [PATCH v1 1/2] MdeModulePkg/NetLib.h: Fix the possible NULL pointer dereference issue.

2019-01-16 Thread Wu, Jiaxin
Hi Laszlo, Thanks review the patch. > > (1) The linked list from BaseLib (LIST_ENTRY) always has at least one > element (the head element), and the list is empty if the head element > points back to itself. In other words, ForwardLink may never be NULL. > > So why is it necessary to check

Re: [edk2] [PATCH v1 0/2] Remove unused global variables in

2019-01-14 Thread Wu, Jiaxin
Series Reviewed-by: Jiaxin Wu Thanks, jiaxin > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Songpeng Li > Sent: Monday, January 14, 2019 5:25 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH v1 0/2] Remove unused global variables

Re: [edk2] [PATCH] NetworkPkg: Protocol Uninstallation Cleanup

2019-01-13 Thread Wu, Jiaxin
Already pushed. SHA-1: 22b35e8bd1f9aea7bbab3a26e8ab4df339454463 Thanks, Jiaxin > -Original Message- > From: Ashish Singhal [mailto:ashishsin...@nvidia.com] > Sent: Monday, January 14, 2019 12:58 PM > To: Wu, Jiaxin ; edk2-devel@lists.01.org > Cc: Fu, Siyuan > S

Re: [edk2] [PATCH] NetworkPkg: Protocol Uninstallation Cleanup

2019-01-10 Thread Wu, Jiaxin
Looks good to me. Reviewed-by: Wu Jiaxin Thanks, Jiaxin > -Original Message- > From: Ashish Singhal [mailto:ashishsin...@nvidia.com] > Sent: Friday, January 11, 2019 3:27 AM > To: edk2-devel@lists.01.org > Cc: Fu, Siyuan ; Wu, Jiaxin ; > Ashish Singhal > Subjec

Re: [edk2] [PATCH v2] ShellPkg/TftpDynamicCommand: Change file writing method in tftp

2019-01-10 Thread Wu, Jiaxin
Reviewed-by: Wu Jiaxin > -Original Message- > From: Li, Songpeng > Sent: Thursday, January 10, 2019 10:54 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben ; Ni, Ray ; > Wu, Jiaxin > Subject: [PATCH v2] ShellPkg/TftpDynamicCommand: Change file writing >

Re: [edk2] [PATCH v1] ShellPkg/TftpDynamicCommand: Change file writing method in tftp

2019-01-09 Thread Wu, Jiaxin
Reviewed-by: Wu Jiaxin Thanks, Jiaxin > -Original Message- > From: Li, Songpeng > Sent: Wednesday, January 9, 2019 4:42 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben ; Ni, Ray ; > Wu, Jiaxin > Subject: [PATCH v1] ShellPkg/TftpDynamicCommand: Change file wri

Re: [edk2] [PATCH v2 0/6] Delete TCP, PXE, iSCSI driver in MdeModulePkg

2018-12-20 Thread Wu, Jiaxin
Series Reviewed-by: Jiaxin Wu > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Siyuan Fu > Sent: Thursday, December 20, 2018 9:49 AM > To: edk2-devel@lists.01.org > Cc: Wu, Hao A ; Wu, Jiaxin ; > Zeng, Star ; Ni, Ru

Re: [edk2] [PATCH v2] NetworkPkg/IScsiDxe: add debug logs for failed SetVariable attempts

2018-11-22 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu > -Original Message- > From: Vijayenthiran Subramaniam > [mailto:vijayenthiran.subraman...@arm.com] > Sent: Wednesday, November 21, 2018 11:36 PM > To: edk2-devel@lists.01.org; Fu, Siyuan ; Wu, Jiaxin > > Cc: Vijayenthiran Subramaniam

Re: [edk2] [PATCH v1] ShellPkg/TftpDynamicCommand: Clarify the retry count option in command.

2018-11-07 Thread Wu, Jiaxin
Hi Jaben, The patch already has been pushed after received your/Siyuan reviewed-by tag. Thanks, Jiaxin > -Original Message- > From: Carsey, Jaben > Sent: Thursday, November 8, 2018 9:09 AM > To: Fu, Siyuan ; Wu, Jiaxin ; > edk2-devel@lists.01.org > Cc: Ye, Ting >

Re: [edk2] [PATCH v2 0/4] Conflict Detection for Tcp and PxeBc Driver

2018-10-29 Thread Wu, Jiaxin
Looks good to me. Series Reviewed-by: Wu Jiaxin Thanks, Jiaxin > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Songpeng Li > Sent: Monday, October 29, 2018 1:48 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting

Re: [edk2] [Patch] NetworkPkg/IpSecDxe: Fix issue to parse SA Payload.

2018-10-17 Thread Wu, Jiaxin
Thanks Ting, I will update the comments against the function. > -Original Message- > From: Ye, Ting > Sent: Thursday, October 18, 2018 11:26 AM > To: Wu, Jiaxin ; edk2-devel@lists.01.org > Cc: Fu, Siyuan ; Wu, Jiaxin > Subject: RE: [edk2] [Patch] NetworkPkg/IpSecDxe:

Re: [edk2] [edk2-test][Patch] uefi-sct\EMS:Add HTTP Test

2018-10-12 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu > -Original Message- > From: Jin, Eric > Sent: Friday, October 12, 2018 3:05 PM > To: edk2-devel@lists.01.org > Cc: Supreeth Venkatesh ; Wu, Jiaxin > > Subject: [edk2-test][Patch] uefi-sct\EMS:Add HTTP Test > > Contributed-under: Tiano

Re: [edk2] [Patch] ShellPkg/TftpDynamicCommand: Fix the potentially uninitialized local variable used.

2018-09-27 Thread Wu, Jiaxin
Thanks Star, I have committed the patch since it resolves the VS2012 build error. > -Original Message- > From: Zeng, Star > Sent: Friday, September 28, 2018 10:31 AM > To: Wu, Jiaxin ; edk2-devel@lists.01.org > Cc: Ye, Ting ; Fu, Siyuan ; Carsey, > Jaben ; Zeng, S

Re: [edk2] [PATCH v2 0/5] Support windowsize to benefit tftp/pxe download performance.

2018-09-25 Thread Wu, Jiaxin
> > MdeModulePke/Mtftp4Dxe: Support windowsize in read request > operation. > > NetworkPkg/Mtftp6Dxe: Support windowsize in read request operation. > > ShellPkg/TftpDynamicCommand: Add one option for tftp command to > > specify windowsize. > > NetworkPkg: Define one PCD for PXE to

Re: [edk2] [PATCH v2 4/5] NetworkPkg: Define one PCD for PXE to specify MTFTP windowsize.

2018-09-25 Thread Wu, Jiaxin
> > git-am complained about trailing whitespace: > > > (4) and here. > > With those fixed: > > Reviewed-by: Laszlo Ersek > I will fix them. Thanks reminder. /Jiaxin ___ edk2-devel mailing list edk2-devel@lists.01.org

Re: [edk2] [Patch 6/6] NetworkPkg/UefiPxeBcDxe: Add the clarification compared to UefiPxeBcDxe in MdeModulePkg.

2018-09-25 Thread Wu, Jiaxin
Thanks the correction, I will refine all the patches according your comments before committing the patches. Best Regards! Jiaxin > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Tuesday, September 25, 2018 6:31 PM > To: Wu, Jiaxin ; edk2-devel@

Re: [edk2] [PATCH] NetworkPkg: fix read memory access overflow in HTTPBoot.

2018-09-24 Thread Wu, Jiaxin
Besides, I recommend to separate the patch for HttpDxe and HttpUtilitiesDxe. Thanks, Jiaxin > -Original Message- > From: Fu, Siyuan > Sent: Tuesday, September 25, 2018 11:43 AM > To: Li, Songpeng ; edk2-devel@lists.01.org > Cc: Wu, Jiaxin > Subject: RE: [PATCH] Ne

Re: [edk2] [Patch 0/5] Support windowsize to benefit tftp/pxe download performance.

2018-09-21 Thread Wu, Jiaxin
Hi Laszlo, > > If that's the case, should we consider the three drivers under > "MdeModulePkg/Universal/Network/" deprecated, and should we abandon > them > completely? > I think the answer is NO (At least for now). In my opinion, the drivers in MdeModulePkg is also useful in some case,

Re: [edk2] [Patch 0/5] Support windowsize to benefit tftp/pxe download performance.

2018-09-19 Thread Wu, Jiaxin
> To: Wu, Jiaxin ; edk2-devel@lists.01.org > Cc: Ye, Ting ; Carsey, Jaben ; > Fu, Siyuan ; Shao, Ming > Subject: Re: [edk2] [Patch 0/5] Support windowsize to benefit tftp/pxe > download performance. > > On 09/19/18 04:20, Wu, Jiaxin wrote: > >> On 09/17/18 0

Re: [edk2] [Patch 4/5] MdeModulePkg/MdeModulePkg.dec: Define one PCD for PXE to specify MTFTP windowsize.

2018-09-18 Thread Wu, Jiaxin
Thanks Siyuan, I will rename the PCD name for better understanding. > -Original Message- > From: Fu, Siyuan > Sent: Wednesday, September 19, 2018 8:38 AM > To: Wu, Jiaxin ; edk2-devel@lists.01.org > Cc: Ye, Ting ; Shao, Ming > Subject: RE: [Patch 4/5] MdeModulePk

Re: [edk2] [Patch 0/5] Support windowsize to benefit tftp/pxe download performance.

2018-09-18 Thread Wu, Jiaxin
> On 09/17/18 07:43, Jiaxin Wu wrote: > > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=886 > > > > The series patches are to support the TFTP windowsize option described in > RFC 7440. > > TFTP shell command and UEFI PXE driver will use the feature to benefit the > download > > performance.

Re: [edk2] [Patch 4/5] MdeModulePkg/MdeModulePkg.dec: Define one PCD for PXE to specify MTFTP windowsize.

2018-09-18 Thread Wu, Jiaxin
or PXE driver to specify MTFTP > windowsize so as > > to improve the PXE download performance. The default value is set to 4. > > > > Cc: Ye Ting > > Cc: Fu Siyuan > > Cc: Shao Ming > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed

Re: [edk2] [Patch v2] NetworkPkg: UefiPxeBcDxe: Add EXCLUSIVE attribute when opening SNP protocol installed by PXE.

2018-09-18 Thread Wu, Jiaxin
Correct one of my comments. The new version patch should *NOT* include the reviewed-by tag from previous version. Thanks, Jiaxin > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Wu, Jiaxin > Sent: Wednesday, September 19,

Re: [edk2] [Patch v2] NetworkPkg: UefiPxeBcDxe: Add EXCLUSIVE attribute when opening SNP protocol installed by PXE.

2018-09-18 Thread Wu, Jiaxin
r, and thus cause a system crash. > > This patch adds EXCLUSIVE attribute when opening SNP in PXE driver, and > > will reject all OpenProtocol requests by EXCLUSIVE. > > > > Cc: Subramanian, Sriram > > Cc: Ye Ting > > Cc: Fu Siyuan > > Cc: Wu Jiaxin > &g

Re: [edk2] [Patch] NetworkPkg: UefiPxeBcDxe: Add EXCLUSIVE attribute when opening SNP protocol installed by PXE.

2018-09-14 Thread Wu, Jiaxin
Reviewed-by: Wu Jiaxin Thanks, Jiaxin > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] > Sent: Friday, September 14, 2018 3:39 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting ; Fu, Siyuan ; Wu, > Jiaxin > Subject: [edk2] [Patch] Net

Re: [edk2] [PATCH v2] MdeModulePkg/Network: Add 32bit subnet mask support for IP4 PXE boot.

2018-08-30 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu > -Original Message- > From: Fu, Siyuan > Sent: Wednesday, August 29, 2018 4:53 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting ; Wu, Jiaxin > Subject: [PATCH v2] MdeModulePkg/Network: Add 32bit subnet mask > support for IP4 PXE

Re: [edk2] [Patch 2/2] ShellPkg: Update Ifconfig command to accept 32bit subnet mask.

2018-08-30 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu > -Original Message- > From: Fu, Siyuan > Sent: Tuesday, August 28, 2018 9:53 AM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu ; Ye, Ting ; Wu, Jiaxin > > Subject: [Patch 2/2] ShellPkg: Update Ifconfig command to accept 32bit > subnet mask

Re: [edk2] [Patch 1/2] MdeModulePkg/Network: Add 32bit subnet mask support for IP4 PXE boot.

2018-08-28 Thread Wu, Jiaxin
0.0.0.0,NextHope: Gataway } in instance route table, while it exists in default route table, the failure will happen. So, we need update the code to handle such case. Thanks, Jiaxin > -Original Message- > From: Fu, Siyuan > Sent: Tuesday, August 28, 2018 5:41 PM > To: Wu, Jiaxi

Re: [edk2] [Patch 1/2] MdeModulePkg/Network: Add 32bit subnet mask support for IP4 PXE boot.

2018-08-28 Thread Wu, Jiaxin
X, Mask: 255.255.255.255, NextHope: 0.0.0.0} }, if so, looks the package will be sent to NextHope: 0.0.0.0? > > BestRegards > Fu Siyuan > > > -Original Message- > > From: Wu, Jiaxin > > Sent: Tuesday, August 28, 2018 2:51 PM > > To: Fu, Siyuan ; edk

Re: [edk2] [Patch 1/2] MdeModulePkg/Network: Add 32bit subnet mask support for IP4 PXE boot.

2018-08-28 Thread Wu, Jiaxin
28, 2018 9:53 AM > To: edk2-devel@lists.01.org > Cc: Ye, Ting ; Wu, Jiaxin > Subject: [Patch 1/2] MdeModulePkg/Network: Add 32bit subnet mask > support for IP4 PXE boot. > > This patch updates IP4 stack to support 32bit subnet mask in PXE boot > process. > When 32bit subn

Re: [edk2] [PATCH 0/5] NetworkPkg: Remove the redundant code and definition.

2018-08-23 Thread Wu, Jiaxin
Series Reviewed-by: Jiaxin Wu after dropping the patch for TlsDxe. > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Songpeng Li > Sent: Thursday, August 16, 2018 9:38 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH 0/5]

Re: [edk2] [PATCH 3/4] NetworkPkg/TlsAuthConfigDxe: fix TlsCaCertificate attributes retrieval

2018-08-21 Thread Wu, Jiaxin
Reviewed-by: Wu Jiaxin Thanks, Jiaxin > -Original Message- > From: Li, Songpeng > Sent: Monday, August 20, 2018 2:29 PM > To: Laszlo Ersek ; edk2-devel-01 de...@lists.01.org> > Cc: Wu, Jiaxin ; Fu, Siyuan > Subject: RE: [PATCH 3/4] NetworkPkg/TlsAuthConfigDxe:

Re: [edk2] [PATCH] NetworkPkg: Remove the redundant code and definition.

2018-08-14 Thread Wu, Jiaxin
Looks good to me. Reviewed-by: Jiaxin Wu > -Original Message- > From: Li, Songpeng > Sent: Monday, August 13, 2018 10:45 AM > To: edk2-devel@lists.01.org > Cc: Wu, Jiaxin ; Fu, Siyuan > Subject: [PATCH] NetworkPkg: Remove the redundant code and definition. >

Re: [edk2] reg: HTTP Request Failure over Internet

2018-08-09 Thread Wu, Jiaxin
o:edk2-devel-boun...@lists.01.org] On Behalf Of > Sivaraman Nainar > Sent: Thursday, August 9, 2018 7:09 PM > To: Wu, Jiaxin ; Ye, Ting ; Laszlo > Ersek ; edk2-devel@lists.01.org > Subject: Re: [edk2] reg: HTTP Request Failure over Internet > > Hello Jiaxin, > &

Re: [edk2] reg: HTTP Request Failure over Internet

2018-08-06 Thread Wu, Jiaxin
01.org] On Behalf Of > Sivaraman Nainar > Sent: Saturday, August 4, 2018 5:46 PM > To: Wu, Jiaxin ; Ye, Ting ; Laszlo > Ersek ; edk2-devel@lists.01.org > Subject: Re: [edk2] reg: HTTP Request Failure over Internet > > Hello Jiaxin, > > We have tried both the methods and b

Re: [edk2] [Patch] NetworkPkg/HttpDxe: Stripped square brackets in IPv6 expressed HostName.

2018-08-01 Thread Wu, Jiaxin
Thanks Laszlo, I have refined the patch to v2 with your "Reviewed-by" tag. > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Wednesday, August 1, 2018 5:49 PM > To: Wu, Jiaxin ; edk2-devel@lists.01.org > Cc: Ye, Ting ; Fu, Siyu

Re: [edk2] [Patch] NetworkPkg/HttpDxe: Stripped square brackets in IPv6 expressed HostName.

2018-07-31 Thread Wu, Jiaxin
is quite simply even than API did. What do you think? Thanks, Jiaxin > -Original Message- > From: Fu, Siyuan > Sent: Wednesday, August 1, 2018 10:06 AM > To: Wu, Jiaxin ; edk2-devel@lists.01.org > Cc: Ye, Ting ; Laszlo Ersek > Subject: RE: [Patch] NetworkPkg/HttpDxe: Stripp

Re: [edk2] reg: HTTP Request Failure over Internet

2018-07-30 Thread Wu, Jiaxin
Hi Siva, Thanks the report. >From the code review, it does the problem for HTTP protocol to route the >package over Internet. But I'm confused with your patch that how can you get the RouterAddr since there is no interface for HTTP protocol to get the RouterAddr? > +

Re: [edk2] [PATCH 3/6] NetworkPkg/TlsAuthConfigDxe: replace OpenFileByDevicePath() with UefiLib API

2018-07-24 Thread Wu, Jiaxin
Looks good with me. Reviewed-by: Jiaxin Wu Thanks, Jiaxin > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Thursday, July 19, 2018 4:51 AM > To: edk2-devel-01 > Cc: Wu, Jiaxin ; Fu, Siyuan > Subject: [PATCH 3/6] NetworkPkg/TlsAuth

Re: [edk2] [Patch v3] NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.

2018-07-03 Thread Wu, Jiaxin
Great, thanks the verification. /Jiaxin > -Original Message- > From: Gary Lin [mailto:g...@suse.com] > Sent: Wednesday, July 4, 2018 10:14 AM > To: Wu, Jiaxin > Cc: edk2-devel@lists.01.org; Ye, Ting ; Fu, Siyuan > > Subject: Re: [edk2] [Patch v3] NetworkPkg/Http

Re: [edk2] [Patch v2] NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.

2018-07-02 Thread Wu, Jiaxin
bytes BTW, the issue only happened after applying this patches? Thanks, Jiaxin > -Original Message- > From: Gary Lin [mailto:g...@suse.com] > Sent: Monday, July 2, 2018 4:17 PM > To: Wu, Jiaxin > Cc: Ye, Ting ; edk2-devel@lists.01.org; Fu, Siyuan > > Su

Re: [edk2] [Patch v2] NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.

2018-07-01 Thread Wu, Jiaxin
_BAD_BUFFER_SIZE from HTTP->Response() > and > > I > > found several error messages in the OVMF log: > > > > TcpInput: Discard a packet > > TcpSendIpPacket: No appropriate IpSender. > > > > This only happened with HTTPS. If I replace the HTTPS URL in dhcpd.co

Re: [edk2] [Patch v2] NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.

2018-07-01 Thread Wu, Jiaxin
Hi Gary, Thanks the verification, in my part, can't HTTPS works well. Can you send me the failure wireshark packet/debug message to me? Thanks, Jiaxin > -Original Message- > From: Gary Lin [mailto:g...@suse.com] > Sent: Monday, July 2, 2018 12:17 PM > To: Wu, Jiaxin >

Re: [edk2] [Patch] MdeModulePkg: Update IP4 driver to check for NULL pointer before using.

2018-06-28 Thread Wu, Jiaxin
Reviewed-by: Wu Jiaxin > -Original Message- > From: Fu, Siyuan > Sent: Wednesday, June 27, 2018 9:19 AM > To: edk2-devel@lists.01.org > Cc: Ye, Ting ; Wu, Jiaxin > Subject: [Patch] MdeModulePkg: Update IP4 driver to check for NULL > pointer before using. >

Re: [edk2] [PATCH v2 0/9] {Ovmf, Mde, Network, Crypto}Pkg: fixes+features for setting HTTPS cipher suites

2018-04-12 Thread Wu, Jiaxin
Hi Laszlo, In the commit log of patch 0001, "EFI_TLS_CA_CERTIFICATE_VARIABLE" should be "EDKII_HTTP_TLS_CIPHER_LIST_VARIABLE". Others looks good to me. Series Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> Thanks, Jiaxin > -Original Message- >

Re: [edk2] [PATCH 00/13] {Ovmf, Mde, Network, Crypto}Pkg: fixes+features for setting HTTPS cipher suites

2018-04-10 Thread Wu, Jiaxin
It's good to me with new coming series patches:). Thanks, Jiaxin > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Wednesday, April 11, 2018 4:06 AM > To: Long, Qin <qin.l...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com>; > edk2-devel-

Re: [edk2] [PATCH 00/13] {Ovmf, Mde, Network, Crypto}Pkg: fixes+features for setting HTTPS cipher suites

2018-04-09 Thread Wu, Jiaxin
t; Cc: Ard Biesheuvel <ard.biesheu...@linaro.org>; Gary Ching-Pang Lin > <g...@suse.com>; Wu, Jiaxin <jiaxin...@intel.com>; Justen, Jordan L > <jordan.l.jus...@intel.com>; Gao, Liming <liming@intel.com>; Kinney, > Michael D <michael.d.kin...@intel.com>; Long

Re: [edk2] [PATCH 0/5] NetworkPkg: HTTP and TLS updates

2018-03-27 Thread Wu, Jiaxin
Series Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> Thanks, Jiaxin > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Friday, March 23, 2018 12:39 AM > To: edk2-devel-01 <edk2-devel@lists.01.org> > Cc: Wu, Jiaxin <jiaxin...@

Re: [edk2] [Patch] NetworkPkg: Correct HttpTlsCipherList.h file format to DOS

2018-03-25 Thread Wu, Jiaxin
Reviewed-by: Wu Jiaxin <jiaxin...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Liming Gao > Sent: Monday, March 26, 2018 10:10 AM > To: edk2-devel@lists.01.org > Cc: Fu, Siyuan <siyuan...@int

Re: [edk2] internal structure of EFI_TLS_CA_CERTIFICATE_VARIABLE

2018-03-21 Thread Wu, Jiaxin
Hi Laszlo, Insert my comments as below: > The nested loops that parse the signature list in TlsConfigCertificate() > currently ignore the contents of the following fields: > - EFI_SIGNATURE_LIST.SignatureType, > - EFI_SIGNATURE_DATA.SignatureOwner. > > I'd like the generator / extractor tool

Re: [edk2] [Patch] MdeModulePkg/Mtftp4Dxe: Restore the TPL before the poll function.

2018-03-01 Thread Wu, Jiaxin
, March 2, 2018 9:24 AM > To: Wu, Jiaxin <jiaxin...@intel.com>; edk2-devel@lists.01.org > Cc: Wang, Fan <fan.w...@intel.com>; Ye, Ting <ting...@intel.com> > Subject: RE: [Patch] MdeModulePkg/Mtftp4Dxe: Restore the TPL before the > poll function. > > Jiaxin

Re: [edk2] [Patch] MdeModulePkg/Mtftp4Dxe: Restore the TPL before the poll function.

2018-03-01 Thread Wu, Jiaxin
() {}: while (Token->Status == EFI_NOT_READY) { This->Poll (This); } Thanks, Jiaxin > -Original Message- > From: Fu, Siyuan > Sent: Thursday, March 1, 2018 7:03 PM > To: Wu, Jiaxin <jiaxin...@intel.com>; edk2-devel@lists.01.org > Cc: Wang, Fan <fan.w

Re: [edk2] [PATCH v2 0/2] NetworkPkg: Support the platform to configure HTTPS CipherList.

2018-02-12 Thread Wu, Jiaxin
Thanks Laszlo. If no other comments, I will commit this patch by the end of today. Best Regards! Jiaxin > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Laszlo Ersek > Sent: Tuesday, February 13, 2018 3:56 AM > To: Wu,

Re: [edk2] [PATCH v2 2/2] NetworkPkg: Read HttpTlsCipherList variable and configure it for HTTPS session.

2018-02-11 Thread Wu, Jiaxin
Thanks the comment, I will integrate it when I commit the patch. > -Original Message- > From: Ye, Ting > Sent: Monday, February 12, 2018 11:06 AM > To: Wu, Jiaxin <jiaxin...@intel.com>; edk2-devel@lists.01.org > Cc: Laszlo Ersek <ler...@redhat.com>; Kinney,

Re: [edk2] [PATCH v2 0/2] NetworkPkg: Support the platform to configure HTTPS CipherList.

2018-02-10 Thread Wu, Jiaxin
Hi Laszlo, Can you help to report one Bugzilla for the new feature request? It's better to describe the reason why we need support in Bugzilla. Thanks, Jiaxin > -Original Message- > From: Wu, Jiaxin > Sent: Sunday, February 11, 2018 11:15 AM > To: edk2-devel@lists

Re: [edk2] [Patch 2/2] NetworkPkg: Read TlsCipherList variable and configure it for HTTPS session.

2018-02-10 Thread Wu, Jiaxin
Thanks Laszlo, I will integrate your comments into the new patch. Best Regards! Jiaxin > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Friday, February 9, 2018 6:16 PM > To: Wu, Jiaxin <jiaxin...@intel.com>; edk2-devel@lists.01.org >

Re: [edk2] [Patch 0/2] NetworkPkg: Support the platform to configure TLS CipherList.

2018-02-10 Thread Wu, Jiaxin
rsek [mailto:ler...@redhat.com] > Sent: Friday, February 9, 2018 6:12 PM > To: Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com>; > edk2-devel@lists.01.org > Cc: Kinney, Michael D <michael.d.kin...@intel.com>; Zimmer, Vincent > <vincent.zim...@intel.com>

Re: [edk2] [Patch 0/2] NetworkPkg: Support the platform to configure TLS CipherList.

2018-02-08 Thread Wu, Jiaxin
Sure, I will update the wiki once the patch is committed. Thanks Jiaxin > -Original Message- > From: Li, Ruth > Sent: Friday, February 9, 2018 3:08 PM > To: Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com>; > edk2-devel@lists.01.

Re: [edk2] [Patch 0/2] NetworkPkg: Support the platform to configure TLS CipherList.

2018-02-08 Thread Wu, Jiaxin
Thanks the comment, I will refine the series patch. > -Original Message- > From: Fu, Siyuan > Sent: Friday, February 9, 2018 1:23 PM > To: Wu, Jiaxin <jiaxin...@intel.com>; edk2-devel@lists.01.org > Cc: Laszlo Ersek <ler...@redhat.com>; Kinney, Michael D &g

Re: [edk2] setting the TLS cipher list for HTTPS booting

2018-02-05 Thread Wu, Jiaxin
Leaving the variable up to the platform setting is good to me. Mike, If you have no comments, we will follow the variable solution. Thanks, Jiaxin > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Monday, February 5, 2018 6:47 PM > To: Wu, Ji

Re: [edk2] setting the TLS cipher list for HTTPS booting

2018-02-04 Thread Wu, Jiaxin
vel@lists.01.org> > Subject: Re: setting the TLS cipher list for HTTPS booting > > On 01/25/18 05:52, Wu, Jiaxin wrote: > > Hi Laszlo, > > > > The HttpDxe driver needs to install the Driver Binding Protocol so as > > to check if a specific controller is su

Re: [edk2] setting the TLS cipher list for HTTPS booting

2018-01-24 Thread Wu, Jiaxin
ailto:ler...@redhat.com] > Sent: Thursday, January 25, 2018 12:13 AM > To: Wu, Jiaxin <jiaxin...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Ye, > Ting <ting...@intel.com>; Long, Qin <qin.l...@intel.com>; Yao, Jiewen > <jiewen@intel.com>; Hsiung, Har

Re: [edk2] setting the TLS cipher list for HTTPS booting

2018-01-23 Thread Wu, Jiaxin
Hi Laszlo, After the discussion with team member, we still prefer to use the PCD solution. In HttpDxe driver, we don't want to locate/use a nonstandard protocol. We think It's not a general solution for the UEFI driver. Thanks, Jiaxin > -Original Message- > From: Wu, Jiaxin

Re: [edk2] setting the TLS cipher list for HTTPS booting

2018-01-23 Thread Wu, Jiaxin
Hi Laszlo, More comments: > > Dynamic PCDs is just one of the solutions for the required settings, just > like the > platform protocol (HTTPS_CONFIG_PROTOCOL), provides the capability to > support the global HTTPS configuration. > > Each solutions have its own advantages and disadvantages: >

Re: [edk2] setting the TLS cipher list for HTTPS booting

2018-01-23 Thread Wu, Jiaxin
Hi Laszlo, > Jiaxin: I agree with the dynamic PCD solution for the CipherList > setting, the PCD format can use as following one: > gEfiNetworkPkgTokenSpaceGuid.PcdHttpsTlsCipherLists > >>> |{0x0}|VOID*|0x000D > If the platform wants to set the below CipherSuites (RFC

Re: [edk2] setting the TLS cipher list for HTTPS booting

2018-01-22 Thread Wu, Jiaxin
> >> > >> Hello Jiaxin, Siyuan, > >> > >> it seems that the "preferred set of ciphers" can be controlled at the > >> TLS session level. > > > > > > Jiaxin: Yes, TLS CipherList can be configured by TLS protocol. > > > > > >> > >> With regard to HTTPS booting, "NetworkPkg/HttpDxe" makes several >

Re: [edk2] AsciiPrint() in HttpBootDxe Corrupting the Setup screen

2018-01-21 Thread Wu, Jiaxin
Hi Karunakar, Please also report the issue on Bugzilla. Thanks, Jiaxin From: Wu, Jiaxin Sent: Saturday, January 20, 2018 2:37 PM To: Karunakar P <karunak...@amiindia.co.in>; Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; 'edk2-devel@lists.01.org' <ed

Re: [edk2] AsciiPrint() in HttpBootDxe Corrupting the Setup screen

2018-01-19 Thread Wu, Jiaxin
Hi Karunakar, You should sent out the attached patches for the review:). Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> Thanks, Jiaxin From: Karunakar P [mailto:karunak...@amiindia.co.in] Sent: Wednesday, January 17, 2018 6:29 PM To: Wu, Jiaxin <jiaxin...@intel.com>; Ye, Ting <ti

Re: [edk2] setting the TLS cipher list for HTTPS booting

2018-01-19 Thread Wu, Jiaxin
> > Hello Jiaxin, Siyuan, > > it seems that the "preferred set of ciphers" can be controlled at the > TLS session level. Jiaxin: Yes, TLS CipherList can be configured by TLS protocol. > > With regard to HTTPS booting, "NetworkPkg/HttpDxe" makes several calls > to

Re: [edk2] Regression/Assert : MdeModulePkg: Did some code enhancement for DxeIpIoLib

2018-01-16 Thread Wu, Jiaxin
debug image hang when this API is called, this patch is to fix this issue. Cc: Jiaxin Wu <jiaxin...@intel.com> Cc: Fu Siyuan <siyuan...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wang Fan <fan.w...@intel.com> Reviewed-by: Jiaxin Wu <jiaxin.

Re: [edk2] [Patch] MdeModulePkg/DxeIpIoLib: Fixed the error ASSERT incorrectly used in IpIoAddIp().

2018-01-16 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Wang Fan > Sent: Tuesday, January 16, 2018 3:57 PM > To: edk2-devel@lists.01.org > Cc: Fu, Siyuan <siyuan...@int

Re: [edk2] [Patch 1/2] MdeModulePkg: Freed the received packet buffer if it is not expected.

2018-01-15 Thread Wu, Jiaxin
Series Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> > -Original Message- > From: Wang, Fan > Sent: Wednesday, January 10, 2018 11:16 AM > To: edk2-devel@lists.01.org > Cc: Wu, Jiaxin <jiaxin...@intel.com>; Ye, Ting <ting...@intel.com>; Fu, > Siyuan <

Re: [edk2] [Patch v2] MdeModulePkg/DxeNetLib: Add array range check in NetIp6IsNetEqual().

2018-01-11 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> > -Original Message- > From: Wang, Fan > Sent: Thursday, January 11, 2018 6:14 PM > To: edk2-devel@lists.01.org > Cc: Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com>; Wu, > Hao A <h

Re: [edk2] [Patch] MdeModulePkg/Ip4Dxe: Add an independent timer for reconfig checking

2018-01-11 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> > -Original Message- > From: Wang, Fan > Sent: Thursday, January 11, 2018 6:20 PM > To: edk2-devel@lists.01.org > Cc: Wu, Jiaxin <jiaxin...@intel.com>; Ye, Ting <ting...@intel.com>; Fu, > Siyuan <

Re: [edk2] [Patch] NetworkPkg: Fix incorrect parameter check in PXE.Mtftp() function.

2018-01-11 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> > -Original Message- > From: Fu, Siyuan > Sent: Thursday, January 11, 2018 5:19 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting <ting...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com>; Wang, > Fan &l

Re: [edk2] [Patch] MdeModulePkg/DxeNetLib: Add array range check in NetIp6IsNetEqual().

2018-01-10 Thread Wu, Jiaxin
AM > To: edk2-devel@lists.01.org > Cc: Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com>; Wu, > Hao A <hao.a...@intel.com> > Subject: [Patch] MdeModulePkg/DxeNetLib: Add array range check in > NetIp6IsNetEqual(). > > * The library API use a

Re: [edk2] [Patch 0/4] Fix some issues in Udp6Dxe

2018-01-10 Thread Wu, Jiaxin
Series Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > fanwang2 > Sent: Thursday, January 4, 2018 11:20 AM > To: edk2-devel@lists.01.org > Cc: Wang, Fan <fan.w...@

Re: [edk2] [Patch 2/2] MdeModulePkg: Freed packet buffer when error occurs to avoid memory leak.

2018-01-08 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Wang Fan > Sent: Tuesday, January 9, 2018 9:19 AM > To: edk2-devel@lists.01.org > Cc: Ye, Ting <ting...@intel.com>; F

Re: [edk2] [Patch 1/2] MdeModulePkg: Fixed two issues when error occurs in Mtftp4Start.

2018-01-08 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Wang Fan > Sent: Tuesday, January 9, 2018 9:19 AM > To: edk2-devel@lists.01.org > Cc: Ye, Ting <ting...@intel.com>; F

Re: [edk2] [Patch 3/3] MdeModulePkg/DxeNetLib: Fix an error in packet length counting.

2018-01-02 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> > -Original Message- > From: Wang, Fan > Sent: Wednesday, January 3, 2018 10:32 AM > To: edk2-devel@lists.01.org > Cc: Wang, Fan <fan.w...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Ye, > Ting <

Re: [edk2] [Patch 1/3] MdeModulePkg/DxeNetLib: Fix a potential issue in macro definition.

2018-01-02 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> > -Original Message- > From: Wang, Fan > Sent: Wednesday, January 3, 2018 10:32 AM > To: edk2-devel@lists.01.org > Cc: Wang, Fan <fan.w...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Ye, > Ting <

Re: [edk2] [Patch 2/3] MdeModulePkg/DxeNetLib: Add parameter check and ASSERT handling.

2018-01-02 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> > -Original Message- > From: Wang, Fan > Sent: Wednesday, January 3, 2018 10:32 AM > To: edk2-devel@lists.01.org > Cc: Wang, Fan <fan.w...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Ye, > Ting <

Re: [edk2] [Patch 0/5] Refine PXE driver code logic

2018-01-01 Thread Wu, Jiaxin
Series Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Fu > Siyuan > Sent: Tuesday, January 2, 2018 1:28 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [Patch 0/5] Refi

Re: [edk2] [Patch] [Patch] MdeModulePkg: Add error handling when IP address is Class E

2018-01-01 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> Please update the copyright before commit the patch. Thanks, Jiaxin > -Original Message- > From: Wang, Fan > Sent: Tuesday, January 2, 2018 10:45 AM > To: edk2-devel@lists.01.org > Cc: Wang, Fan <fan.w...@intel.

Re: [edk2] [Patch 2/4] NetworkPkg: Convert source file to DOS format

2017-12-27 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Liming Gao > Sent: Wednesday, December 27, 2017 11:23 PM > To: edk2-devel@lists.01.org > Cc: Wu, Jiaxin <jiaxin...@

Re: [edk2] [Patch 3/3] NetworkPkg/TcpDxe: Check TCP payload for release version.

2017-12-27 Thread Wu, Jiaxin
After talked with Siyuan, we agree to use the int 0-1 value instead of Boolean type so as to keep the same coding style in TcpInput.c. Thanks, Jiaxin > -Original Message- > From: Fu, Siyuan > Sent: Wednesday, December 27, 2017 11:03 AM > To: Wu, Jiaxin <jiaxin...@intel.c

Re: [edk2] [Patch] NetworkPkg/IScsiDxe: Correct the DnsMode value according the target info.

2017-12-26 Thread Wu, Jiaxin
Thanks, Siyuan I will refine the commit log before apply the patch. > -Original Message- > From: Fu, Siyuan > Sent: Wednesday, December 27, 2017 11:01 AM > To: Wu, Jiaxin <jiaxin...@intel.com>; edk2-devel@lists.01.org > Cc: Ye, Ting <ting...@intel.co

Re: [edk2] [Patch 1/5] MdeModulePkg/DxeHttpLib: Add boundary condition check.

2017-12-25 Thread Wu, Jiaxin
Thanks to catch that. Best Regards! Jiaxin > -Original Message- > From: Gary Lin [mailto:g...@suse.com] > Sent: Tuesday, December 26, 2017 9:56 AM > To: Wu, Jiaxin <jiaxin...@intel.com> > Cc: edk2-devel@lists.01.org; Ye, Ting <ting...@intel.com>; Wang, Fan

Re: [edk2] [Patch] NetworkPkg: Recycle the ICMP error message in PXE driver.

2017-12-21 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu <jiaxin...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Fu, > Siyuan > Sent: Thursday, December 21, 2017 3:46 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting <ting...@i

  1   2   3   4   5   >