diff options
author | Roland Dreier <rolandd@cisco.com> | 2005-11-11 14:06:01 -0800 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2005-11-11 14:06:01 -0800 |
commit | 5f068992a1bccda5574b4f6d33458ef806686d7f (patch) | |
tree | a5f8266c59f39f0a1f3dc3d71a00da7276ac1a80 /drivers/infiniband/ulp/srp/ib_srp.h | |
parent | 78b9c0f91cf908616b8f9f356e1d1220e727ea88 (diff) |
[IB] srp: increase max_luns
Increase SRP max_luns to 512 to match the kernel's default, since SRP
storage targets can have lots of LUNs and the SRP initiator itself
doesn't have any particular limit.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/ulp/srp/ib_srp.h')
-rw-r--r-- | drivers/infiniband/ulp/srp/ib_srp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/ulp/srp/ib_srp.h b/drivers/infiniband/ulp/srp/ib_srp.h index 4fec28a7136..b564f18caf7 100644 --- a/drivers/infiniband/ulp/srp/ib_srp.h +++ b/drivers/infiniband/ulp/srp/ib_srp.h @@ -54,6 +54,7 @@ enum { SRP_PORT_REDIRECT = 1, SRP_DLID_REDIRECT = 2, + SRP_MAX_LUN = 512, SRP_MAX_IU_LEN = 256, SRP_RQ_SHIFT = 6, |