Gleb Smirnoff 494e177ada A new version of NetFlow node.
The most significant changes are:
- Use UMA zone instead of own chunk of memory.
- Lock each hash entry separately.
- Expire items "actively" - interrupt method can expire flows
  from hash slot, when it searches through it.
- Remove global tailqueue. Make callout thread search through
  every hash slot.
- Export datagram is detached from private data and filled. If
  it is incomplete, it is attached back. Another thread will
  continue working with it.

Lesser, but also important speedups:
- Flows in hash slot are stored in tailqueue. Whenever a flow is
  hit, it is moved to the begging, so it can be located quicker.
- When callout thread works with hash slot it bails out if
  slot mutex is contested.
2005-05-11 11:26:24 +00:00
..
2005-05-11 11:26:24 +00:00
2005-02-12 18:10:26 +00:00
2005-04-15 10:14:00 +00:00
2005-02-08 10:31:55 +00:00
2005-02-12 11:14:25 +00:00
2005-02-11 23:17:50 +00:00
2005-01-16 23:30:45 +00:00
2005-05-11 08:28:09 +00:00
2005-01-11 12:20:28 +00:00
2005-02-10 02:43:26 +00:00
2005-01-11 12:20:28 +00:00
2005-02-06 19:24:59 +00:00
2005-02-08 10:31:55 +00:00