freebsd-dev/sys/dev/netmap
Luigi Rizzo 5819da83ce - change the buffer size from a constant to a
TUNABLE variable (hw.netmap.buf_size) so we can experiment
  with values different from 2048 which may give better cache performance.

- rearrange the memory allocation code so it will be easier
  to replace it with a different implementation. The current code
  relies on a single large contiguous chunk of memory obtained through
  contigmalloc.
  The new implementation (not committed yet) uses multiple
  smaller chunks which are easier to fit in a fragmented address
  space.
2012-02-08 11:43:29 +00:00
..
head.diff
if_em_netmap.h - change the buffer size from a constant to a 2012-02-08 11:43:29 +00:00
if_igb_netmap.h - change the buffer size from a constant to a 2012-02-08 11:43:29 +00:00
if_lem_netmap.h - change the buffer size from a constant to a 2012-02-08 11:43:29 +00:00
if_re_netmap.h - change the buffer size from a constant to a 2012-02-08 11:43:29 +00:00
ixgbe_netmap.h - change the buffer size from a constant to a 2012-02-08 11:43:29 +00:00
netmap_kern.h - change the buffer size from a constant to a 2012-02-08 11:43:29 +00:00
netmap.c - change the buffer size from a constant to a 2012-02-08 11:43:29 +00:00