diff options
author | Krishna Gudipati <kgudipat@brocade.com> | 2010-03-04 04:43:45 +0300 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-03-04 13:45:24 +0300 |
commit | a046bf0559018ba3d16c412fc4e1aa2be5f11f36 (patch) | |
tree | e2f1583a2eadfe2211cf77fc25c03549cf5d0af9 /drivers/scsi/bfa/fcs_vport.h | |
parent | 82794a2e4153657d12a0c29272e40b47eaadb748 (diff) | |
download | linux-a046bf0559018ba3d16c412fc4e1aa2be5f11f36.tar.xz |
[SCSI] bfa: Fix to allow creation of only 190 vports on CNA.
Brocade CNA currently supports only 190 vports (instead of 191),
since there are only 192 unicast cam entries reserved for FCoE.
Brocade CNA has a total of 256 unicast cam entries (192 FCoE + 64 LL)
192 cam entries = 1 burned in mac + 1 baseport FPMA mac + 190 vport
FPMA macs.
Made changes to the code to support only 190 vports.
Signed-off-by: Krishna Gudipati <kgudipat@brocade.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/bfa/fcs_vport.h')
-rw-r--r-- | drivers/scsi/bfa/fcs_vport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/bfa/fcs_vport.h b/drivers/scsi/bfa/fcs_vport.h index 32565ba666eb..13c32ebf946c 100644 --- a/drivers/scsi/bfa/fcs_vport.h +++ b/drivers/scsi/bfa/fcs_vport.h @@ -26,7 +26,6 @@ void bfa_fcs_vport_cleanup(struct bfa_fcs_vport_s *vport); void bfa_fcs_vport_online(struct bfa_fcs_vport_s *vport); void bfa_fcs_vport_offline(struct bfa_fcs_vport_s *vport); void bfa_fcs_vport_delete_comp(struct bfa_fcs_vport_s *vport); -u32 bfa_fcs_vport_get_max(struct bfa_fcs_s *fcs); #endif /* __FCS_VPORT_H__ */ |