[ovs-git] [openvswitch/ovs] d8cecf: datapath-windows: Update OvsGetExtInfoIoctl() to t...

GitHub noreply at github.com
Thu Oct 9 15:43:17 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: d8cecf5803a927d050b4e7ec752def024c601778
      https://github.com/openvswitch/ovs/commit/d8cecf5803a927d050b4e7ec752def024c601778
  Author: Nithin Raju <nithin at vmware.com>
  Date:   2014-10-09 (Thu, 09 Oct 2014)

  Changed paths:
    M datapath-windows/ovsext/Vport.c

  Log Message:
  -----------
  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 at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>




More information about the git mailing list