netmap BUG found on big endian machine

2014-09-14 Thread dongshan
fferent. I guess the source code is written and tested on intel arch machine. But it is true it can’t run big endian machine directly. Best regards, Dongshan ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

problem of netmap running on PowerPC platform board

2014-06-01 Thread dongshan
ot;, i, r, r->head, r->cur, r->tail, r->buf_ofs); } . The red is what I added. It outcomes the 'ofs' is 0x800, however 0x800 is expected. The board I tested is PowerPC big endian 32 bit board, I am not whether it effects the outcome. Best regards, Dongshan __

problem of netmap running on PowerPC platform board

2014-06-01 Thread dongshan
ot;, i, r, r->head, r->cur, r->tail, r->buf_ofs); } . The red is what I added. It outcomes the 'ofs' is 0x800, however 0x800 is expected. The board I tested is PowerPC big endian 32 bit board, kernel: linux 3.8. I am not whether it effects the outcome. Best regards, Don

netmap pkt_gen can't compile successfully

2014-05-22 Thread dongshan
__); \ ^ pkt-gen.c:1829:4: note: in expansion of macro 'D' D(" RX%d at 0x%lx", i, ^ cc1: all warnings being treated as errors make[1]: *** [pkt-gen.o] Error 1 make[1]: Leaving directory `/home/dsh/project/netmap/examples' ma