I think you are correct that there is a problem with this header. The endian-variable structs are defined as less than 32-bits, which is not how Linux maps these in /usr/include/netinet/tcp.h
The initial patch for this file was by Bala. Perhaps he can take a look at it? Bill On Wed, Jan 7, 2015 at 12:14 PM, Ciprian Barbu <[email protected]> wrote: > Hi, > > I was running the odp_pktio example when I observed a lot of dropped > frames reported with errors. I described the problem in some level of > detail here: https://bugs.linaro.org/show_bug.cgi?id=1035 > > But in a few words, I reversed the order of hl and rsvd3 in > odph_tcphdr_t structure and I get no more errors. > > Can someone else check the example see if they get those errors? > > /Ciprian > > _______________________________________________ > lng-odp mailing list > [email protected] > http://lists.linaro.org/mailman/listinfo/lng-odp >
_______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
