On Mon, Oct 24, 2011 at 10:29 PM, Nicholas A. Bellinger <[email protected]> wrote: >> @@ -114,6 +114,7 @@ enum { >> MIN_SRPT_SRQ_SIZE = 4, >> DEFAULT_SRPT_SRQ_SIZE = 4095, >> MAX_SRPT_SRQ_SIZE = 65535, >> + MAX_SRPT_RDMA_SIZE = 256U, >> > > Hey btw, what should the proper MAX_SRPT_RDMA_SIZE be here..?
As you can see in the ib_srpt source code, the largest value filled in for this parameter in the IOC profile is 1U << 24. Bart. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
