Re: [ovs-dev] [PATCH] check-structs: Disallow uint_t because ovs_be should always be used.

2012-04-01 Thread Simon Horman
On Fri, Mar 30, 2012 at 09:24:06AM -0700, Ben Pfaff wrote: > The header files that check-structs checks should only contain big-endian > data, never native-endian data, so disallow uint_t entirely. (We had > a couple of mistakes in this area until recently.) > > uint8_t is an obvious exception. >

[ovs-dev] loopback tunnel not delivering

2012-04-01 Thread Dan Mihai Dumitriu
Hi all, I was wondering if anyone else had problems with gre, or capwap, tunnels over the loopback interface. (We're doing some automated tests which test tunnels.) What I'm seeing is that one packets gets through, and subsequent packets are dropped, somewhere before the gre_rcv is called. H