Re: [edk2] [Patch] NetworkPkg: Correct the DNS token return status by RCODE

2016-09-18 Thread Hegde, Nagaraj P
Tested-by: Hegde Nagaraj P -Original Message- From: Jiaxin Wu [mailto:jiaxin...@intel.com] Sent: Wednesday, September 14, 2016 12:16 PM To: edk2-devel@lists.01.org Cc: Hegde, Nagaraj P ; Fu Siyuan ; Ye Ting Subject: [Patch] NetworkPkg: Correct the DNS token return status by RCODE When

Re: [edk2] [Patch] NetworkPkg: Correct the DNS token return status by RCODE

2016-09-14 Thread Subramanian, Sriram (EG Servers Platform SW)
org] On Behalf Of Jiaxin Wu Sent: Wednesday, September 14, 2016 12:16 PM To: edk2-devel@lists.01.org Cc: Ye Ting ; Fu Siyuan Subject: [edk2] [Patch] NetworkPkg: Correct the DNS token return status by RCODE When HostNameToIp() and GeneralLookUp() are called with a invalid host name, RCODE (4 bit fi

[edk2] [Patch] NetworkPkg: Correct the DNS token return status by RCODE

2016-09-13 Thread Jiaxin Wu
When HostNameToIp() and GeneralLookUp() are called with a invalid host name, RCODE (4 bit field is set as part of responses) error will returned in packet to identify the domain name referenced in the query does not exist. So, EFI_NOT_FOUND should be returned directly. Current implementation only