Re: [PATCH net] ipv6: fix RTNL assert fail in DAD
From: David Miller <davem@davemloft.net>
Date: 2014-03-20 03:52:19
From: David Miller <davem@davemloft.net>
Date: 2014-03-20 03:52:19
From: Hannes Frederic Sowa <redacted> Date: Wed, 19 Mar 2014 23:44:42 +0100
On Wed, Mar 19, 2014 at 01:53:19PM -0400, David Miller wrote:quoted
Ok, the timer stuff could run from a workqueue just fine.We have no-timer invocations, too, like addrconf_prefix_rcv. In that case the whole handling of the router advertisment should get deferred into the workqueue.
Just to be clear, you are saying that this doesn't need to be synchronous? Handling a prefix event seems like something that would in fact need to be.