datapath: Remove compat workqueue.
authorPravin B Shelar <pshelar@nicira.com>
Mon, 9 Sep 2013 20:53:40 +0000 (13:53 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Sun, 8 Sep 2013 02:06:04 +0000 (19:06 -0700)
commit533e96e7baa8c195bb6e7f3e0cdd3cd72e3a37e7
tree7ddad29796af4330f18e4a0360cf8a04037afa05
parentdf7d2c59fd78907a9f7e3ada021b95a4b9d6470b
datapath: Remove compat workqueue.

OVS has its own workq implementation for coupe of reasons. first
was to avoid system freeze due to ovs-flow rehash softlockup.
We have moved out rehash from workq, So this problem does not exist.
second was related bugs in kernel workq implementation in pre-2.6.32
kernel. But we have dropped support for older kernel.
So there is no reason to keep ovs-workq around. Following patch
removes it.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c
datapath/dp_notify.c
datapath/linux/Modules.mk
datapath/linux/compat/include/linux/workqueue.h
datapath/linux/compat/vxlan.c
datapath/linux/compat/workqueue.c [deleted file]