]> git.proxmox.com Git - ovs.git/commit
datapath-windows: Update OvsGetExtInfoIoctl() to the new vport add workflow
authorNithin Raju <nithin@vmware.com>
Tue, 7 Oct 2014 01:05:39 +0000 (18:05 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Oct 2014 15:43:12 +0000 (08:43 -0700)
commitd8cecf5803a927d050b4e7ec752def024c601778
treede07ee748c1e22f8224c97e751547b7e384f3208
parentdf4879cd5f2c13f80416db84e75692340ba42021
datapath-windows: Update OvsGetExtInfoIoctl() to the new vport add workflow

I applied the patches for the new vport add workflow that is out for
review, and found that some of the existing code in OvsGetExtInfoIoctl()
needs to be updated. In this patch, we add a CPP called
USE_NEW_VPORT_ADD_WORKFLOW and add the fixes under
USE_NEW_VPORT_ADD_WORKFLOW == 1. The current value is set to 0, since
the vport add code is not checked in yet.

Sending out this patch to unblock the vport add code when it gets checked
in. There are other fixes also required, but they are being addressed as
part of the review comments for vport-add.

Signed-off-by: Nithin Raju <nithin@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
datapath-windows/ovsext/Vport.c