freebsd-skq/sys/dev/netmap
Luigi Rizzo 9b034c6f08 Properly disable crc stripping when operating in netmap mode.
Contrarily to what i wrote in my previous commit, the 82599
does include the CRC in the length. The operating mode is
reset in ixgbe_init_locked() and so we need to hook into
the places where the two registers (HLREG0 and RDRXCTL) are
modified.
2012-04-13 16:42:54 +00:00
..
head.diff
if_em_netmap.h A bunch of netmap fixes: 2012-02-27 19:05:01 +00:00
if_igb_netmap.h A bunch of netmap fixes: 2012-02-27 19:05:01 +00:00
if_lem_netmap.h A bunch of netmap fixes: 2012-02-27 19:05:01 +00:00
if_re_netmap.h do not use a deprecated field in a structure. 2012-04-13 15:33:12 +00:00
ixgbe_netmap.h Properly disable crc stripping when operating in netmap mode. 2012-04-13 16:42:54 +00:00
netmap_kern.h A bit of cleanup in the names of fields of netmap-related structures. 2012-04-13 16:03:07 +00:00
netmap_mem1.c A bit of cleanup in the names of fields of netmap-related structures. 2012-04-13 16:03:07 +00:00
netmap_mem2.c add the new memory allocator for netmap, which allocates memory 2012-04-13 16:32:33 +00:00
netmap.c A bit of cleanup in the names of fields of netmap-related structures. 2012-04-13 16:03:07 +00:00