usr/src/uts/common/io/ib/clients/rdsv3/ib_recv.c
changeset 12580 4daad5d7c55d
parent 12444 729d5943cc95
child 12676 8e59320b1a86
--- a/usr/src/uts/common/io/ib/clients/rdsv3/ib_recv.c	Mon Jun 07 17:33:23 2010 -0400
+++ b/usr/src/uts/common/io/ib/clients/rdsv3/ib_recv.c	Mon Jun 07 16:40:07 2010 -0700
@@ -964,8 +964,6 @@
 	return (ret);
 }
 
-uint_t	MaxRecvMemory = 128 * 1024 * 1024;
-
 extern int rdsv3_ib_inc_constructor(void *buf, void *arg, int kmflags);
 extern void rdsv3_ib_inc_destructor(void *buf, void *arg);
 
@@ -974,9 +972,6 @@
 {
 	RDSV3_DPRINTF4("rdsv3_ib_recv_init", "Enter");
 
-	/* XXX - hard code it to 128 MB */
-	rdsv3_ib_sysctl_max_recv_allocation = MaxRecvMemory / RDSV3_FRAG_SIZE;
-
 	rdsv3_ib_incoming_slab = kmem_cache_create("rdsv3_ib_incoming",
 	    sizeof (struct rdsv3_ib_incoming), 0, rdsv3_ib_inc_constructor,
 	    rdsv3_ib_inc_destructor, NULL, NULL, NULL, 0);