datapath: Add genl_exec().
authorPravin B Shelar <pshelar@nicira.com>
Thu, 5 Jan 2012 01:20:08 +0000 (17:20 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Thu, 5 Jan 2012 01:20:08 +0000 (17:20 -0800)
commitb9c15df93753b640008f879315e26833c2e95468
tree7004d4b4ef0fc1f73cde1b5a873ff5b66feb4e7f
parent33158a18daadcb4c7eaddb226fcfbdcca54539b7
datapath: Add genl_exec().

genl_lock is not exported from older kernel. Following patch add
genl_exec() which can run any function (passed as arg) with
genl_lock held.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
acinclude.m4
datapath/Modules.mk
datapath/datapath.c
datapath/genl_exec.c [new file with mode: 0644]
datapath/genl_exec.h [new file with mode: 0644]
datapath/linux/compat/include/linux/skbuff.h