datapath: Change dp_idx to dp_ifindex, the ifindex of the local port.
authorBen Pfaff <blp@nicira.com>
Sat, 22 Jan 2011 01:01:56 +0000 (17:01 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 23:34:40 +0000 (15:34 -0800)
commit254f2dc8e3eb18debf4a8f238b9c87cf4d4dbd3f
tree31d1db09fc0a56f156856201063d618306452ec6
parent957709ea815c68ce83418cf7f59d2b661bafcd25
datapath: Change dp_idx to dp_ifindex, the ifindex of the local port.

I can't see any real value in maintaining a dp_idx separate from the
ifindex of the local port.  With the current implementation it also
artificially limits the number of datapaths.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c
datapath/datapath.h
datapath/linux-2.6/compat-2.6/include/linux/netdevice.h
include/openvswitch/datapath-protocol.h
lib/automake.mk
lib/dpif-linux.c
lib/dpif-linux.h
lib/dpif.man [deleted file]
lib/netdev-vport.c
utilities/ovs-dpctl.8.in
utilities/ovs-openflowd.8.in