luigi 0290a0c2f7 - 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
..
2012-01-14 17:07:52 +00:00
2012-01-14 17:07:52 +00:00
2012-01-14 17:07:52 +00:00
2012-01-14 17:07:52 +00:00
2011-02-21 09:01:34 +00:00
2012-02-05 12:52:28 +00:00
2010-07-15 14:41:59 +00:00
2011-02-11 14:17:58 +00:00