[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <533AA4D4.10709@citrix.com>
Date: Tue, 1 Apr 2014 12:36:52 +0100
From: David Vrabel <david.vrabel@...rix.com>
To: Wei Liu <wei.liu2@...rix.com>
CC: <netdev@...r.kernel.org>, <xen-devel@...ts.xen.org>,
<zoltan.kiss@...rix.com>, <edwin@...rok.net>,
Ian Campbell <ian.campbell@...rix.com>
Subject: Re: [PATCH v3 net] xen-netback: disable rogue vif in kthread context
On 01/04/14 12:33, Wei Liu wrote:
> @@ -1574,6 +1575,16 @@ int xenvif_kthread(void *data)
> wait_event_interruptible(vif->wq,
> rx_work_todo(vif) ||
> kthread_should_stop());
I think you're still missing a || vif->disabled from this wait_event
conditional.
David
--
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