dpif: Make dpifs abstract, to allow multiple datapath implementations.
authorBen Pfaff <blp@nicira.com>
Wed, 17 Jun 2009 21:35:35 +0000 (14:35 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Jul 2009 16:07:24 +0000 (09:07 -0700)
commit96fba48f52254c0cef942dcce130e33d290297da
tree4f889fd6d08babd2443d962b6ff9f0f99341b38f
parenta5225dd627a7c64245aeaf509921fb71027af469
dpif: Make dpifs abstract, to allow multiple datapath implementations.

This commit initially introduces only a single datapath implementation,
which is the same as the original one, but it paves the way for
additional implementations, such as the upcoming userspace datapath.
include/openvswitch/datapath-protocol.h
lib/automake.mk
lib/dpif-linux.c [new file with mode: 0644]
lib/dpif-provider.h [new file with mode: 0644]
lib/dpif.c
lib/dpif.h
lib/vlog-modules.def