[<prev] [next>] [day] [month] [year] [list]
Message-ID: <48BADD73.8070902@danielinux.net>
Date: Sun, 31 Aug 2008 20:05:39 +0200
From: Daniele Lacamera <root@...ielinux.net>
To: netdev@...r.kernel.org
CC: angelo.tornese@...il.com
Subject: [PATCH] *icsk_ca_priv: Reduce inet_connection_sock size?
This simple patch (2.6.26) replaces the icsk_ca_priv big array with a
void pointer, reducing the default inet_connection_sock size by 60Bytes.
Each "congestion controlled" socket must allocate and free its own priv
structure if needed, from the connection init and release callbacks
inside each module.
Wouldn't this reduce memory usage for sockets that don't use ca?
Thanks
--
Daniele
View attachment "reduce_icsk_ca_priv_size.diff" of type "text/x-diff" (10494 bytes)
Powered by blists - more mailing lists