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-02-05 20:00:39 +00:00
2012-02-03 13:40:51 +00:00
2012-01-17 12:14:26 +00:00
2012-01-02 12:12:10 +00:00
2012-01-02 12:12:10 +00:00
2012-02-01 20:19:33 +00:00