datapath: Get rid of ODPP_NONE.
authorBen Pfaff <blp@nicira.com>
Sun, 9 Jan 2011 00:00:41 +0000 (16:00 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 05:08:40 +0000 (21:08 -0800)
commitc75d4dcf957f617b40ca89546545f075e2631226
tree445bde1a6230274029396715683736d6b7cc58e0
parentf7cd0081f525dd1d45fafc68397b5393196e978d
datapath: Get rid of ODPP_NONE.

This definition wasn't actually useful for the kernel--the only place that
it was used it didn't really have to be, so this commit removes it from
datapath-protocol.h.  It is still marginally useful in userspace, at least
as a value that converts to and from OpenFlow port number OFPP_NONE, so
move it to odp-util.c.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c
include/openvswitch/datapath-protocol.h
lib/odp-util.h