]> git.proxmox.com Git - mirror_edk2.git/commit
NetworkPkg/IScsiDxe: Fix the ISCSI connection failure in certain case.
authorJiaxin Wu <jiaxin.wu@intel.com>
Mon, 12 Mar 2018 00:50:12 +0000 (08:50 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Tue, 13 Mar 2018 08:55:24 +0000 (16:55 +0800)
commit841d8698dd6de2d74e7694b6d206a05c5098f5b2
treea741743e1d81a0c54d5568d5fdd648031a079811
parentc8e342e00b7e9f1a7b592a5eb1e589635e484660
NetworkPkg/IScsiDxe: Fix the ISCSI connection failure in certain case.

The ISCSI connection will fail for the first time if the target info is
retrieved from DHCP and expressed as URI format. The issue is caused by
the missing DNS protocol dependency check during the driver support
function.

This patch is to fix the above issue.

Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
NetworkPkg/IScsiDxe/IScsiMisc.c