|
@@ -165,8 +165,7 @@ rdmab_to_msg(struct rpcrdma_regbuf *rb)
|
|
|
* struct rpcrdma_buffer. N is the max number of outstanding requests.
|
|
* struct rpcrdma_buffer. N is the max number of outstanding requests.
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
-/* temporary static scatter/gather max */
|
|
|
|
|
-#define RPCRDMA_MAX_DATA_SEGS (64) /* max scatter/gather */
|
|
|
|
|
|
|
+#define RPCRDMA_MAX_DATA_SEGS ((1 * 1024 * 1024) / PAGE_SIZE)
|
|
|
#define RPCRDMA_MAX_SEGS (RPCRDMA_MAX_DATA_SEGS + 2) /* head+tail = 2 */
|
|
#define RPCRDMA_MAX_SEGS (RPCRDMA_MAX_DATA_SEGS + 2) /* head+tail = 2 */
|
|
|
|
|
|
|
|
struct rpcrdma_buffer;
|
|
struct rpcrdma_buffer;
|