datapath: Renumber non-upstreamable interfaces.
authorJesse Gross <jesse@nicira.com>
Sun, 6 Nov 2011 03:13:55 +0000 (20:13 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 8 Nov 2011 02:24:36 +0000 (18:24 -0800)
commitcdb1a85bba8adf03e6dac40e603f0cb7206fe2d6
tree62f04c36570d989922ed11c9ce19ea86468e062b
parent16b82e84fa6e547c9fd7b36873bf89fc25313dc1
datapath: Renumber non-upstreamable interfaces.

The interfaces related to tunneling aren't finalized enough to be
sent upstream but we also still want to retain them in the OVS
repository.  Since userspace should be compatible with both versions
of the kernel, this renumbers the tunnel interfaces to high numbers
so that we can continue to add new interfaces without conflict.

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