[NETPOLL]: pre-fill skb pool
authorIngo Molnar <mingo@elte.hu>
Fri, 12 Aug 2005 02:26:42 +0000 (19:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Aug 2005 02:26:42 +0000 (19:26 -0700)
commit2652076507b662fc88ba16c27b59c7bdd9ccd956
treedff28a2168431921a607062f56faebe9fd1b0fd0
parent0db1d6fc1ea051af49ebe03c503d23996a7c5bbb
[NETPOLL]: pre-fill skb pool

we could do one thing (see the patch below): i think it would be useful
to fill up the netlogging skb queue straight at initialization time.
Especially if netpoll is used for dumping alone, the system might not be
in a situation to fill up the queue at the point of crash, so better be
a bit more prepared and keep the pipeline filled.

[ I've modified this to be called earlier - mpm ]

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/netpoll.c