dpif: Eliminate ODPPF_* constants from client-visible interface.
authorBen Pfaff <blp@nicira.com>
Wed, 26 Jan 2011 15:12:24 +0000 (07:12 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 05:08:39 +0000 (21:08 -0800)
commitba25b8f41f4db5ed5c91f53b9b83b57f242a82d6
tree550e641f2b396fb21d27a8bb203c8b1a82fe2c81
parentc97fb13280c565f55ed0de7cf0bf06ffe8320b70
dpif: Eliminate ODPPF_* constants from client-visible interface.

Following this commit, the ODPPF_* constants are only used in
Linux-specific parts of OVS userspace code.  This allows the actual Linux
datapath interface to evolve more freely.

Reviewed by Justin Pettit.
lib/dpif-linux.c
lib/dpif-netdev.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h
ofproto/ofproto.c