Files
ack-tegra/net/core
Eric Dumazet 551eaff1b3 pktgen: allow faster module unload
Unloading pktgen module needs ~6 seconds on a 64 cpus machine, to stop
64 kthreads.

Add a pktgen_exiting variable to let kernel threads die faster, so that
kthread_stop() doesnt have to wait too long for them. This variable is
not tested in fast path.

Note : Before exiting from pktgen_thread_worker(), we must make sure
kthread_stop() is waiting for this thread to be stopped, like its done
in kernel/softirq.c

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-11-21 10:26:44 -08:00
..
2010-11-15 20:15:03 -08:00
2010-10-27 11:37:32 -07:00
2010-09-23 14:33:39 -07:00
2010-07-12 12:57:55 -07:00
2010-07-12 12:57:55 -07:00
2010-10-25 14:18:27 -07:00
2010-07-12 12:57:55 -07:00
2010-11-21 10:26:44 -08:00
2010-11-17 11:28:24 -08:00
2010-07-12 12:57:55 -07:00
2010-11-10 12:12:00 -08:00
2010-10-25 14:18:27 -07:00
2010-11-19 09:49:59 -08:00
2010-09-23 14:33:39 -07:00