Re: [PATCH][net-2.6.25][NETNS] make netns cleanup to run in a separate workqueue

2007-11-19 Thread David Miller
From: Kirill Korotaev <[EMAIL PROTECTED]> Date: Mon, 19 Nov 2007 14:08:49 +0300 > Acked-By: Kirill Korotaev <[EMAIL PROTECTED]> I've applied this patch, thanks everyone. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordom

Re: [PATCH][net-2.6.25][NETNS] make netns cleanup to run in a separate workqueue

2007-11-19 Thread Kirill Korotaev
Ah, sorry. Didn't notice it's called only on boot. Acked-By: Kirill Korotaev <[EMAIL PROTECTED]> Kirill Korotaev wrote: > imho panic() is too much. > create_singlethread_workqueue() can fail e.g. due to out of memory... > > Thanks, > Kirill > > > Daniel Lezcano wrote: > >>Subject: make netns

Re: [PATCH][net-2.6.25][NETNS] make netns cleanup to run in a separate workqueue

2007-11-19 Thread Kirill Korotaev
imho panic() is too much. create_singlethread_workqueue() can fail e.g. due to out of memory... Thanks, Kirill Daniel Lezcano wrote: > Subject: make netns cleanup to run in a separate queue > From: Benjamin Thery <[EMAIL PROTECTED]> > > This patch adds a separate workqueue for cleaning up a net

[PATCH][net-2.6.25][NETNS] make netns cleanup to run in a separate workqueue

2007-11-19 Thread Daniel Lezcano
Subject: make netns cleanup to run in a separate queue From: Benjamin Thery <[EMAIL PROTECTED]> This patch adds a separate workqueue for cleaning up a network namespace. If we use the keventd workqueue to execute cleanup_net(), there is a problem to unregister devices in IPv6. Indeed the code