[ovs-dev] [PATCH] datapath: Make 'struct work_struct' consistent with kernel definition.

Jesse Gross jesse at nicira.com
Wed Jun 20 00:20:38 UTC 2012


On Tue, Jun 19, 2012 at 5:12 PM, Pravin B Shelar <pshelar at nicira.com> wrote:
> From kernel 3.4 netdevice structure has delayed_work in
> net_device->pm_qos_req. delayed_work needs work_struct definition.
> OVS has its own workq implementation which redefines work_struct.
> So we need to make it consistent with work_struct defined
> in kernel workqueue.h to have correct net_device definition.
>
> Signed-off-by: Pravin B Shelar <pshelar at nicira.com>

Acked-by: Jesse Gross <jesse at nicira.com>



More information about the dev mailing list