On Wed, Oct 29, 2014 at 03:18:19PM -0700, Nithin Raju wrote:
> In userspace, port name sizes are restricted to IFNAMSIZ which is
> defined to IF_NAME_SIZE in:
> C:\Program Files (x86)\Windows Kits\8.1\Include\shared\netioapi.h
>
> In the kernel, since IFNAMSIZ was not available, we previously defi
Acked-by: Eitan Eliahu
Thanks,
Eitan
-Original Message-
From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Nithin Raju
Sent: Wednesday, October 29, 2014 3:18 PM
To: dev@openvswitch.org
Subject: [ovs-dev] [PATCH 3/3] datapath-windows: increase the maximum size of
port name
In
In userspace, port name sizes are restricted to IFNAMSIZ which is
defined to IF_NAME_SIZE in:
C:\Program Files (x86)\Windows Kits\8.1\Include\shared\netioapi.h
In the kernel, since IFNAMSIZ was not available, we previously defined a
value of 16 for the kernel. This is restrictive for Openstack
int