commit | dcece412da92aa619c0d891a17306b9adf86ab0e | [log] [tgz] |
---|---|---|
author | Yi Zou <yi.zou@intel.com> | Fri Nov 20 15:22:21 2009 -0800 |
committer | James Bottomley <James.Bottomley@suse.de> | Thu Dec 10 09:45:53 2009 -0600 |
tree | 4d7c49efc33ec71cd97904808cd2050a3798e54d | |
parent | e46b63b37c3296f0aca92d8b62bbf130f2bec7dd [diff] |
[SCSI] fcoe: Use LLD's WWPN and WWNN for lport if LLD supports ndo_fcoe_get_wwn If the LLD wants its own WWNN/WWPN to be used, it should implement the netdev_ops.ndo_fcoe_get_wwn(). If that is the case, we query the LLD and use the queried WWNN/WWPN from the LLD. Signed-off-by: Yi Zou <yi.zou@intel.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>