mars/sy_old
Thomas Schoebel-Theuer 6de8dc9639 trans_logger: remove broken queue depth limit
It wqas broken by concept: large requests from userspace max be
split into many mrefs. Thus a limit on units of #mrefs is not
comparable to userspace limits.

Instead, the ordinary nr_requests limits on kernel device queues
should suffice to get to the intended effect.
2013-04-02 15:35:13 +02:00
..
mars_light.c light: tell version number upon modprobe and rmmod 2013-03-13 17:16:58 +01:00
mars_proc.c trans_logger: remove broken queue depth limit 2013-04-02 15:35:13 +02:00
mars_proc.h import mars-125.tgz 2013-01-08 15:54:44 +01:00
README import mars-119.tgz 2013-01-08 15:54:39 +01:00
strategy.h server: fix races, completely separate server bricks from main bricks 2013-01-23 20:07:02 +01:00
sy_generic.c infra: fix automatic killing on outputless bricks 2013-01-23 20:07:02 +01:00
sy_net.c infra: fix memleak on remote dent lists 2013-01-23 20:06:51 +01:00

This is ugly code from a first prototype trial.
It will disappear as soon as the new strategy layer has been
implemented. The new system will use an interpreter for automated
pattern matching and triggering actions, in a much more generic
fashion than hand-crafted here.