Re: [edk2] [Patch v3] NetworkPkg: Add old IPv4_DEVICE_PATH and IPv6_DEVICE_PATH support

2015-07-21 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: Wang, Fan Sent: Wednesday, July 22, 2015 8:57 AM To: Ye, Ting; Fu, Siyuan; Wu, Jiaxin; edk2-devel@lists.sourceforge.net; edk2-de...@lists.01.org Cc: Tian, Hot; Ni, Ruiyu Subject: [Patch v3] NetworkPkg: Add old IPv4_DEVICE_PATH and

Re: [edk2] [Patch v3] MdeModulePkg: Add old IPv4_DEVICE_PATH support for new IScsiDxe

2015-07-21 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: Wang, Fan Sent: Wednesday, July 22, 2015 8:58 AM To: Ye, Ting; Fu, Siyuan; Wu, Jiaxin; edk2-devel@lists.sourceforge.net; edk2-de...@lists.01.org Cc: Tian, Hot; Ni, Ruiyu Subject: [Patch v3] MdeModulePkg: Add old IPv4_DEVICE_PATH support

Re: [edk2] [Patch] NetworkPkg: Add the unspecified address check for DNS6 StationIp.

2015-07-15 Thread Ye, Ting
Looks good. Reviewed-by: Ye Ting -Original Message- From: Wu, Jiaxin Sent: Wednesday, July 15, 2015 12:14 PM To: edk2-devel@lists.sourceforge.net; Ye, Ting; Fu, Siyuan Subject: [Patch] NetworkPkg: Add the unspecified address check for DNS6 StationIp. Add the unspecified address

Re: [edk2] A possible bug in iSCSI driver implementation

2015-07-15 Thread Ye, Ting
Hi Ying Guo, Thanks for capturing this. I agree this is a bug and need be fixed. I will follow up to fix this soon. Best Regards, Ting From: Ying Guo [mailto:guoyin...@gmail.com] Sent: Wednesday, July 15, 2015 4:11 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] A possible bug in iSCSI

Re: [edk2] [patch] NetworkPkg: Fix bios bootup hang issue when enable network.

2015-07-14 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: Zhang, Lubo Sent: Wednesday, July 15, 2015 8:50 AM To: Fu, Siyuan; Ye, Ting; edk2-devel@lists.sourceforge.net Subject: [patch] NetworkPkg: Fix bios bootup hang issue when enable network. Add three PCD access method types for module to use

Re: [edk2] [Patch] ShellPkg: Fix ping IPv6 stack usage mode failure issue

2015-07-13 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: Jiaxin Wu [mailto:jiaxin...@intel.com] Sent: Monday, July 13, 2015 11:39 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch] ShellPkg: Fix ping IPv6 stack usage mode failure issue Fix ping IPv6 stack usage mode failure issue

Re: [edk2] [Patch] NetworkPkg: Do some formatting for Dhcp6Dxe.inf

2015-07-13 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: Wang, Fan Sent: Monday, July 13, 2015 2:23 PM To: Wu, Jiaxin; Fu, Siyuan; Ye, Ting; edk2-devel@lists.sourceforge.net Cc: Qiu, Shumin Subject: [Patch] NetworkPkg: Do some formatting for Dhcp6Dxe.inf Formatting pcd field of Dhcp6Dxe.inf

Re: [edk2] [Patch 2/2] MdeModulePkg: Code logic optimization for Ip4Dxe driver

2015-07-10 Thread Ye, Ting
Looks good. Reviewed-by: Ye Ting -Original Message- From: Wang Fan [mailto:fan.w...@intel.com] Sent: Friday, July 10, 2015 4:19 PM To: Wu, Jiaxin; Fu, Siyuan; edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch 2/2] MdeModulePkg: Code logic optimization for Ip4Dxe driver Move

Re: [edk2] [Patch 1/2] NetworkPkg: Code logic optimization for DnsDxe and HttpDxe driver

2015-07-10 Thread Ye, Ting
Looks good. Reviewed-by: Ye Ting -Original Message- From: Wang Fan [mailto:fan.w...@intel.com] Sent: Friday, July 10, 2015 4:19 PM To: Wu, Jiaxin; Fu, Siyuan; edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch 1/2] NetworkPkg: Code logic optimization for DnsDxe and HttpDxe driver

Re: [edk2] [PATCH] CryptoPkg: update OpenSSL dependency to version 1.0.2d

2015-07-10 Thread Ye, Ting
Looks good to me. Reviewed-by: Ye Ting -Original Message- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] Sent: Friday, July 10, 2015 2:54 PM To: edk2-devel@lists.sourceforge.net; Long, Qin; Dong, Guo; Ye, Ting Cc: Justen, Jordan L; Gao, Liming; Ard Biesheuvel Subject: [PATCH

Re: [edk2] [PATCH v3 3/7] EmulatorPkg: Remove Ip4ConfigDxe module from EmulatorPkg

2015-07-09 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: Jiaxin Wu [mailto:jiaxin...@intel.com] Sent: Thursday, July 09, 2015 3:25 PM To: edk2-devel@lists.sourceforge.net; Justen, Jordan L; af...@apple.com Subject: [edk2] [PATCH v3 3/7] EmulatorPkg: Remove Ip4ConfigDxe module from EmulatorPkg

Re: [edk2] [PATCH v3 6/7] Vlv2TbltDevicePkg: Remove Ip4ConfigDxe module from build

2015-07-09 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: Jiaxin Wu [mailto:jiaxin...@intel.com] Sent: Thursday, July 09, 2015 3:25 PM To: edk2-devel@lists.sourceforge.net; Wei, David; He, Tim Subject: [edk2] [PATCH v3 6/7] Vlv2TbltDevicePkg: Remove Ip4ConfigDxe module from build Version3

Re: [edk2] Source code for network devices?

2015-07-09 Thread Ye, Ting
Another example is an UNDI driver available @ OptionRomPkg\UndiRuntimeDxe to support Intel Pro100 network card. Best Regards, Ye Ting From: Thomas Rognon [mailto:tcrog...@gmail.com] Sent: Friday, July 10, 2015 3:28 AM To: edk2-devel Subject: Re: [edk2] Source code for network devices? In

Re: [edk2] [patch] MdemodulePkg: fix the problem that data type conversion may loss data

2015-07-08 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: Zhang, Lubo Sent: Wednesday, July 08, 2015 5:30 PM To: edk2-devel@lists.sourceforge.net; Ye, Ting; Fu, Siyuan; Hai, Yue A Subject: [patch] MdemodulePkg: fix the problem that data type conversion may loss data Contributed-under: TianoCore

Re: [edk2] [Patch] Nt32Pkg: Update DSC/FDF to include drivers for HTTP boot.

2015-07-08 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: Fu Siyuan [mailto:siyuan...@intel.com] Sent: Wednesday, July 08, 2015 5:04 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch] Nt32Pkg: Update DSC/FDF to include drivers for HTTP boot. This patch add the HTTP boot related

Re: [edk2] [Patch] OptionRomPkg: Remove redundant included header file defintion in Ax88772.h and Ax88772b.h files

2015-07-06 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: jiaxinwu [mailto:jiaxin...@intel.com] Sent: Monday, July 06, 2015 1:37 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch] OptionRomPkg: Remove redundant included header file defintion in Ax88772.h and Ax88772b.h files

Re: [edk2] [Patch 0/7] Remove Ip4ConfigDxe module and related guid definitions from related packages.

2015-07-06 Thread Ye, Ting
Looks good. Reviewed-by: Ye Ting -Original Message- From: jiaxinwu [mailto:jiaxin...@intel.com] Sent: Tuesday, July 07, 2015 9:28 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch 0/7] Remove Ip4ConfigDxe module and related guid definitions from related packages. Those

Re: [edk2] [Patch] NetworkPkg: Remove IpSecDxe and Ip4Config Protocol dependency.

2015-07-05 Thread Ye, Ting
Looks good. Reviewed-by: Ye Ting -Original Message- From: jiaxinwu [mailto:jiaxin...@intel.com] Sent: Sunday, July 05, 2015 11:07 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch] NetworkPkg: Remove IpSecDxe and Ip4Config Protocol dependency. Contributed-under

Re: [edk2] [PATCH v2 1/2] MdeModulePkg: Add HttpLib to MdeModulePkg.

2015-07-03 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: Fu Siyuan [mailto:siyuan...@intel.com] Sent: Thursday, July 02, 2015 5:03 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [PATCH v2 1/2] MdeModulePkg: Add HttpLib to MdeModulePkg. This patch add the header file and DXE

Re: [edk2] [PATCH] NetworkPkg: Locate IpSec protocol on IP4/IP6 packet processing only if it is installed

2015-07-01 Thread Ye, Ting
urceforge.net Subject: RE: [edk2] [PATCH] NetworkPkg: Locate IpSec protocol on IP4/IP6 packet processing only if it is installed Thanks Ting. I will make the changes and resubmit the patch. -Original Message- From: Ye, Ting [ting...@intel.com] Received: Sunday, 28 Jun 2015, 8:24PM To: edk2

Re: [edk2] [patch] CryptoPkg: Fix the dereferenced pointer issue

2015-06-29 Thread Ye, Ting
Looks good. Reviewed-by: Ye Ting -Original Message- From: Long, Qin Sent: Tuesday, June 30, 2015 9:10 AM To: Ye, Ting; edk2-devel@lists.sourceforge.net Subject: [patch] CryptoPkg: Fix the dereferenced pointer issue This patch is to fix one dereferenced pointer issue in new

Re: [edk2] [PATCH] NetworkPkg: Locate IpSec protocol on IP4/IP6 packet processing only if it is installed

2015-06-28 Thread Ye, Ting
Hi Samer, There is an API EfiCreateProtocolNotifyEvent() defined in UefiLib, so I don't think adding RegisterIpSec2ProtocolNotify() is needed. Besides that, I prefer to move the registration of protocol notify from driver entry point to driverbindingstart(). What do you think? Best Regards, Ti

Re: [edk2] [patch 1/2] NetworkPkg: Check whether the iSCSI initiator name is null.

2015-06-26 Thread Ye, Ting
Please update the Copyright to 2015. Others are good to me. Reviewed-by: Ye Ting Best Regards, Ting -Original Message- From: Zhang Sent: Friday, June 26, 2015 4:11 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [patch 1/2] NetworkPkg: Check whether the iSCSI initiator name is

Re: [edk2] PXE with manual TFTP server and filename options

2015-06-22 Thread Ye, Ting
We use DHCP options to configure such information for PXE boot in UEFI network stack. Best Regards, Ye Ting -Original Message- From: Leekha Shaveta [mailto:shav...@freescale.com] Sent: Tuesday, June 23, 2015 1:15 PM To: edk2-devel@lists.sourceforge.net Cc: Olivier Martin Subject: Re

Re: [edk2] PXE with manual TFTP server and filename options

2015-06-22 Thread Ye, Ting
This is not supported by UEFI network stack as I known. Best Regards, Ye Ting -Original Message- From: Radha Mohan [mailto:mohun...@gmail.com] Sent: Tuesday, June 23, 2015 9:12 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] PXE with manual TFTP server and filename options Hi

Re: [edk2] [patch] CryptoPkg: Add some comments for API usage clarification.

2015-06-18 Thread Ye, Ting
Looks good. Reviewed-by: Ye Ting -Original Message- From: Long, Qin Sent: Thursday, June 18, 2015 3:29 PM To: Ye, Ting Cc: edk2-devel@lists.sourceforge.net Subject: [patch] CryptoPkg: Add some comments for API usage clarification. This patch adds some comments for API usage

Re: [edk2] [patch 0/3] *** Update OpenSSL support to 1.0.2a release ***

2015-06-09 Thread Ye, Ting
Looks good to me. Reviewed-by: Ye Ting -Original Message- From: Long, Qin Sent: Wednesday, June 10, 2015 10:21 AM To: Ye, Ting; ard.biesheu...@linaro.org; edk2-devel@lists.sourceforge.net Subject: [patch 0/3] *** Update OpenSSL support to 1.0.2a release *** Update the EDKII crypto

Re: [edk2] UEFI HTTP Boot and Redfish support?

2015-06-07 Thread Ye, Ting
Intel is working on implementation of UEFI 2.5 HTTP boot support. Best Regards, Ye Ting -Original Message- From: Blibbet [mailto:blib...@gmail.com] Sent: Saturday, June 06, 2015 7:00 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] UEFI HTTP Boot and Redfish support? HP gave a

Re: [edk2] [Patch] MdePkg: Add header files for DNS/HTTP/IP4Config2.

2015-06-04 Thread Ye, Ting
style. Please check. Other parts look good to me. Reviewed-by: Ye Ting Best Regards, Ye Ting -Original Message- From: jiaxinwu [mailto:jiaxin...@intel.com] Sent: Friday, June 05, 2015 9:56 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch] MdePkg: Add header files for DNS

Re: [edk2] UNDI example network drivers

2015-05-21 Thread Ye, Ting
Leif, You can refer to the one @ https://svn.code.sf.net/p/edk2/code/trunk/edk2/OptionRomPkg/UndiRuntimeDxe. Best Regards, Ye Ting From: Leif Lindholm [mailto:leif.lindh...@linaro.org] Sent: Friday, May 22, 2015 9:47 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] UNDI example network

Re: [edk2] [Patch] * Coding style change in UefiPxeBcDxe.inf

2015-05-19 Thread Ye, Ting
Looks good. Reviewed-by: Ye Ting -Original Message- From: jiaxinwu [mailto:jiaxin...@intel.com] Sent: Tuesday, May 19, 2015 11:33 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch] * Coding style change in UefiPxeBcDxe.inf Contributed-under: TianoCore Contribution

Re: [edk2] [Patch] Coding style change in UndiRuntimeDxe.inf

2015-05-19 Thread Ye, Ting
Looks good. Reviewed-by: Ye Ting -Original Message- From: jiaxinwu [mailto:jiaxin...@intel.com] Sent: Tuesday, May 19, 2015 3:38 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch] Coding style change in UndiRuntimeDxe.inf Contributed-under: TianoCore Contribution

Re: [edk2] SW VLAN IMPLEMENTATION QUESTION

2015-05-11 Thread Ye, Ting
Regards, Ye Ting From: Sajeesh Kk [mailto:sajee...@gmail.com] Sent: Saturday, May 09, 2015 12:48 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] SW VLAN IMPLEMENTATION QUESTION Hello All, I was trying SW Vlan implementation today. There is a problem i am facing. There are some issues with

Re: [edk2] [Patch] Fix Ecc check failure in UefiPxeBcDxe.inf

2015-05-07 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: jiaxinwu [mailto:jiaxin...@intel.com] Sent: Friday, May 8, 2015 10:43 AM To: edk2-devel@lists.sourceforge.net Subject: [Patch] Fix Ecc check failure in UefiPxeBcDxe.inf Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by

[edk2] [Patch]UEFI 2.5 - IPV6 support from UNDI

2015-04-26 Thread Ye, Ting
hen not to start PXE over IPv6 path. OptionRomPkg.diff: Produce new AIP in UNDI driver. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ye Ting mailto:ting...@intel.com>> MdePkg.diff Description: MdePkg.diff NetworkPkg.diff Description: NetworkPkg.diff Opt

[edk2] Deprecate support of EFI_IP4_CONFIG_PROTOCOL

2015-04-26 Thread Ye, Ting
Hi All, EFI_IP4_CONFIG_PROTOCOL has been replaced with a new protocol EFI_IP4_CONFIG2_PROTOCOL in UEFI 2.5 specification. We plan to support the new protocol and deprecate the old EFI_IP4_CONFIG_PROTOCOL of UEFI network stack. Does anyone have concern about this? Best Regards, Ye Ting

Re: [edk2] [Patch] NetworkPkg: Remove duplicate DAD entry in IP6 driver to fix DAD fail issue.

2015-04-24 Thread Ye, Ting
Reviewed-by: Ye Ting mailto:ting...@intel.com>> From: Fu Siyuan [mailto:siyuan...@intel.com] Sent: Friday, April 24, 2015 11:37 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch] NetworkPkg: Remove duplicate DAD entry in IP6 driver to fix DAD fail

Re: [edk2] edk2-devel Digest, Vol 63, Issue 95

2015-03-29 Thread Ye, Ting
consider update the MNP_SYS_POLL_INTERVAL to longer time slot; or consider some techniques like more dynamic timer to help improve system polling in your case. Best Regards, Ye Ting From: Sajeesh Kk [mailto:sajee...@gmail.com] Sent: Friday, March 27, 2015 10:33 PM To: edk2-devel

Re: [edk2] edk2-devel Digest, Vol 63, Issue 74

2015-03-17 Thread Ye, Ting
, and the NIC is already initialized by SNP; later when SNP tries to initialize the VLAN NIC, SNP should return EFI_SUCCESS instead of EFI_DEVICE_ERROR to MNP. This way, the upper layer drivers can function. Best Regards, Ye Ting From: Sajeesh Kk [mailto:sajee...@gmail.com] Sent: Tuesday, March 17

Re: [edk2] Controller Handle in NetLibCreateServiceChild()

2015-03-16 Thread Ye, Ting
Add Lee to the To List. From: Ye, Ting [mailto:ting...@intel.com] Sent: Tuesday, March 17, 2015 10:53 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Controller Handle in NetLibCreateServiceChild() Hi Ritesh, Lee know more about socket library. He mentioned that the socket

Re: [edk2] Controller Handle in NetLibCreateServiceChild()

2015-03-16 Thread Ye, Ting
Hi Ritesh, Lee know more about socket library. He mentioned that the socket libraries are included with UDK 2014 under StdLib. This libraries are designed to link with applications. AppPkg has several examples. Best Regards, Ye Ting From: Ritesh Tiwari [mailto:ritesh.tiw...@seagate.com

Re: [edk2] edk2-devel Digest, Vol 63, Issue 70

2015-03-16 Thread Ye, Ting
te a new handle and publish EFI_VLAN_CONFIG_PROTOCOL on this new handle ??. Thanks, Sajeesh. Message: 1 Date: Mon, 16 Mar 2015 03:05:25 + From: "Ye, Ting" mailto:ting...@intel.com>> Subject: Re: [edk2] Vlan config protocol Query To: "edk2-devel@lists.sourceforge.ne

Re: [edk2] Vlan config protocol Query

2015-03-15 Thread Ye, Ting
EFI_VLAN_CONIFG_PROTOCOL and VlanConfigDxe provides UI configuration. Best Regards, Ye Ting From: Sajeesh Kk [mailto:sajee...@gmail.com] Sent: Saturday, March 14, 2015 2:00 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] Vlan config protocol Query Hello, I am supporting vlan config protocol

Re: [edk2] Controller Handle in NetLibCreateServiceChild()

2015-03-15 Thread Ye, Ting
Hi Ritesh, EFI_TCP4_PROTOCOL does not support returning underlying socket information. If you want to use TCP socket you might refer to the socket library: https://svn.code.sf.net/p/edk2/code/trunk/edk2/AppPkg https://svn.code.sf.net/p/edk2/code/trunk/edk2/StdLib Best Regards, Ye Ting From

Re: [edk2] Controller Handle in NetLibCreateServiceChild()

2015-03-11 Thread Ye, Ting
Regards, Ye Ting From: Ritesh Tiwari [mailto:ritesh.tiw...@seagate.com] Sent: Thursday, March 12, 2015 1:50 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Controller Handle in NetLibCreateServiceChild() Hi Ye, Thanks for all your help. Instead of trying for NT32, I tried to run the

Re: [edk2] Controller Handle in NetLibCreateServiceChild()

2015-03-11 Thread Ye, Ting
DpcDxe/DpcDxe.inf Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf Best Regards, Ye Ting From:

Re: [edk2] Controller Handle in NetLibCreateServiceChild()

2015-03-10 Thread Ye, Ting
oad> for guidance on building and using the library to enable UEFI network stack under NT32 Platform Emulator. Best Regards, Ye Ting From: Ritesh Tiwari [mailto:ritesh.tiw...@seagate.com] Sent: Wednesday, March 11, 2015 12:22 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Cont

Re: [edk2] Controller Handle in NetLibCreateServiceChild()

2015-03-10 Thread Ye, Ting
Yes, load TCP4Dxe without any error does not mean TCP4 service binding protocol is installed. You need SnpNt32Io.dll, not SnpNt32Dxe.dll, locating at the same directory with SnpNt32Dxe.efi (could be .\Build\NT32IA32\DEBUG_VS2010x86\IA32) Best Regards, Ye Ting From: Ritesh Tiwari

Re: [edk2] Controller Handle in NetLibCreateServiceChild()

2015-03-10 Thread Ye, Ting
first. As I mentioed in another mail, if you are using NT32 platform, please check whether you have your SnpNt32Dxe module working now. Best Regards, Ye Ting From: Ritesh Tiwari [mailto:ritesh.tiw...@seagate.com] Sent: Wednesday, March 11, 2015 10:40 AM To: edk2-devel@lists.sourceforge.net

Re: [edk2] Not able to locate EFI_TCP4_PROTOCOL protocol

2015-03-10 Thread Ye, Ting
://github.com/tianocore/tianocore.github.io/wiki/Network-io. Best Regards, Ye Ting From: Ritesh Tiwari [mailto:ritesh.tiw...@seagate.com] Sent: Wednesday, March 11, 2015 1:16 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] Not able to locate EFI_TCP4_PROTOCOL protocol Hi, I am trying

Re: [edk2] Controller Handle in NetLibCreateServiceChild()

2015-03-10 Thread Ye, Ting
Hi, You could use gBS->LocateHandleBuffer() to locate the controller handle which has the service installed. In your example, you could use gEfiTcp4ServiceBindingProtocolGuid as protocol GUID. Best Regards, Ye Ting From: Ritesh Tiwari [mailto:ritesh.tiw...@seagate.com] Sent: Wednesday, Ma

Re: [edk2] [PATCH] Don't require optional ISCSI negotiation responses.

2015-02-02 Thread Ye, Ting
Hi Roy, Thanks for your info. For your information only - the patch is already checked in (revision 16700). Best Regards, Ye Ting -Original Message- From: Roy Franz [mailto:roy.fr...@linaro.org] Sent: Saturday, January 31, 2015 9:55 AM To: Ye, Ting Cc: edk2-devel@lists.sourceforge.net

Re: [edk2] [PATCH] Don't require optional ISCSI negotiation responses.

2015-01-30 Thread Ye, Ting
Hi Franz, Thanks for providing the patch. We agree with the update and will check in your patch recently. Could you please let us know which Linux iSCSI target triggers this error? We may add more test items in future. Best Regards, Ye Ting -Original Message- From: Tian, Feng

Re: [edk2] adding EDK2 networking to a shipping system board

2015-01-07 Thread Ye, Ting
Hi, The error "ifconfig: Locate protocol error - 'IpConfig Protocol'" means IP4ConfigProtocol is unavailable. It looks the network drivers are loaded but not connected successfully. You might double check the output of 'drivers' command. Best Regards, Ye

Re: [edk2] adding EDK2 networking to a shipping system board

2015-01-06 Thread Ye, Ting
Hi Stephen, Have your system have DpcDxe driver dispatched already? If not, you may have a try by loading DpcDxe.efi before SnpDxe.efi. Network drivers consume QueueDpc/DispatchDpc which require gEfiDpcProtocolGuid installed. Best Regards, Ye Ting -Original Message- From: Stephen

Re: [edk2] e1000 giga byte network undi driver

2014-12-28 Thread Ye, Ting
Resent this delayed mail. Best Regards, Ye Ting From: Ye, Ting Sent: Monday, December 29, 2014 8:49 AM To: edk2-devel@lists.sourceforge.net Subject: RE: [edk2] e1000 giga byte network undi driver No, we only have E100 UNDI driver as sample code. Best Regards, Ye Ting From: tiger...@via

Re: [edk2] e1000 giga byte network undi driver

2014-12-28 Thread Ye, Ting
No, we only have E100 UNDI driver as sample code. Best Regards, Ye Ting From: tiger...@via-alliance.com [mailto:tiger...@via-alliance.com] Sent: Friday, December 26, 2014 5:21 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] e1000 giga byte network undi driver Hi, experts: I found a UNDI

Re: [edk2] IPConfig.efi - No option to clear Network Settings

2014-12-22 Thread Ye, Ting
Hi, According to UEFI spec, the default policy for a newly detected device is Ip6ConfigPolicyAutomatic. For each NIC, the default setting is enabled and you can use -r to renew the configuration to automatic policy. Best Regards, Ye Ting From: ankit_sin...@dell.com [mailto:ankit_sin

Re: [edk2] About FTP and SFTP support in UEFI

2014-12-08 Thread Ye, Ting
Hi Yi, For SFTP, HP contributes a ported libcurl to UEFI which supports this feature - http://sourceforge.net/projects/libcurledk2/. Best Regards, Ye Ting From: liyi 00215672 [mailto:phoenix.l...@huawei.com] Sent: Monday, December 08, 2014 5:43 PM To: edk2-devel@lists.sourceforge.net Subject

Re: [edk2] [PATCH] MdeModulePkg , NetworkPkg: Speed up network stack : check for IPsec only once

2014-09-01 Thread Ye, Ting
s case, IP driver may lose the capability of enabling protected traffic. We recommend to fix the issue by using RegisterProtocolNotify() to check when IPsec protocol is installed. Best Regards, Ye Ting From: El-Haj-Mahmoud, Samer [mailto:samer.el-haj-mahm...@hp.com] Sent: Thursday, August 28, 20

Re: [edk2] EFI_TCP4_PROTOCOL->Cancel() not implemented

2014-08-25 Thread Ye, Ting
We don’t have plan to support Cancel() interface. According to UEFI spec, EFI_UNSUPPORTED is a permitted returned status of TCP->Cancel(). Best Regards, Ye Ting From: Thomas Rognon [mailto:tcrog...@gmail.com] Sent: Tuesday, August 26, 2014 10:45 AM To: edk2-devel Subject: [e

Re: [edk2] Asynchronous TCP issue

2014-08-21 Thread Ye, Ting
Thanks for the suggestion. We will evaluate the impact for this change. Best Regards, Ye Ting From: Thomas Rognon [mailto:tcrog...@gmail.com] Sent: Friday, August 22, 2014 1:03 PM To: edk2-devel Subject: Re: [edk2] Asynchronous TCP issue If this is implementation behavior and not spec, maybe

Re: [edk2] Asynchronous TCP issue

2014-08-21 Thread Ye, Ting
Tcp4->Transmit() queues outgoing data into the transmit queue. In current implementation, the notify function will be signaled as soon as the data is queued, before TCP4->Transmit() finishes all its responsibilities. Best Regards, Ye Ting From: Thomas Rognon [mailto:tcrog...@gmail.com

Re: [edk2] Asynchronous TCP issue

2014-08-20 Thread Ye, Ting
cp4->Transmit() call and you need wait for this call finish before entering Tcp4->Receive()? Best Regards, Ye Ting From: Thomas Rognon [mailto:tcrog...@gmail.com] Sent: Thursday, August 21, 2014 9:12 AM To: edk2-devel Subject: [edk2] Asynchronous TCP issue I have a driver that needs to do async T

Re: [edk2] TcpIoReceive question

2014-08-18 Thread Ye, Ting
atus’ field will be set to EFI_SUCCESS and RxData->DataLength will be set to 1000, and also, the TcpIoCommonNotify() will be signaled thus TcpIo->IsRxDone will be set to TRUE. Best Regards, Ye Ting From: Ye, Ting [mailto:ting...@intel.com] Sent: Monday, August 18, 2014

Re: [edk2] TcpIoReceive question

2014-08-18 Thread Ye, Ting
Hi, Thanks for reporting this. We will check whether we can reproduce the issue. Best Regards, Ye Ting From: Thomas Rognon [mailto:tcrog...@gmail.com] Sent: Sunday, August 17, 2014 8:21 AM To: edk2-devel Subject: [edk2] TcpIoReceive question I'm receiving a packet of unknown length and

Re: [edk2] TCP4 issues on Intel(R) Desktop Board DQ77MK UEFI 2.3.1 Development Kit

2014-08-06 Thread Ye, Ting
hen you say the machine becomes unresponsive, do you mean the receive token is not signaled in the case? And for your reference, there is a DxeTcpIoLib in MdeModulePkg which implements a TcpIoReceive based on TCP->Receive API. Best Regards, Ye Ting From: David Satfire [mailto:dsatf...@gmail.com

Re: [edk2] UEFI Shell Command "ifconfig" Error‏

2014-08-05 Thread Ye, Ting
If your ethernet driver produces SNP, you need remove the EDKII SNP module. # INF MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf Best Regards, Ye Ting From: Chris Cuthbert [mailto:nd6...@hotmail.com] Sent: Tuesday, August 05, 2014 11:11 PM To: Edk2 Devel Subject: [edk2] UEFI Shell Command

Re: [edk2] Patches needed to compile CryptoPkg and SecurityPkg with Xcode.

2014-06-16 Thread Ye, Ting
The patches are checked in @revision 15560 for CryptoPkg and 15561 for SecurityPkg. Thanks again for the updates. Best Regards, Ting From: Long, Qin [mailto:qin.l...@intel.com] Sent: Friday, June 13, 2014 4:26 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Patches needed to compile

Re: [edk2] How do I use NET_BUF?

2014-05-12 Thread Ye, Ting
Regards, Ye Ting From: Thomas Rognon [mailto:tcrog...@gmail.com] Sent: Monday, May 12, 2014 10:48 PM To: edk2-devel Subject: Re: [edk2] How do I use NET_BUF? Yes I see NetbufAlloc(), NetbufAllocSpace(), NetbufBuildExt(), etc. I guess I'm looking for more of a conceptual overview of the NE

Re: [edk2] How do I use NET_BUF?

2014-05-11 Thread Ye, Ting
You may use NetbufAlloc() in your cases. Please check DxeNetLib in MdeModulePkg for more NET_BUF operation APIs. Best Regards, Ye Ting From: Thomas Rognon [mailto:tcrog...@gmail.com] Sent: Monday, May 12, 2014 8:27 AM To: edk2-devel Subject: [edk2] How do I use NET_BUF? Experts, I'd li

Re: [edk2] Why two places for network code in EDK2?

2014-05-08 Thread Ye, Ting
As I known, IPv4 network commands are already in UEFI shell tree like ping and ifconfig. IPv6 commands are not integrated to UEFI shell yet. The reason might be UEFI shell spec excludes IPv6 network commands. Shell spec owner can correct me if I am wrong. Best Regards, Ye Ting -Original

Re: [edk2] Why two places for network code in EDK2?

2014-05-07 Thread Ye, Ting
NetworkPkg is a package added to support EFI IPv6 stack. TCP in NetworkPkg supports dual network stack, while TCP module in MdeModulePkg supports IPv4 stack only. Best Regards, Ye Ting From: Thomas Rognon [mailto:tcrog...@gmail.com] Sent: Thursday, May 08, 2014 7:56 AM To: edk2-devel Subject

Re: [edk2] Access network directory using UEFI Shell

2013-09-23 Thread Ye, Ting
As I known, none of existing shell command supports accessing FTP directory or shared directory. Best Regards, Ye Ting From: Rafael Machado [mailto:rafaelrodrigues.mach...@gmail.com] Sent: Sunday, September 22, 2013 1:25 AM To: edk2-devel Subject: [edk2] Access network directory using UEFI

Re: [edk2] PXE boot option in UEFI

2013-07-31 Thread Ye, Ting
Yes, UEFI supports PXE boot. Best Regards, Ye Ting From: parmeshwr_pra...@dell.com [mailto:parmeshwr_pra...@dell.com] Sent: Wednesday, July 31, 2013 2:23 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] PXE boot option in UEFI Do we have PXE boot support in UEFI ?? Best Regards

Re: [edk2] [PATCH v2] CryptoPkg SysCall lib: adjust the result of gmtime()

2013-07-17 Thread Ye, Ting
Thanks for the patch. Just checked in @ revision 14481. Best Regards, Ye Ting -Original Message- From: Gary Ching-Pang Lin [mailto:g...@suse.com] Sent: Wednesday, July 10, 2013 5:32 PM To: Laszlo Ersek Cc: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [PATCH v2] CryptoPkg SysCall

Re: [edk2] [PATCH] CryptoPkg SysCall lib: adjust the result of gmtime()

2013-07-09 Thread Ye, Ting
Hi Gary, The patch looks good. We can help to check-in if you don't have commit right. Best Regards, Ye Ting -Original Message- From: Gary Ching-Pang Lin [mailto:g...@suse.com] Sent: Tuesday, July 09, 2013 5:27 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [PATCH] Cryp

Re: [edk2] [PATCH] MdeModulePkg/UefiPxeBcDxe: Removed useless condition

2013-01-29 Thread Ye, Ting
Olivier, Thanks for the patch. We will follow up to check in your patch. Best Regards, Ting From: Olivier Martin [mailto:olivier.mar...@arm.com] Sent: Friday, January 25, 2013 9:01 PM To: Tian, Feng Cc: edk2-devel@lists.sourceforge.net Subject: [edk2] [PATCH] MdeModulePkg/UefiPxeBcDxe: Removed u

Re: [edk2] [PATCH] MdeModulePkg/MnpDxe: Checked returned value of Snp->GetStatus()

2013-01-29 Thread Ye, Ting
Olivier, I don't agree with this patch for the same reason. It is correct that upon a successful return of Snp->GetStatus(), Snp->Mode->MediaPresent will be updated to reflect current media status. But if this call meets error in some conditions, even though the media status is not updated to l

Re: [edk2] [PATCH] MdeModulePkg/ArpDxe: Retrieved SnpMode only after configuring Snp

2013-01-29 Thread Ye, Ting
Olivier, Thanks for your patch. Though I don't quite agree with you that SnpMode cannot be accessed prior to SNP is configured. As I known some parameters in SnpMode will be initialized in SimpleNetworkDriverStart() by calling undi.GetInitInfo. These parameters will not be updated by other API

Re: [edk2] DXE driver and bsd sockets

2013-01-27 Thread Ye, Ting
Eric, You may use DxeTcpIoLib in MdeModulePkg\Library to build your TCP client. You could also refer to IScsiDxe driver under NetworkPkg for how to use this library instance. Best Regards, Ting -Original Message- From: Eric Kler [mailto:helloworld1...@yahoo.com] Sent: Saturday, Januar

Re: [edk2] EFI_IMAGE_EXECUTION_INFO definition is not correct

2013-01-16 Thread Ye, Ting
s approved and published, we will follow up to update the definition in MdePkg. Thanks again, Ye Ting -Original Message- From: winddy [mailto:winddy_zh...@foxmail.com] Sent: Thursday, January 17, 2013 9:13 AM To: edk2-devel Subject: [edk2] EFI_IMAGE_EXECUTION_INFO definition is not cor

Re: [edk2] Issue - 'ifconfig -c' not clearing IP address details

2012-10-28 Thread Ye, Ting
Ankit Singh, For your information - a patch has been checked in (revision 13885) to fix this issue. Best Regards, Ting From: Ye, Ting Sent: Thursday, October 25, 2012 2:01 PM To: edk2-devel@lists.sourceforge.net Subject: RE: [edk2] Issue - 'ifconfig -c' not clearing IP address deta

Re: [edk2] Issue - 'ifconfig -c' not clearing IP address details

2012-10-24 Thread Ye, Ting
Ankit Singh, Thanks for reporting this. It looks a bug in network stack. I will take a look. Best regards, Ting From: ankit_sin...@dell.com [mailto:ankit_sin...@dell.com] Sent: Tuesday, October 23, 2012 5:22 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] Issue - 'ifconfig -c' not cleari

Re: [edk2] ifconfig/ipconfig error

2012-10-15 Thread Ye, Ting
May I know which platform are you using? The below error indicates that HiiConfigRouting protocol instance is not found in your system. Best regards, Ting From: Krishna Joshi [mailto:kriish...@gmail.com] Sent: Monday, October 15, 2012 9:48 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [ed

Re: [edk2] Mtftp6->Configure() might cause dangling Udp6Io.

2012-09-27 Thread Ye, Ting
Hi Mars, We already noticed this issue and now working on patch check-in process. Thanks for reporting. Best regards, Ting From: Mars Lin [mailto:mars_...@phoenix.com] Sent: Thursday, September 27, 2012 4:03 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] Mtftp6->Configure() might cause

Re: [edk2] Questions on EDKII Network stack

2012-09-26 Thread Ye, Ting
, Sep 26, 2012 at 6:41 PM, Ye, Ting mailto:ting...@intel.com>> wrote: Hi, 1, What is the expected sequence of driver's start function be called when TCP/UDP/IP/DHCP are with the same driver binding protocol revision? You may refer to the sequence of IPv4 network drivers like follo

Re: [edk2] Questions on EDKII Network stack

2012-09-26 Thread Ye, Ting
Hi, 1, What is the expected sequence of driver's start function be called when TCP/UDP/IP/DHCP are with the same driver binding protocol revision? You may refer to the sequence of IPv4 network drivers like following: (take NT32 for example) INF MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.i

Re: [edk2] VLanConfigDxe driver cannot add multiple HII package list into HII database.

2012-09-24 Thread Ye, Ting
Tim, I don't think it is an error in VLAN driver. 'DriverHandle' is a local variable name in VLAN driver. It is actually a handle that installed with HiiConfigAccess and DevicePath protocol, which is compatible with the meaning of 'DeviceHandle' in HiiAddPackages() of HiiLib that 'the Device Ha

Re: [edk2] VLanConfigDxe driver cannot add multiple HII package list into HII database.

2012-09-24 Thread Ye, Ting
Hi Mars, "For the case we do have 2 NICs installed on a system, we cannot have both VLanConfig forms that serve each other but only the first one." Is this your experiment result, or your expected result per your understanding to the code? I just tried two NICs in my platform, it is able to ins