datapath: Take advantage of IFF_OVS_DATAPATH.
authorJesse Gross <jesse@nicira.com>
Thu, 9 Dec 2010 03:28:32 +0000 (19:28 -0800)
committerJesse Gross <jesse@nicira.com>
Sat, 11 Dec 2010 23:19:47 +0000 (15:19 -0800)
commit055dae4f7f6d3316ca326736f7b731db1bde0f09
tree33abbbe1591ba4b63df03628c1dd476009d17c36
parentc052da844bdf7fc2f87500f76fca529c4e3dc598
datapath: Take advantage of IFF_OVS_DATAPATH.

Starting in 2.6.37 we have our own unique identifier to be able
to find ports attached to OVS.  Take advantage of it to avoid
ugly workarounds.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/vport-netdev.c