Re: [edk2] [PATCH 2/2] NetworkPkg/TcpDxe: Fix unconditional window shrinking

2017-04-05 Thread Fu, Siyuan
Hi, Andrey When the client received such a segment that moves the right edge of send window back to the left said, the client actually have no idea about whether the server is "shrinking the window" or just "reducing window size". Actually, if the server reduced the advertised windows size too

Re: [edk2] [PATCH 2/2] NetworkPkg/TcpDxe: Fix unconditional window shrinking

2017-04-12 Thread Fu, Siyuan
ght; +} Best Regards, Siyuan -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of ate...@kraftway.ru Sent: 2017年4月6日 23:34 To: Fu, Siyuan <siyuan...@intel.com>; edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Tian

Re: [edk2] [PATCH 2/2] NetworkPkg/TcpDxe: Fix unconditional window shrinking

2017-04-16 Thread Fu, Siyuan
From: ate...@kraftway.ru [mailto:ate...@kraftway.ru] Sent: 2017年4月14日 21:32 To: Fu, Siyuan <siyuan...@intel.com>; edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Tian, Feng <feng.t...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com> Subject: Re: [PATCH 2/2

[edk2] [Patch] OptionRomPkg: Fix calling convention issue for UndiRuntiumeDxe driver.

2017-04-20 Thread Fu Siyuan
Add "EFIAPI" to UNDI command entry point function according to UEFI calling convention. Cc: Ye Ting <ting...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> ---

Re: [edk2] [PATCH v3] MdeModulePkg/DeviceManagerUiLib: Fix the network device MAC display issue

2017-04-20 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jiaxin Wu Sent: 2017年4月21日 11:01 To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; W

[edk2] [Patch] MdeModulePkg: Discard received broadcast message in DxeIpIpLib.

2017-04-20 Thread Fu Siyuan
Cc: Ye Ting <ting...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> --- MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c | 6 ++ 1 file changed, 6 insertions(+) diff --

Re: [edk2] [Patch] MdeModulePkg/Mtftp4Dxe: Add invalid ServerIp check during MTFTP configuration

2017-04-20 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Jiaxin Sent: 2017年4月21日 10:21 To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com> Subject: [Patch] MdeModulePk

Re: [edk2] [PATCH v2] MdeModulePkg/DeviceManagerUiLib: Fix the network device MAC display issue

2017-04-20 Thread Fu, Siyuan
-Original Message- From: Wu, Jiaxin Sent: 2017年4月21日 10:27 To: Fu, Siyuan <siyuan...@intel.com>; edk2-devel@lists.01.org Cc: Dong, Eric <eric.d...@intel.com>; Ye, Ting <ting...@intel.com> Subject: RE: [PATCH v2] MdeModulePkg/DeviceManagerUiLib: Fix the network device MAC disp

Re: [edk2] [PATCH v2] MdeModulePkg/DeviceManagerUiLib: Fix the network device MAC display issue

2017-04-20 Thread Fu, Siyuan
Hi, Jiaxin Do we also need to add the lang "fr-FR" for STR_FORM_NETWORK_DEVICE_TITLE_HEAD? -Original Message- From: Wu, Jiaxin Sent: 2017年4月21日 10:21 To: edk2-devel@lists.01.org Cc: Dong, Eric <eric.d...@intel.com>; Ye, Ting <ting...@intel.com>; Fu, Siyuan <

Re: [edk2] [Patch] NetworkPkg/HttpDxe: Fix HTTP download OS image over 4G size failure

2017-04-13 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jiaxin Wu Sent: 2017年4月13日 18:37 To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Zhang, Lubo <lubo.zh...@intel.com>; F

Re: [edk2] [PATCH 2/2] NetworkPkg/TcpDxe: Fix unconditional window shrinking

2017-04-13 Thread Fu, Siyuan
a negative one. Could you please help to file a bug in edk2 Bugzilla so we can easily trace it? https://tianocore.acgmultimedia.com/ Best Regards, Siyuan From: ate...@kraftway.ru [mailto:ate...@kraftway.ru] Sent: 2017年4月13日 22:33 To: Fu, Siyuan <siyuan...@intel.com>; edk2-devel@lists.01.

Re: [edk2] [PATCH 2/2] NetworkPkg/TcpDxe: Fix unconditional window shrinking

2017-04-14 Thread Fu, Siyuan
y the patch, something must be wrong in my above understanding. Do you also have a sample file to show how the patch could solve the dead lock, especially for the packets after server re-open the receive windows? Best Regards, Siyuan From: Fu, Siyuan Sent: 2017年4月14日 9:04 To: ate...@kraftwa

Re: [edk2] [PATCH v3 4/6] NetworkPkg: Refine type cast for pointer subtraction

2017-03-05 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Hao A Sent: 2017年2月25日 12:05 To: edk2-devel@lists.01.org Cc: Wu, Hao A <hao.a...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com> Subject: [PATCH v3 4/6] Netw

Re: [edk2] [Patch] NetworkPkg/Dhcp6Dxe: Handle the Nil UUID case

2017-03-03 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Jiaxin Sent: 2017年3月3日 15:44 To: edk2-devel@lists.01.org Cc: Naveen Santhapur <nave...@amiindia.co.in>; Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <j

Re: [edk2] [PATCH 2/2] NetworkPkg/TcpDxe: Fix unconditional window shrinking

2017-04-17 Thread Fu, Siyuan
[mailto:ate...@kraftway.ru] Sent: 2017年4月17日 22:41 To: Fu, Siyuan <siyuan...@intel.com>; edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Tian, Feng <feng.t...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com> Subject: Re: [PATCH 2/2] NetworkPkg/TcpDxe: Fix unconditional

Re: [edk2] [PATCH] MdePkg/Ftp4: Fix wrong function pointer declaration

2017-08-02 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Alcantara, Paulo Sent: Tuesday, June 6, 2017 8:34 AM To: edk2-devel@lists.01.org Cc: Kinney, Michael D <michael.d.kin...@intel.com>;

[edk2] [Patch] NetworkPkg: iSCSI should allow to set 6 or 12 length of ISID keyword.

2017-08-03 Thread Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> --- NetworkPkg/IScsiDxe/IScsiConfig.c | 8 ++-- NetworkPkg/IScsiDxe/IScsiConfigStrings.uni | 1 + NetworkPkg/IScsiDxe/IScsiMisc.c| 2 +- 3 files changed, 8 insertio

Re: [edk2] [Patch] NetworkPkg: Display HTTP redirection info to the screen if need.

2017-08-02 Thread Fu, Siyuan
10:03 AM To: Fu, Siyuan <siyuan...@intel.com>; edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com> Subject: RE: [Patch] NetworkPkg: Display HTTP redirection info to the screen if need. Hi siyuan, > + if (HttpHeader != NULL) { > +Print (L"\

Re: [edk2] [Patch] NetworkPkg: iSCSI should allow to set 6 or 12 length of ISID keyword.

2017-08-03 Thread Fu, Siyuan
Ting, Thanks, I will update it when commit the patch. Siyuan -Original Message- From: Ye, Ting Sent: Thursday, August 3, 2017 4:37 PM To: Fu, Siyuan <siyuan...@intel.com>; edk2-devel@lists.01.org Cc: Wu, Jiaxin <jiaxin...@intel.com> Subject: RE: [edk2] [Patch] NetworkPkg:

Re: [edk2] [Patch] NetworkPkg/Ip6Dxe: Fix the bug when checking the DataSize

2017-08-16 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Jiaxin Sent: Wednesday, August 16, 2017 2:19 PM To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com> Subject: [

[edk2] [Patch] MdePkg: Add UEFI 2.7 defined GUID and structure for KMS protocol.

2017-07-19 Thread Fu Siyuan
Cc: Ye Ting <ting...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> --- MdePkg/Include/Protocol/Kms.h | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) d

Re: [edk2] [Patch 0/2] Refine the coding style.

2017-07-25 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Jiaxin Sent: Tuesday, July 25, 2017 8:42 PM To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com> Subject: [Patc

Re: [edk2] [Patch 0/3] Fix spelling typo in EFI_HTTP_STATUS_CODE

2017-07-25 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Jiaxin Sent: Tuesday, July 25, 2017 9:12 PM To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com> Subject: [Patc

Re: [edk2] [Patch 2/4] MdePkg/UefiDevicePathLib: Add DevPathFromTextDns and DevPathToTextDns libraries

2017-07-25 Thread Fu, Siyuan
Jiaxin, If "Dns()" is not a valid test represent device path node, I think DevPathFromTextDns() should return an error code for this. Best Regards, Siyuan -Original Message- From: Wu, Jiaxin Sent: Wednesday, July 26, 2017 10:08 AM To: Fu, Siyuan <siyuan...@intel.com>;

Re: [edk2] [PATCH v2][Patch 2/4] MdePkg/UefiDevicePathLib: Add DevPathFromTextDns and DevPathToTextDns libraries

2017-07-25 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Jiaxin Sent: Wednesday, July 26, 2017 11:41 AM To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com> Subje

[edk2] [Patch] NetworkPkg: Display HTTP redirection info to the screen if need.

2017-07-26 Thread Fu Siyuan
. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> Cc: Ye Ting <ting...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> --- NetworkPkg/HttpBootDxe/HttpBootDxe.h | 4 NetworkPkg/HttpBootDxe/HttpBootImpl.c| 21 +++

Re: [edk2] [Patch 0/2] Fix the bug when cleaning up the TLS instance

2017-07-31 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Jiaxin Sent: Monday, July 31, 2017 1:41 PM To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Long, Qin <qin.l...@intel.com>; Wu, Jiaxin <j

Re: [edk2] [Patch 2/4] MdePkg/UefiDevicePathLib: Add DevPathFromTextDns and DevPathToTextDns libraries

2017-07-25 Thread Fu, Siyuan
st Regards, Siyuan -Original Message- From: Wu, Jiaxin Sent: Tuesday, July 25, 2017 8:13 PM To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com> Subject: [Patch 2/4] MdePkg/UefiDevicePat

Re: [edk2] [Patch] MdeModulePkg/Library: Remove the self-reference in UdpIoLib/TcpIoLib/IpIoLib

2017-08-17 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Jiaxin Sent: Friday, August 18, 2017 10:52 AM To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Shao, Ming <ming.s...@intel.com>; Wu, Jia

Re: [edk2] [Patch] NetworkPkg/IScsiDxe: Switch IP4 configuration policy to Static before DHCP

2017-05-10 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Jiaxin Sent: 2017年5月10日 23:33 To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com> Subject: [Patch] Network

Re: [edk2] HTTP Boot failed to download NBP file if it is .iso type

2017-06-12 Thread Fu, Siyuan
Hi, Karunakar and Naveen Status 0023 is EFI_HTTP_ERROR, which means the HTTP server replied an HTTP error. The HTTP error code is placed in HttpIo->RspToken.Message->Data.Response->StatusCode, and will be displayed in HttpBootPrintErrorMessage() function. If a downloaded NBP is a RAM disk

[edk2] [Patch V3] NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support.

2017-06-19 Thread Fu Siyuan
. Cc: Ye Ting <ting...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> --- NetworkPkg/HttpBootDxe/HttpBootClient.c | 67 +- NetworkPkg/HttpBootDxe/HttpBootClient.h |

[edk2] [Patch] NetworkPkg: Fix GCC build issue.

2017-06-22 Thread Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> Cc: Ye Ting <ting...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> --- NetworkPkg/HttpBootDxe/HttpBootImpl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Netw

Re: [edk2] [patch] MdeModulePkg/MnpDxe: Fix EBC build hang issue

2017-06-01 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Bi, Dandan Sent: 2017年6月2日 13:05 To: edk2-devel@lists.01.org Cc: Fu, Siyuan <siyuan...@intel.com> Subject: [patch] MdeModulePkg/MnpDxe: Fix EBC build hang issue Cc: Fu Siyuan <siyuan...@intel.com>

Re: [edk2] [Patch] MdePkg: update head files to meet UEFI 2.7

2017-06-07 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wang, Fan Sent: 2017年6月6日 18:52 To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wang, Fan <fan.w...@intel.com> Subject: [Patch] MdePkg: update

Re: [edk2] [Patch 2/2] MdeModulePkg/UefiPxeBcDxe: Refine the PXE boot displayed information

2017-06-05 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Jiaxin Sent: 2017年5月22日 15:36 To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com> Subject: [Patch 2/2] M

Re: [edk2] [Patch 1/2] MdeModulePkg/UefiPxeBcDxe: Fix the PXE BootMenu selection issue

2017-06-05 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Ye, Ting Sent: 2017年6月5日 15:39 To: Wu, Jiaxin <jiaxin...@intel.com>; edk2-devel@lists.01.org Cc: Fu, Siyuan <siyuan...@intel.com> Subject: RE: [Patch 1/2] MdeModulePkg/UefiPxeBcDxe: Fix the PXE B

Re: [edk2] HTTP Boot failed to download NBP file if it is .iso type

2017-06-14 Thread Fu, Siyuan
ort HTTP RAM disk boot. Best Regards, Siyuan > -Original Message- > From: Santhapur Naveen [mailto:nave...@amiindia.co.in] > Sent: Tuesday, June 13, 2017 5:32 PM > To: Fu, Siyuan <siyuan...@intel.com>; Karunakar P > <karunak...@amiindia.co.in>; edk2-devel@lis

[edk2] [Patch V2] NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support.

2017-06-16 Thread Fu Siyuan
com> Cc: Wu Jiaxin <jiaxin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> --- NetworkPkg/HttpBootDxe/HttpBootClient.c | 67 +- NetworkPkg/HttpBootDxe/HttpBootClient.h | 4 +- NetworkPkg/HttpBootD

[edk2] [Patch 1/2] MdePkg: Add header file for HTTP Boot Callback protocol in UEFI 2.7.

2017-06-14 Thread Fu Siyuan
Cc: Ye Ting <ting...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> --- MdePkg/Include/Protocol/HttpBootCallback.h | 100 +

[edk2] [Patch 2/2] NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support.

2017-06-14 Thread Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> --- NetworkPkg/HttpBootDxe/HttpBootClient.c | 67 +- NetworkPkg/HttpBootDxe/HttpBootClient.h | 4 +- NetworkPkg/HttpBootDxe/HttpBootDhcp4.c | 26 +++- NetworkPkg/HttpBootD

[edk2] [Patch 0/2] Add HTTP Boot Callback Protocol support.

2017-06-14 Thread Fu Siyuan
Cc: Ye Ting <ting...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> Fu Siyuan (2): MdePkg: Add header file for HTTP Boot Callback protocol in UEFI 2.7. NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support. MdePkg/Include/Protocol/HttpBootCallback.h | 100 +

Re: [edk2] [Patch 0/2] Typo fix and comments correction

2017-06-13 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Jiaxin Sent: Tuesday, June 13, 2017 2:03 PM To: edk2-devel@lists.01.org Cc: Ye, Ting; Fu, Siyuan; Wu, Jiaxin Subject: [Patch 0/2] Typo fix and comments correction warter -> water Maunual -> Manual

[edk2] [Patch] MdeModulePkg: Addressing TCP Window Retraction when window scale factor is used.

2017-05-03 Thread Fu Siyuan
e Ting <ting...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> --- MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Misc.c | 5 +-- .../Universal/Network/Tcp4Dxe/Tcp4Output.c | 41 +- MdeMod

[edk2] [Patch] NetworkPkg: Addressing TCP Window Retraction when window scale factor is used.

2017-05-03 Thread Fu Siyuan
e Ting <ting...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> --- NetworkPkg/TcpDxe/TcpMisc.c | 3 ++- NetworkPkg/TcpDxe/TcpOutput.c | 33 - NetworkPkg/TcpDxe/TcpProto.h | 8 +

[edk2] [Patch] NetworkPkg: Update package version to 0.97.

2017-05-03 Thread Fu Siyuan
Cc: Wu Jiaxin <jiaxin...@intel.com> Cc: Ye Ting <ting...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> --- NetworkPkg/NetworkPkg.dec | 2 +- NetworkPkg/NetworkPkg.dsc | 4 ++-- 2 files changed, 3 insertio

Re: [edk2] [Patch] NetworkPkg: Fix PXEv6 boot failure when DhcpBinl offer received.

2017-05-02 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Jiaxin Sent: Thursday, April 27, 2017 9:51 AM To: edk2-devel@lists.01.org Cc: Ye, Ting; Fu, Siyuan; Wu, Jiaxin Subject: [Patch] NetworkPkg: Fix PXEv6 boot failure when DhcpBinl offer received. In case of th

[edk2] [Patch 0/2] Addressing TCP Window Retraction when window scale factor is used.

2017-05-04 Thread Fu Siyuan
Fu Siyuan (2): NetworkPkg V3: Addressing TCP Window Retraction when window scale factor is used. MdeModulePkg V3: Addressing TCP Window Retraction when window scale factor is used. MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Misc.c | 5 +-- .../Universal/Network/Tcp4Dxe/Tcp4Output.c

[edk2] [Patch 2/2] MdeModulePkg V3: Addressing TCP Window Retraction when window scale factor is used.

2017-05-04 Thread Fu Siyuan
patch is to follow the RFC3723 to address the TCP window retraction problem when a non-zero scale factor is used. Cc: Wu Jiaxin <jiaxin...@intel.com> Cc: Ye Ting <ting...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel

[edk2] [Patch 1/2] NetworkPkg V3: Addressing TCP Window Retraction when window scale factor is used.

2017-05-04 Thread Fu Siyuan
patch is to follow the RFC3723 to address the TCP window retraction problem when a non-zero scale factor is used. Cc: Wu Jiaxin <jiaxin...@intel.com> Cc: Ye Ting <ting...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com&

[edk2] [Patch V2] NetworkPkg: Addressing TCP Window Retraction when window scale factor is used.

2017-05-04 Thread Fu Siyuan
file read/write. Cc: Wu Jiaxin <jiaxin...@intel.com> Cc: Andrey Tepin <ate...@kraftway.ru> Cc: Ye Ting <ting...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> --- NetworkPkg/TcpDxe/TcpMisc.c | 3 ++- Netwo

[edk2] [Patch V2] MdeModulePkg: Addressing TCP Window Retraction when window scale factor is used.

2017-05-04 Thread Fu Siyuan
e Ting <ting...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> --- MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Misc.c | 5 +-- .../Universal/Network/Tcp4Dxe/Tcp4Output.c | 41 +- MdeMod

Re: [edk2] [PATCH v2 0/2] Add wnd scale check before shrinking window

2017-05-04 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of ate...@kraftway.ru Sent: 2017年4月20日 17:31 To: edk2-devel@lists.01.org Subject: [edk2] [PATCH v2 0/2] Add wnd scale check before shrinking

[edk2] [Patch V2] MdeModulePkg: Addressing TCP Window Retraction when window scale factor is used.

2017-05-04 Thread Fu Siyuan
file read/write. Cc: Wu Jiaxin <jiaxin...@intel.com> Cc: Andrey Tepin <ate...@kraftway.ru> Cc: Ye Ting <ting...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> --- MdeModulePkg/Universal/Network/

Re: [edk2] [Patch] Nt32Pkg/SnpNt32Dxe: Fix hang issue when multiple network interfaces existed

2017-05-04 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jiaxin Wu Sent: 2017年5月5日 11:31 To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Ni, Ruiyu <ruiyu...@intel.com>; F

[edk2] [Patch] MdeModulePkg/DxeNetLib: Check the actual packet size before trim data from Nbuf.

2017-09-19 Thread Fu Siyuan
In NetbufTrim() function, the NetBuf TotalSize should be checked with 0 before making the trim operation, otherwise the function will fall into infinite loop. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> Cc: Wu Jiaxin <jiaxin...@

Re: [edk2] [PATCH] NetworkPkg/IScsiDxe: Remove redundant call to StrLen

2017-09-18 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Hao A Sent: Tuesday, September 19, 2017 10:12 AM To: edk2-devel@lists.01.org Cc: Wu, Hao A <hao.a...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com> Sub

[edk2] [Patch] NetworkPkg: Remove the redundant '/' in the end of returned ISCSIMacAddr keyword.

2017-09-13 Thread Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> Cc: Ye Ting <ting...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> --- NetworkPkg/IScsiDxe/IScsiConfig.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deleti

[edk2] [Patch] NetworkPkg: Remove ping6 and ifconfig shell application.

2017-10-17 Thread Fu Siyuan
maintained in future. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> Cc: Ye Ting <ting...@intel.com> --- NetworkPkg/Application/IfConfig6/IfConfig6.c | 1793 Netw

Re: [edk2] [Patch] NetworkPkg/IScsiDxe: Display InitiatorInfo in attempt page even DHCP enabled.

2017-10-13 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Jiaxin Sent: Friday, October 13, 2017 2:01 PM To: edk2-devel@lists.01.org Cc: Karunakar P <karunak...@amiindia.co.in>; Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com

[edk2] [Patch 2/2] NetworkPkg: Fix GCC build error.

2017-09-06 Thread Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> --- NetworkPkg/Ip6Dxe/Ip6Driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetworkPkg/Ip6Dxe/Ip6Driver.c

[edk2] [Patch 1/2] MdeModulePkg: Fix GCC build error.

2017-09-06 Thread Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> --- MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModuleP

Re: [edk2] SNP transmit print

2017-09-24 Thread Fu, Siyuan
Hi, Meenakshi You are correct that it's a bug in SNP driver to print error information for successfully transmitted packet. Please create a Bugzilla ticket for this issue and we will follow it. Thanks. BestRegards Fu Siyuan -Original Message- From: edk2-devel [mailto:edk2-devel-boun

Re: [edk2] [Patch 06/11] NetworkPkg: Update Protocol/Guid usage in INF file to match source code logic

2017-09-25 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Gao, Liming Sent: Monday, September 25, 2017 7:06 PM To: edk2-devel@lists.01.org Cc: Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com> Subject: [Patch 06/11] NetworkPkg: Update P

Re: [edk2] Linux CentOS 7.3 can get DHCP IPv4 IP address with configuring DHCP server as per RFC3021

2017-09-25 Thread Fu, Siyuan
the PXE failed, but Cent OS could use IP address from the same DHCP server. This is just an example, there may be some other places in edk2 network stack which have the same assumption, I'm not sure about this. Anyway, we never considered the point-2-point link in edk2. BestRegards Fu Siyuan

Re: [edk2] Linux CentOS 7.3 can get DHCP IPv4 IP address with configuring DHCP server as per RFC3021

2017-09-25 Thread Fu, Siyuan
Hi, Karunakar May I know that whether you have a real requirement that must use the point-2-point link in your environment, or you just found this problem in your test? BestRegards Fu Siyuan From: Fu, Siyuan Sent: Monday, September 25, 2017 3:50 PM To: Karunakar P <karunak...@amiindia.co

Re: [edk2] [PATCH v2] TFTP : tftp fix for full volume case

2017-09-25 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Meenakshi Aggarwal [mailto:meenakshi.aggar...@nxp.com] Sent: Monday, September 25, 2017 11:06 PM To: edk2-devel@lists.01.org; Ni, Ruiyu <ruiyu...@intel.com>; Carsey, Jaben <jaben.car...@intel.com&g

Re: [edk2] [PATCH v3 4/5] MdeModulePkg/DxeNetLib: Fix negative value left shift

2017-09-28 Thread Fu, Siyuan
Looks good to me. Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Hao A Sent: Thursday, September 28, 2017 12:32 PM To: edk2-devel@lists.01.org Cc: Wu, Hao A <hao.a...@intel.com>; Shi, Steven <steven....@intel.com>; Fu, Siyuan <siyuan...

Re: [edk2] [Patch 0/2] Clarify the usage of HttpConfigData in HTTP protocol

2017-09-28 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Jiaxin Sent: Thursday, September 28, 2017 1:42 PM To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com> Subj

Re: [edk2] [Patch] NetworkPkg/UefiPxeBcDxe: Fix the redundant condition check

2017-09-28 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Jiaxin Sent: Thursday, September 28, 2017 1:49 PM To: edk2-devel@lists.01.org Cc: Santhapur Naveen <nave...@amiindia.co.in>; Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com

Re: [edk2] [Patch] MdePkg: Add UEFI 2.7 defined GUID and structure for AIP network media type.

2017-09-04 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of fanwang2 Sent: Thursday, August 24, 2017 5:27 PM To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Wang, Fan <fan.w...@intel.c

[edk2] [Patch 1/2] MdeModulePkg/Ip4Dxe: fix a bug in IP4 driver for IpSec protocol notify.

2017-09-04 Thread Fu Siyuan
LocateProtocol() even the IpSec protocol is not installed, which will impact the network performance. Cc: Ye Ting <ting...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> --- MdeM

[edk2] [Patch 0/2] Fix bug in IP driver for IpSec protocol notify

2017-09-04 Thread Fu Siyuan
Fu Siyuan (2): MdeModulePkg/Ip4Dxe: fix a bug in IP4 driver for IpSec protocol notify. NetworkPkg/Ip6Dxe: fix a bug in IP6 driver for IpSec protocol notify. MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Driver.c | 14 +++--- MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Input.c | 10

[edk2] [Patch 2/2] NetworkPkg/Ip6Dxe: fix a bug in IP6 driver for IpSec protocol notify.

2017-09-04 Thread Fu Siyuan
LocateProtocol() even the IpSec protocol is not installed, which will impact the network performance. Cc: Ye Ting <ting...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> ---

Re: [edk2] [Patch] NetworkPkg/IScsiDxe: Fix the incorrect max length of IP_ADDRESS.

2017-08-31 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jiaxin Wu Sent: Friday, September 1, 2017 8:51 AM To: edk2-devel@lists.01.org Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...

Re: [edk2] MTFTP file transfer timeout error

2017-10-09 Thread Fu, Siyuan
Hi, Vabhav Yes the IP layer should discard the whole packet if any frame is lost during the transmit. Large TFTP blksize will reduce the the number of TFTP data/ack packets, but add more overhead and risk of IP fragmentation and reassembly. BestRegards Fu Siyuan -Original Message

Re: [edk2] MTFTP file transfer timeout error

2017-10-08 Thread Fu, Siyuan
UINT32) (MTFTP4_DATA_HEAD_LEN + Instance->BlkSize)) || (Len < (UINT32) MTFTP4_DATA_HEAD_LEN)) { goto ON_EXIT; } Status = Mtftp4RrqHandleData (Instance, Packet, Len, Multicast, ); break; BestRegards Fu Siyuan -Original Message- From: V

Re: [edk2] Linux CentOS 7.3 can get DHCP IPv4 IP address with configuring DHCP server as per RFC3021

2017-09-27 Thread Fu, Siyuan
Hi, Karunakar We haven't received requirement for this feature before so we don't have plan now. I think you can submit a Bugzilla ticket for this feature request, we will follow up to investigate it. BestRegards Fu Siyuan From: Karunakar P [mailto:karunak...@amiindia.co.in] Sent: Monday

[edk2] Plan to remove ifconfig6/ping6 in NetworkPkg

2017-10-10 Thread Fu, Siyuan
applied to the ShellPkg version in the past year. Users should use the standard version in ShellPkg in future. I will send out patch to remove the IfConfig6 and Ping6 applications in NetworkPkg in next few days if no object to this email. BestRegards Fu Siyuan

[edk2] [Patch] MdeModulePkg: Update IP4 stack to support point-to-point link with 31-bit mask.

2017-10-17 Thread Fu Siyuan
associated with network and broadcast addresses (see Section 2.2). In a point-to-point link with a 31-bit subnet mask, the two addresses above MUST be interpreted as host addresses. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> Cc: Wu

[edk2] [Patch] NetworkPkg: Print error message to screen if error occurs during HTTP boot.

2017-11-12 Thread Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> Cc: Ye Ting <ting...@intel.com> --- NetworkPkg/HttpBootDxe/HttpBootImpl.c | 21 + NetworkPkg/HttpDxe/HttpImpl.c

[edk2] [Patch] NetworkPkg: Fix incorrect SizeofHeaders returned from HttpTcpReceiveHeader().

2017-11-14 Thread Fu Siyuan
This patch is to fix a bug that the HttpTcpReceiveHeader() may return incorrect SizeofHeaders, which will include some already received message-body. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.co

[edk2] [Patch] MdeModulePkg/SNP: remove redundant DEBUG print in SNP Transmit.c

2017-11-14 Thread Fu Siyuan
to EFI_D_NET. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> Cc: Ye Ting <ting...@intel.com> --- MdeModulePkg/Universal/Network/SnpDxe/Transmit.c | 22 +- 1 file chan

[edk2] [Patch V2] NetworkPkg: Print error message to screen if error occurs during HTTP boot.

2017-11-14 Thread Fu Siyuan
V2 update: Add error message is URI address is not correct. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> Cc: Ye Ting <ting...@intel.com> --- NetworkPkg/HttpBootDxe/Http

[edk2] [Patch] ShellPkg: Add error message if failed to place receive token in ping command.

2017-11-14 Thread Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> Cc: Ye Ting <ting...@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> --- ShellPkg/Library/UefiShellNetwork1CommandsLi

Re: [edk2] [Patch] NetworkPkg/HttpDxe: Fix the incorrect SizeofHeaders in HttpTcpReceiveHeader().

2017-11-21 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> > -Original Message- > From: Wu, Jiaxin > Sent: Wednesday, November 22, 2017 2:36 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wu, > Jiaxin <

Re: [edk2] [Patch] MdeModulePkg: Free NET_BUF data after it is sent out to avoid memory leak

2017-11-21 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> > -Original Message- > From: Wang, Fan > Sent: Wednesday, November 22, 2017 2:56 PM > To: edk2-devel@lists.01.org > Cc: Wu, Jiaxin <jiaxin...@intel.com>; Ye, Ting <ting...@intel.com>; Fu, > Siyuan <

Re: [edk2] [PATCH] Add NetworkPkg maintainer as MdeModulePkg/Universal/Network maintainer

2017-11-21 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> > -Original Message- > From: Zeng, Star > Sent: Wednesday, November 22, 2017 2:34 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star <star.z...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wu, > Ji

Re: [edk2] [PATCH] Include libraries, header files for MdeModulePkg/.../Network maintainer

2017-11-28 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> > -Original Message- > From: Zeng, Star > Sent: Tuesday, November 28, 2017 6:02 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star; Fu, Siyuan; Wu, Jiaxin > Subject: [PATCH] Include libraries, header files for &g

[edk2] [Patch] MdeModulePkg/TcpIoLib: Check input Timeout before calling CheckEvent() service.

2017-12-04 Thread Fu Siyuan
For TcpIoConnect() and TcpIoAccept(), this patch adds the check for Timeout event before calling CheckEvent() service so as to avoid the unnecessary function call. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> Cc: Wu Jiaxin &

[edk2] [Patch] MdeModulePkg/TcpIoLib: Cancel TCP token if connect/accept is timeout.

2017-12-04 Thread Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> Cc: Ye Ting <ting...@intel.com> --- MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.c | 12 +++- 1 file changed, 11 insertions(+), 1

Re: [edk2] [Patch v2] MdeModulePkg/NetLib: Add NetLibDetectMediaWaitTimeout() API to support EFI_NOT_READY media state detection

2017-12-05 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> > -Original Message- > From: Wang, Fan > Sent: Monday, December 4, 2017 11:42 AM > To: edk2-devel@lists.01.org > Cc: Fu, Siyuan <siyuan...@intel.com>; Ye, Ting <ting...@intel.com>; Wu, > Jiaxin <

Re: [edk2] [Patch 0/4] NetworkPkg/DnsDxe: Fix several issues in DnsDxe driver.

2017-12-05 Thread Fu, Siyuan
Series Reviewed-by: Fu Siyuan <siyuan...@intel.com> > -Original Message- > From: Wu, Jiaxin > Sent: Tuesday, December 5, 2017 2:59 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wang, > Fan <

[edk2] [Patch] MdeModulePkg/IpIoLib: Check the input parameters before use them.

2017-12-13 Thread Fu Siyuan
This patch updates the DxeIpIoLib to check the input parameters before using. Cc: Ye Ting <ting...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> Cc: Wang Fan <fan.w...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan &l

Re: [edk2] [Patch 1/3 V2] MdeModulePkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.

2017-12-14 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > fanwang2 > Sent: Thursday, December 14, 2017 5:53 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting <ting...@intel.com>;

Re: [edk2] [Patch 0/3] Fix the series issues in UefiPxeBcDxe.

2017-12-13 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> > -Original Message- > From: Wu, Jiaxin > Sent: Thursday, December 14, 2017 1:50 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wu, > Jiaxin <jia

Re: [edk2] [Patch] MdeModulePkg/UefiPxeBcDxe: Discard the normal ICMP packets and recycle the received ICMP data.

2017-12-12 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> > -Original Message- > From: Wu, Jiaxin > Sent: Tuesday, December 12, 2017 7:27 PM > To: edk2-devel@lists.01.org > Cc: Fu, Siyuan <siyuan...@intel.com>; Heyi Guo <heyi@linaro.org>; Ye, > Ting &

Re: [edk2] [Patch] MdeModulePkg/Ip4Dxe: Cleanup the resource after error happen during Ip4StartAutoConfig().

2017-12-12 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> > -Original Message- > From: Wu, Jiaxin > Sent: Tuesday, December 12, 2017 7:44 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wang, > Fan <

Re: [edk2] [Patch] MdeModulePkg/Ip4Dxe: Cleanup the resource after error happen during Ip4StartAutoConfig().

2017-12-12 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> > -Original Message- > From: Wu, Jiaxin > Sent: Tuesday, December 12, 2017 7:44 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wang, > Fan <

Re: [edk2] [Patch 2/2] NetworkPkg/Dhcp6Dxe: Check Media status before starting DHCP process.

2017-12-12 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan <siyuan...@intel.com> > -Original Message- > From: Wu, Jiaxin > Sent: Friday, December 1, 2017 4:39 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; > Karunakar P <

<    1   2   3   4   5   6   >