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
> 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
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
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 |