Re: [ovs-dev] [PATCH 08/14] Ignore aligned cast and drains on MSVC

2014-07-11 Thread Ben Pfaff
On Fri, Jul 11, 2014 at 01:05:03AM +, Alin Serdean wrote: > Bypass ALIGNED_CAST on CMSG_DATA when compiling on MSVC. Ignore the code > behind netdev_linux_rxq_drain as well. > > Signed-off-by: Alin Gabriel Serdean > --- > lib/netdev-linux.c | 4 > 1 file changed, 4 insertions(+) > > di

[ovs-dev] [PATCH 08/14] Ignore aligned cast and drains on MSVC

2014-07-10 Thread Alin Serdean
Bypass ALIGNED_CAST on CMSG_DATA when compiling on MSVC. Ignore the code behind netdev_linux_rxq_drain as well. Signed-off-by: Alin Gabriel Serdean --- lib/netdev-linux.c | 4 1 file changed, 4 insertions(+) diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c index 1780639..1b2196f 100644