Re: [ovs-dev] [PATCH] windows/netinet: Import ip6.h and icmp6.h from netbsd.

2014-03-13 Thread Ben Pfaff
On Thu, Mar 13, 2014 at 11:26:09AM -0700, Gurucharan Shetty wrote: > > > > The OVS byte order tests are a little different from the BSD ones. > > Instead of: > > #if BYTE_ORDER == BIG_ENDIAN > > the OVS test should be > > #ifdef WORDS_BIGENDIAN > > although it looks like one might b

Re: [ovs-dev] [PATCH] windows/netinet: Import ip6.h and icmp6.h from netbsd.

2014-03-13 Thread Gurucharan Shetty
> Would you mind removing the tests on _KERNEL? Okay. > > The OVS byte order tests are a little different from the BSD ones. > Instead of: > #if BYTE_ORDER == BIG_ENDIAN > the OVS test should be > #ifdef WORDS_BIGENDIAN > although it looks like one might better #include "byte-orde

Re: [ovs-dev] [PATCH] windows/netinet: Import ip6.h and icmp6.h from netbsd.

2014-03-13 Thread Ben Pfaff
On Wed, Mar 12, 2014 at 11:21:19AM -0700, Gurucharan Shetty wrote: > There are a few structure definitions that is used from > these headers. The keyword "__packed" has been removed > from the headers as the corresponding Linux headers don't > do packing. > > Signed-off-by: Gurucharan Shetty Wou

[ovs-dev] [PATCH] windows/netinet: Import ip6.h and icmp6.h from netbsd.

2014-03-12 Thread Gurucharan Shetty
There are a few structure definitions that is used from these headers. The keyword "__packed" has been removed from the headers as the corresponding Linux headers don't do packing. Signed-off-by: Gurucharan Shetty --- COPYING |4 + debian/copyright.in |