summaryrefslogtreecommitdiff
path: root/datapath/Modules.mk
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@nicira.com>2012-01-04 17:20:08 -0800
committerPravin B Shelar <pshelar@nicira.com>2012-01-04 17:20:08 -0800
commitb9c15df93753b640008f879315e26833c2e95468 (patch)
tree7004d4b4ef0fc1f73cde1b5a873ff5b66feb4e7f /datapath/Modules.mk
parent33158a18daadcb4c7eaddb226fcfbdcca54539b7 (diff)
downloadopenvswitch-b9c15df93753b640008f879315e26833c2e95468.tar.gz
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>
Diffstat (limited to 'datapath/Modules.mk')
-rw-r--r--datapath/Modules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/datapath/Modules.mk b/datapath/Modules.mk
index e015a9ddc..4d17568ed 100644
--- a/datapath/Modules.mk
+++ b/datapath/Modules.mk
@@ -17,6 +17,7 @@ openvswitch_sources = \
dp_sysfs_dp.c \
dp_sysfs_if.c \
flow.c \
+ genl_exec.c \
tunnel.c \
vlan.c \
vport.c \
@@ -33,6 +34,7 @@ openvswitch_headers = \
datapath.h \
dp_sysfs.h \
flow.h \
+ genl_exec.h \
tunnel.h \
vlan.h \
vport.h \