[ovs-dev] [PATCH v3 1/4] datapath-windows: fix OVS_VPORT_TYPE

Ben Pfaff blp at nicira.com
Fri Sep 26 17:26:32 UTC 2014


On Thu, Sep 25, 2014 at 09:20:25PM +0000, Samuel Ghinet wrote:
> The windows ovs kernel uses an OVS_VPORT_TYPE enum that is incompatible with
> the userspace counterpart (enum ovs_vport_type from openvswitch.h). We must use
> the same enum type for the netlink communication to work properly.
> 
> This patch makes the fix: "typedef enum ovs_vport_type OVS_VPORT_TYPE" and
> changes the afferent kernel driver code:
> o) vport types synthetic and emulated turn to: netdev
> o) vport type internal turns to: internal
> o) vport type external truns to: netdev (plus, we hold a field in vport,
> "isExternal"
> 
> Signed-off-by: Samuel Ghinet <sghinet at cloudbasesolutions.com>
> Acked-by: Nithin Raju <nithin at vmware.com>

Applied, thanks!



More information about the dev mailing list