RE: [PATCH] staging: hv: Fix GARP not sent after Quick Migration
From: Haiyang Zhang <haiyangz@microsoft.com>
Date: 2011-04-05 17:32:12
Also in:
lkml
From: Haiyang Zhang <haiyangz@microsoft.com>
Date: 2011-04-05 17:32:12
Also in:
lkml
-----Original Message----- From: Greg KH [mailto:greg@kroah.com] Sent: Tuesday, April 05, 2011 12:23 PM Instead, use a proper timer as you do know how long you need to wait, right? Don't abuse workqueues for something they were not designed for.
Thanks for the suggestion, I will add an msleep. And, yes, this delay will be removed if the Hyper-V side is fixed. Thanks, - Haiyang