summaryrefslogtreecommitdiff
path: root/lib/automake.mk
diff options
context:
space:
mode:
authorHarry van Haaren <harry.van.haaren@intel.com>2019-07-18 14:03:03 +0100
committerIan Stokes <ian.stokes@intel.com>2019-07-19 12:21:37 +0100
commitf5ace7cd8a854393329f399dfa85a3658acc73cd (patch)
treea31e8ecde8fdb489c3dfb15ea5a0b8a311d9c9c8 /lib/automake.mk
parentaadede3dda85859fb5bcb7ade364d29c637c573f (diff)
downloadopenvswitch-f5ace7cd8a854393329f399dfa85a3658acc73cd.tar.gz
dpif-netdev: Move dpcls lookup structures to .h
This commit moves some data-structures to be available in the dpif-netdev-private.h header. This allows specific implementations of the subtable lookup function to include just that header file, and not require that the code exists in dpif-netdev.c Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com> Tested-by: Malvika Gupta <malvika.gupta@arm.com> Acked-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Diffstat (limited to 'lib/automake.mk')
-rw-r--r--lib/automake.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/automake.mk b/lib/automake.mk
index 1b89cac8c..6f216efe0 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -80,6 +80,7 @@ lib_libopenvswitch_la_SOURCES = \
lib/dpdk.h \
lib/dpif-netdev.c \
lib/dpif-netdev.h \
+ lib/dpif-netdev-private.h \
lib/dpif-netdev-perf.c \
lib/dpif-netdev-perf.h \
lib/dpif-provider.h \