ofproto-dpif: Don't try to use dpif_probe_feature() with Windows datapath.
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Thu, 25 Jun 2015 17:18:41 +0000 (17:18 +0000)
committerBen Pfaff <blp@nicira.com>
Thu, 25 Jun 2015 17:56:33 +0000 (10:56 -0700)
commit22b4ccf4f76ebd2b47bc3a6cdb08caf2f99f3ff6
treebedde75dde6480ad3fdbf0e8586585c151912656
parentdbc4cdc1d2e79772268a86f142188bc871b57614
ofproto-dpif: Don't try to use dpif_probe_feature() with Windows datapath.

This patch disables features which are not currently supported in the
Windows datapath.

Unfortunately we have to do it in userspace because dpif_probe_feature is
not treated accordingly in the Windows datapath.  Fixing that is the
correct solution; this commit works around it for branch-2.4.

I opened the issue to track the feature for later implementations:
https://github.com/openvswitch/ovs-issues/issues/85

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Acked-by: Eitan Eliahu <eliahue@vmware.com>
Acked-by: Nithin Raju <nithin@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c