[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070917134509.222896190@mai.toulouse-stg.fr.ibm.com>
Date: Mon, 17 Sep 2007 15:45:09 +0200
From: dlezcano@...ibm.com
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, containers@...ts.osdl.org
Subject: [net-2.6.24][patch 0/2] Dynamically allocate the loopback
This patch allows to dynamically allocate the loopback
like an usual network device.
This global static variable loopback_dev has been replaced by a
netdev pointer and the init function does the usual allocation,
initialization and registering of the loopback.
This patchset is splitted in two parts, the first one is a big but
trivial patch which replace the usage of the static variable loopback_dev
by the usage of a pointer. The second patch is the interesting part where
the loopback is dynamically allocated.
--
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists