forked from Minki/linux
RDMA/ocrdma: Increase the GID table size.
Increase the GID table size from 8 to 16 enteries. Signed-off-by: Mitesh Ahuja <mitesh.ahuja@emulex.com> Signed-off-by: Devesh Sharma <devesh.sharma@emulex.com> Signed-off-by: Selvin Xavier <selvin.xavier@emulex.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
This commit is contained in:
parent
cad1fbb0fd
commit
978cb6a4e9
@ -101,7 +101,7 @@ enum {
|
||||
QTYPE_MCCQ = 3
|
||||
};
|
||||
|
||||
#define OCRDMA_MAX_SGID 8
|
||||
#define OCRDMA_MAX_SGID 16
|
||||
|
||||
#define OCRDMA_MAX_QP 2048
|
||||
#define OCRDMA_MAX_CQ 2048
|
||||
|
Loading…
Reference in New Issue
Block a user