[edk2] The network interface configuration is taking some delay to update in DHCP case

2017-04-18 Thread Karunakar P
Hi All, I've been facing an issue with IP4 SERVICE Default interface value. [Reproduction Steps] 1.Add trace messages to print the values of ip and SubnetMask in Ip4FormExtractConfig() -> Ip4Config2ConvertConfigNvDataToIfrNvData() EFI_STATUS Ip4Config2ConvertConfigNvDataToIfrNvData ( IN

Re: [edk2] The network interface configuration is taking some delay to update in DHCP case

2017-04-18 Thread Karunakar P
Signal this event before ExtractConfig called. Thanks, Karunakar. -Original Message- From: Karunakar P Sent: Tuesday, April 18, 2017 2:22 PM To: 'Wu, Jiaxin' Subject: RE: [edk2] The network interface configuration is taking some delay to update in DHCP case Hi Jiaxin, Thank you very much

Re: [edk2] The network interface configuration is taking some delay to update in DHCP case

2017-04-19 Thread Karunakar P
Thanks, karunakar -Original Message- From: Wu, Jiaxin [mailto:jiaxin...@intel.com] Sent: Wednesday, April 19, 2017 2:20 PM To: Karunakar P; edk2-devel@lists.01.org Subject: RE: [edk2] The network interface configuration is taking some delay to update in DHCP case Hi Karunakar, May I ask why yo

[edk2] SCT Test failed

2017-07-04 Thread Karunakar P
Hi All, SCT GenericTest failed NetworkPkg. SCT version used:- UEFI2.5A_SCT_II_Release\UEFISCT\SctPackageX64 [Following are the test results] GenericTest\EFICompliantTest 5.22.1.2.5 0 0 98551AE7-5020-4DDD-861A-CFFFB4D60382 FAIL

Re: [edk2] Iscsi Specification Document

2017-08-23 Thread Karunakar P
Hello All, Do we have any specific Document for Iscsi? Any document that describes the standard iscsi behavior. Thanks, karunakar ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel

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

2017-06-21 Thread Karunakar P
ny iso image? Thanks, karunakar -Original Message- From: Fu, Siyuan [mailto:siyuan...@intel.com] Sent: Wednesday, June 14, 2017 11:34 AM To: Santhapur Naveen; Karunakar P; edk2-devel@lists.01.org Subject: RE: HTTP Boot failed to download NBP file if it is .iso type Hi, Naveen First

[edk2] Pressing ESC from "PXE windows Boot manager" causes ASSERT

2017-05-23 Thread Karunakar P
Hi All, We have facing an issue with PXE boot. [Issue] When ESC is pressed from Windows Boot manager during PXE boot (IPv4 or IPv6) system Hangs with following ASSERT ASSERT [DxeCore] \MdeModulePkg\Core\Dxe\Mem\Pool.c : CR has Bad Signature [Reproduction Steps] 1. Perform UEFI PXEv4 or UEFI

Re: [edk2] Pressing ESC from "PXE windows Boot manager" causes ASSERT

2017-05-25 Thread Karunakar P
] Sent: Wednesday, May 24, 2017 8:39 PM To: Karunakar P Cc: Ye, Ting; edk2-devel@lists.01.org Subject: Re: [edk2] Pressing ESC from "PXE windows Boot manager" causes ASSERT Karunakar, Every Pool allocation has a header and a tail data structure that is outside of the user visible

Re: [edk2] Pressing ESC from "PXE windows Boot manager" causes ASSERT

2017-05-25 Thread Karunakar P
ect with above debug messages, It seems that issue is happening inside bootmgfw Thanks, karunakar -Original Message- From: Wu, Jiaxin [mailto:jiaxin...@intel.com] Sent: Thursday, May 25, 2017 4:07 PM To: Karunakar P; af...@apple.com; edk2-devel@lists.01.org Cc: Ye, Ting; Fu, Siyuan Subject:

Re: [edk2] Pressing ESC from "PXE windows Boot manager" causes ASSERT

2017-05-23 Thread Karunakar P
.org/show_bug.cgi?id=571 Thanks, Karunakar -Original Message- From: Ye, Ting [mailto:ting...@intel.com] Sent: Wednesday, May 24, 2017 10:29 AM To: Karunakar P; edk2-devel@lists.01.org Subject: RE: Pressing ESC from "PXE windows Boot manager" causes ASSERT Hi Karunakar, Sorry

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

2017-06-09 Thread Karunakar P
Hi All, We have facing an issue with HTTP boot. [Issue] HTTP Boot failed to download NBP file if it is an .iso type [Reproduction Steps] 1. Configure HTTP Server in Ubuntu environment. 2. Place any iso image as NBP file. 3. Perform UEFI HTTPv4 boot. [Result] DHCP process was success, But

[edk2] HTTPBoot server setup in Home Environment

2017-05-08 Thread Karunakar P
Hello all, I have a question on verifying the HTTPBoot in Home Environment which is "Do I need to have a DHCP server configured to serve HTTPClient?" My typical dhcp configuration for HTTPBoot is as follows default-lease-time 600; max-lease-time 7200; allow booting;

[edk2] Does edk2 supports RFC standards 3132?

2017-05-02 Thread Karunakar P
Hi all, Does edk2 supports RFC 3132? I can find DHCP RFCs supported info in Dhcp4Impl.h, it doesn't have RFC 3132. Does it mean edk2 don't support it yet? Do edk2 have plans to support it? /** @file EFI DHCP protocol implementation. RFCs supported are: RFC 2131: Dynamic Host

Re: [edk2] Check Ipv6 Support for ISCSI attempt page

2017-09-15 Thread Karunakar P
Hello all, We have a Broadcom NIC card which doesn't support IPv6 (Ipv6Supported flag is 0). 1) But the HTTPv6 boot options are shown. Unlike in PXE (PxeBcCheckIpv6Support()), the HTTP drivers in edk2 do not have a condition check whether the card supports IPv6 or not. 2) If the card

Re: [edk2] Failed to clear configuration in Ip4Config2 Protocol

2017-09-15 Thread Karunakar P
Hello All, Could you please anyone provide comment on this? Thank you, karunakar From: Karunakar P Sent: Wednesday, September 13, 2017 7:04 PM To: 'edk2-devel@lists.01.org' Subject: RE: RE: Failed to clear configuration in Ip4Config2 Protocol Hello All, I was trying to verify the feature

Re: [edk2] Failed to clear configuration in Ip4Config2 Protocol

2017-09-19 Thread Karunakar P
...@intel.com] Sent: Monday, September 18, 2017 10:28 AM To: Karunakar P; 'edk2-devel@lists.01.org'; Ye, Ting Subject: RE: [edk2] Failed to clear configuration in Ip4Config2 Protocol Hi karunakar, You can verify the DNS device path with HTTP boot feature. After the successful HTTP boot DNS parsing

Re: [edk2] Failed to clear configuration in Ip4Config2 Protocol

2017-09-17 Thread Karunakar P
September 18, 2017 7:46 AM To: Karunakar P; 'edk2-devel@lists.01.org'; Ye, Ting Subject: RE: [edk2] Failed to clear configuration in Ip4Config2 Protocol Hi Karunakar, According the UEFI Spec, the Ip4Config2DataTypeManualAddress, Ip4Config2DataTypeGateway and Ip4Config2DataTypeDnsServer configur

Re: [edk2] Check Ipv6 Support for ISCSI attempt page

2017-09-17 Thread Karunakar P
AM To: Karunakar P; 'edk2-devel@lists.01.org' Subject: RE: [edk2] Check Ipv6 Support for ISCSI attempt page Hi Karunakar, Thanks for capturing this. We agree that it's reasonable to add similar check to HTTP and ISCSI. Could you please help to file a bugzilla tracker for this? Thanks, Ting Ye

Re: [edk2] Different ISCSI behavior when 2 attempts are added

2017-10-09 Thread Karunakar P
Hello All, Found the below behavior when I try for ISCSI connection with 2 Valid attempts. Case 1: Attempt 1---Enabled(ISCSI Mode)---IP4Enabled(Initiator DHCP)---Disabled(Target DHCP)--->Valid Attempt Attempt 2---Enabled(ISCSI Mode)---IP6Enabled(Initiator DHCP)---Disabled(Target

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

2017-10-13 Thread Karunakar P
017 11:54 AM To: Wu, Jiaxin; edk2-devel@lists.01.org Cc: Karunakar P; Ye, Ting Subject: RE: [Patch] NetworkPkg/IScsiDxe: Display InitiatorInfo in attempt page even DHCP enabled. Reviewed-by: Fu Siyuan <siyuan...@intel.com> -Original Message- From: Wu, Jiaxin Sent: Friday, October 1

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

2017-10-16 Thread Karunakar P
Hi Siyuan, Could you please update the status on this. Thanks, Karunakar From: Karunakar P Sent: Wednesday, September 27, 2017 3:06 PM To: 'Fu, Siyuan'; 'edk2-devel@lists.01.org' Cc: Wu, Jiaxin; Ye, Ting Subject: RE: Linux CentOS 7.3 can get DHCP IPv4 IP address with configuring DHCP server

Re: [edk2] Request to display Initiator IP in ISCSI Attempt Page

2017-10-06 Thread Karunakar P
Hello All, We have a requirement to display Initiator IP in ISCSI Configuration Page when Initiator info is enabled for DHCP, find detailed description below. 1. Add an Attempt with Initiator info Enabled for DHCP 2. Save changes 3. On next reboot, Previously added ISCSI

Re: [edk2] [Patch 0/2] Add IPv6 support condition check for HTTP/ISCSI.

2017-10-17 Thread Karunakar P
Not sure that previous mail was delivered, Hence resending the same Mail. Thanks, Karunakar -Original Message- From: Karunakar P Sent: Tuesday, October 17, 2017 3:43 PM To: 'Wu, Jiaxin'; edk2-devel@lists.01.org Cc: Ye, Ting; Fu, Siyuan Subject: RE: [edk2] [Patch 0/2] Add IPv6 support

Re: [edk2] [Patch 0/2] Add IPv6 support condition check for HTTP/ISCSI.

2017-10-17 Thread Karunakar P
ank You, Karunakar -Original Message- From: Wu, Jiaxin [mailto:jiaxin...@intel.com] Sent: Tuesday, October 17, 2017 7:32 AM To: Wu, Jiaxin; edk2-devel@lists.01.org Cc: Karunakar P; Ye, Ting; Fu, Siyuan Subject: RE: [edk2] [Patch 0/2] Add IPv6 support condition check for HTTP/ISCSI. Hello

Re: [edk2] Question on Iscsi Behavior

2017-09-11 Thread Karunakar P
Hello All, Could you please help in clarifying below question on ISCSI behavior. 2 ISCSI Attempts are added with different configuration Case 1: Attempt 1--Enabled(ISCSI Mode)--IP4-DHCP ---> In Valid Attempt (In Valid Target Details) Attempt 2--Enabled(ISCSI

Re: [edk2] Question on Iscsi Behavior

2017-09-12 Thread Karunakar P
Hi Ting Ye, Thank you very much for your info. Thanks, karunakar -Original Message- From: Ye, Ting [mailto:ting...@intel.com] Sent: Tuesday, September 12, 2017 1:49 PM To: Karunakar P; edk2-devel@lists.01.org Subject: RE: [edk2] Question on Iscsi Behavior Hi Karunakar, In "En

Re: [edk2] Failed to clear configuration in Ip4Config2 Protocol

2017-09-13 Thread Karunakar P
} ... Could you please help on this whether am I missing anything or anything else need to be done to resolve this? Thanks, karunakar From: Karunakar P Sent: Wednesday, September 13, 2017 7:00 PM To: edk2-devel@lists.01.org Subject: RE: Failed to clear configuration in Ip4Config2 Protocol H

Re: [edk2] Failed to clear configuration in Ip4Config2 Protocol

2017-09-13 Thread Karunakar P
Hello All, I was trying to verify the feature "Allow SetData to clear configuration in Ip4Config2/Ip6Config Protocol" , But SetData returns with Write Protected Error Status [Steps followed] 1. I've taken the above feature changes. 2. I've a UEFI test Application which call to

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

2017-09-25 Thread Karunakar P
on such subnets. We have a requirement to support this, do you have any plan to support RFC3021 ? Given the requirement time consuming how hard to implement this ? Thanks, karunakar From: Fu, Siyuan [mailto:siyuan...@intel.com] Sent: Monday, September 25, 2017 1:28 PM To: Karunakar P; 'edk2-devel@lists.01

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

2017-09-25 Thread Karunakar P
Hello All, It is known that current EDKII doesn't support RFC3021, We could see the following behavior which is PXE boot fails whereas Cent OS can get IP address from the same BIOS. [Configuration Used] DHCP server setting under Ubuntu: 1. /etc/dhcp/dhcpd.conf # RFC3021-Using 31-bit

Re: [edk2] Different ISCSI behavior when 2 attempts are added

2017-10-09 Thread Karunakar P
Will try with Updating to "Enabled for MPIO". Thanks for your great support, Karunakar From: Ye, Ting [mailto:ting...@intel.com] Sent: Tuesday, October 10, 2017 8:39 AM To: Wu, Jiaxin; Karunakar P; 'edk2-devel@lists.01.org' Cc: Fu, Siyuan Subject: RE: Different ISCSI behavior when

Re: [edk2] Request to display Initiator IP in ISCSI Attempt Page

2017-10-09 Thread Karunakar P
that we can know what Initiator IP used for ISCSI connection. Could you please let me know if anything is wrong. Thanks, Karunakar From: Wu, Jiaxin [mailto:jiaxin...@intel.com] Sent: Tuesday, October 10, 2017 8:07 AM To: Karunakar P; 'edk2-devel@lists.01.org' Cc: Fu, Siyuan; Ye, Ting Subject: RE

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

2017-09-27 Thread Karunakar P
Hi Siyuan, I've filled a New Bug in Bugzilla and following are the details. https://bugzilla.tianocore.org/show_bug.cgi?id=722 Thanks, Karunakar From: Fu, Siyuan [mailto:siyuan...@intel.com] Sent: Wednesday, September 27, 2017 1:46 PM To: Karunakar P; 'edk2-devel@lists.01.org' Cc: Wu, Jiaxin

Re: [edk2] [Patch 0/2] Add IPv6 support condition check for HTTP/ISCSI.

2017-10-18 Thread Karunakar P
Hi Jixian, Thanks for your Detailed explanation. Will review/Verify the changes and update you on Friday. Thank You, Karunakar From: Wu, Jiaxin [jiaxin...@intel.com] Sent: 18 October 2017 14:30 To: Karunakar P; edk2-devel@lists.01.org Cc: Ye, Ting; Fu

Re: [edk2] [Patch 0/2] Add IPv6 support condition check for HTTP/ISCSI.

2017-10-24 Thread Karunakar P
/Features Thank You, Karunakar -Original Message- From: Wu, Jiaxin [mailto:jiaxin...@intel.com] Sent: Tuesday, October 24, 2017 8:45 AM To: Karunakar P; edk2-devel@lists.01.org Cc: Ye, Ting; Fu, Siyuan Subject: RE: [edk2] [Patch 0/2] Add IPv6 support condition check for HTTP/ISCSI. Hi

Re: [edk2] [Patch 0/2] Add IPv6 support condition check for HTTP/ISCSI.

2017-10-24 Thread Karunakar P
Reviewed-by: Karunakar p <karunak...@amiindia.co.in> Thanks, Karunakar -Original Message- From: Wu, Jiaxin [mailto:jiaxin...@intel.com] Sent: Tuesday, October 24, 2017 12:50 PM To: Karunakar P; edk2-devel@lists.01.org Cc: Ye, Ting; Fu, Siyuan Subject: RE: [edk2] [Patch 0/2] Ad

Re: [edk2] DHCP Process Starts Even there is NO Media Connected

2017-11-30 Thread Karunakar P
.rar) Could you please review and provide your comments. Please correct if anything wrong. Thank You, Karunakar From: Wu, Jiaxin [mailto:jiaxin...@intel.com] Sent: Wednesday, November 29, 2017 11:57 AM To: Karunakar P; Fu, Siyuan; Ye, Ting Subject: RE: DHCP Process Starts Even there is NO M

Re: [edk2] DHCP Process Starts Even there is NO Media Connected

2017-11-30 Thread Karunakar P
atus = EFI_NO_MEDIA; +DEBUG((DEBUG_ERROR,"\nIn EfiDhcp6Start MediaPresent Status = %r\n",Status)); +goto ON_ERROR; + } // // Send the solicit message to start S.A.R.R process. // Status = Dhcp6SendSolicitMsg (Instance); . . . } Thanks, Karunakar -----Original Mes

Re: [edk2] DHCP Process Starts Even there is NO Media Connected

2017-11-30 Thread Karunakar P
: Wu, Jiaxin [mailto:jiaxin...@intel.com] Sent: Friday, December 01, 2017 9:15 AM To: Richardson, Brian; Karunakar P; Fu, Siyuan; Ye, Ting; 'edk2-devel@lists.01.org' Subject: RE: DHCP Process Starts Even there is NO Media Connected Hi Karunakar, Per your question #3.c, I think it's *unreasonable

[edk2] Syntax error in EFI iSCSI Initiator Name Protocol in UEFI2.7 Spec

2017-12-19 Thread Karunakar P
Hello All, There is a typing mistake in EFI_ISCSI_INITIATOR_NAME_PROTOCOL Get() and Set() Prototypes UEFI2.7 16.2 Page 921,922 EFI_ISCSI_INITIATOR_NAME_PROTOCOL. Get() Summary Retrieves the current set value of iSCSI Initiator Name. Prototype typedef EFI_STATUS (EFIAPI

Re: [edk2] SCT Test crashes After HTTPS boot success.

2017-11-17 Thread Karunakar P
Hi Jiaxin, It happens in DEBUG MODE Thanks, Karunakar From: Wu, Jiaxin [mailto:jiaxin...@intel.com] Sent: Friday, November 17, 2017 12:05 PM To: Karunakar P; 'edk2-devel@lists.01.org' Cc: Fu, Siyuan; Ye, Ting Subject: RE: SCT Test crashes After HTTPS boot success. I will try to reproduce

[edk2] SCT Test crashes After HTTPS boot success.

2017-11-16 Thread Karunakar P
Hello All, When I do SCT test, get the below failure GenericTest\EFICompliantTest 0 0 CB6F7B77-0B15-43F7-A95B-8C7F9FD70B21 FAIL UEFI Compliant - TLS support is required The reason for the failure is that the platform doesn't have TLS related protocols installed. ->if the platform supports TLS

Re: [edk2] SCT Test crashes After HTTPS boot success.

2017-11-16 Thread Karunakar P
[Observation] synchronous exception occurred in SCT ,Attached the Log for reference. Thanks, Karunakar From: Wu, Jiaxin [mailto:jiaxin...@intel.com] Sent: Friday, November 17, 2017 6:01 AM To: Karunakar P; 'edk2-devel@lists.01.org' Cc: Fu, Siyuan; Ye, Ting Subject: RE: SCT Test crashes After HTTPS boot

Re: [edk2] Build error in StdLib with VS 2015 compiler

2017-11-06 Thread Karunakar P
What do you say... Thanks, Karunakar -Original Message- From: Karunakar P Sent: Thursday, November 02, 2017 8:17 PM To: 'Gao, Liming'; 'Tim Lewis'; edk2-devel@lists.01.org Cc: Ye, Ting; Fu, Siyuan; Wu, Jiaxin Subject: RE: [edk2] Build error in StdLib with VS 2015 compiler

Re: [edk2] Build error in StdLib with VS 2015 compiler

2017-11-01 Thread Karunakar P
Any comment on this? From: Karunakar P Sent: Tuesday, October 31, 2017 3:18 PM To: 'edk2-devel@lists.01.org' Cc: 'Wu, Jiaxin'; 'Fu, Siyuan'; 'Ye, Ting' Subject: Build error in StdLib with VS 2015 compiler Hello All, Facing an build error with Stdlib module when built with VS 2015 compiler. e

Re: [edk2] Build error in StdLib with VS 2015 compiler

2017-11-07 Thread Karunakar P
It works Fine. Are you going to check in this changes, could you please let us know the plan? -Original Message- From: Gao, Liming [mailto:liming@intel.com] Sent: Monday, November 06, 2017 6:59 PM To: Karunakar P; 'Tim Lewis'; 'edk2-devel@lists.01.org' Cc: Ye, Ting; Fu, Siyuan; Wu

Re: [edk2] Build error in StdLib with VS 2015 compiler

2017-11-02 Thread Karunakar P
It is C only. -Karunakar -Original Message- From: Tim Lewis [mailto:tim.le...@insyde.com] Sent: Thursday, November 02, 2017 8:59 AM To: Karunakar P; edk2-devel@lists.01.org Cc: 'Ye, Ting'; 'Fu, Siyuan'; 'Wu, Jiaxin' Subject: RE: [edk2] Build error in StdLib with VS 2015 compiler

Re: [edk2] Build error in StdLib with VS 2015 compiler

2017-11-02 Thread Karunakar P
To: Karunakar P; 'Tim Lewis'; edk2-devel@lists.01.org Cc: Ye, Ting; Fu, Siyuan; Wu, Jiaxin Subject: RE: [edk2] Build error in StdLib with VS 2015 compiler Could you remove them, and build again? > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On

[edk2] Build error in StdLib with VS 2015 compiler

2017-10-31 Thread Karunakar P
Hello All, Facing an build error with Stdlib module when built with VS 2015 compiler. e:\test\StdLib\Include\sys/EfiCdefs.h(357): error C2220: warning treated as error - no 'object' file generated e:\test\StdLib\Include\sys/EfiCdefs.h(357): warning C4117: macro name '__STDC_HOSTED__' is

Re: [edk2] Adding VLAN changing Boot order to default

2017-10-26 Thread Karunakar P
Could you please provide your comments. Thank You, Karunakar From: Karunakar P Sent: Monday, October 23, 2017 8:38 PM To: 'edk2-devel@lists.01.org' Cc: Wu, Jiaxin; 'Fu, Siyuan'; Ye, Ting Subject: RE: Adding VLAN changing Boot order to default Hello All, Boot order is changing to default if we

Re: [edk2] [Patch] NetworkPkg/IScsiDxe: Clear the old IFR TargetIp to avoid sharing it with other attempts.

2017-10-26 Thread Karunakar P
Hi Jiaxin, It can resolve the issue. Thanks, Karunakar -Original Message- From: Jiaxin Wu [mailto:jiaxin...@intel.com] Sent: Thursday, October 26, 2017 1:57 PM To: edk2-devel@lists.01.org Cc: Karunakar P; Ye Ting; Fu Siyuan; Wu Jiaxin Subject: [Patch] NetworkPkg/IScsiDxe: Clear the old

Re: [edk2] Adding VLAN changing Boot order to default

2017-10-23 Thread Karunakar P
Hello All, Boot order is changing to default if we add VLAN, below are the steps followed. [Steps] 1. Change default boot order to some other, Then Commit changes and Exit. (In my case first boot option Is UEFI Internal Shell, then I changed PXEv4 as first boot option) 2. Add a

Re: [edk2] [Patch 0/2] Add IPv6 support condition check for HTTP/ISCSI.

2017-10-23 Thread Karunakar P
You, Karunakar -Original Message- From: Wu, Jiaxin [mailto:jiaxin...@intel.com] Sent: Wednesday, October 18, 2017 2:30 PM To: Karunakar P; edk2-devel@lists.01.org Cc: Ye, Ting; Fu, Siyuan Subject: RE: [edk2] [Patch 0/2] Add IPv6 support condition check for HTTP/ISCSI. Hi Karunakar, Actually, i

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

2018-01-22 Thread Karunakar P
Hi Jiaxin, I've filled a bug in bugzilla and attached the changes, Please find the below bug details https://bugzilla.tianocore.org/show_bug.cgi?id=860 Thanks, Karunakar From: Wu, Jiaxin [mailto:jiaxin...@intel.com] Sent: Monday, January 22, 2018 6:23 AM To: Karunakar P; Ye, Ting; Fu, Siyuan

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

2018-01-17 Thread Karunakar P
); +if (Status == EFI_INVALID_PARAMETER) { +AsciiPrint ("\n Error: Invalid URI address.\n"); +} else if (Status == EFI_ACCESS_DENIED) { + AsciiPrint ("\n Error: Access forbidden, only HTTPS connection is allowed.\n"); + } return Status; } . . . }

Re: [edk2] [Patch 1/3] MdePkg/Tls1.h: Add TLS record header length and max payload length.

2018-03-20 Thread Karunakar P
Reviewed-by: Karunakar p <karunak...@amiindia.co.in> -Original Message- From: Jiaxin Wu [mailto:jiaxin...@intel.com] Sent: Tuesday, March 20, 2018 6:07 AM To: edk2-devel@lists.01.org Cc: Karunakar P; Fu Siyuan; Ye Ting Subject: [Patch 1/3] MdePkg/Tls1.h: Add TLS record header

Re: [edk2] [Patch 3/3] NetworkPkg/HttpDxe: Handle the large data request via HTTPS channel.

2018-03-20 Thread Karunakar P
Reviewed-by: Karunakar p <karunak...@amiindia.co.in> -Original Message- From: Jiaxin Wu [mailto:jiaxin...@intel.com] Sent: Tuesday, March 20, 2018 6:07 AM To: edk2-devel@lists.01.org Cc: Karunakar P; Fu Siyuan; Ye Ting Subject: [Patch 3/3] NetworkPkg/HttpDxe: Handle the larg

Re: [edk2] [Patch 2/3] NetworkPkg/TlsDxe: Handle the multiple TLS record messages encryption/decryption.

2018-03-20 Thread Karunakar P
Reviewed-by: Karunakar p <karunak...@amiindia.co.in> -Original Message- From: Jiaxin Wu [mailto:jiaxin...@intel.com] Sent: Tuesday, March 20, 2018 6:07 AM To: edk2-devel@lists.01.org Cc: Karunakar P; Fu Siyuan; Ye Ting Subject: [Patch 2/3] NetworkPkg/TlsDxe: Handle the multip