Re: netmap BUG found on big endian machine

2014-09-15 Thread Matthias Andree
Am 14.09.2014 um 18:42 schrieb Adrian Chadd: Hi! Good catch! Would you mind filing a bug so we don't forget? http://bugs.freebsd.org/submit/ The proposed fix, while it might fix the immediate issue, might still not fix pointer aliasing. Perhaps there needs to be some struct or union

netmap BUG found on big endian machine

2014-09-14 Thread dongshan
Hi, I have tested netmap on freescale PowerPC board, it is a big endian machine, when I test the example app pkt-gen, I found one bug, really it is bug of netmap souce code. The commit id is “d39c4411a2129926d262f9faffacaf876392c7cd”, the bug locates in “netmap_mem2.c,

Re: netmap BUG found on big endian machine

2014-09-14 Thread Adrian Chadd
Hi! Good catch! Would you mind filing a bug so we don't forget? http://bugs.freebsd.org/submit/ Thanks! -a On 14 September 2014 07:42, dongshan thomasyang1...@126.com wrote: Hi, I have tested netmap on freescale PowerPC board, it is a big endian machine, when I test the