datapath: Remove RT kernel support.
authorPravin B Shelar <pshelar@nicira.com>
Fri, 7 Oct 2011 04:52:39 +0000 (21:52 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 7 Oct 2011 04:52:39 +0000 (21:52 -0700)
commite9141eec249f97e547c6e47205b61ee98d9b52e9
tree3e621b173d8949de3a3cbde4cb39b7e1fc824d67
parent8a5d84f621f23ea2594248410641c037e9bc919d
datapath: Remove RT kernel support.

Following patch removes RT kernel support. This allows us to cleanup
the loop detection.
Along with this BH is now disabled while running execute_actions()
for packet from user-space.
As a result we can simplify the stats code as entire send and receive
path runs in BH context on all supported platforms.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
Bug #7621
datapath/Modules.mk
datapath/actions.c
datapath/datapath.c
datapath/flow.c
datapath/linux/Modules.mk
datapath/linux/compat/include/linux/bottom_half.h [deleted file]
datapath/loop_counter.c [deleted file]
datapath/loop_counter.h [deleted file]
datapath/tunnel.c
datapath/vport-internal_dev.c
datapath/vport.c