mirror of
https://github.com/schoebel/mars
synced 2024-12-15 03:05:12 +00:00
6de8dc9639
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. |
||
---|---|---|
.. | ||
mars_light.c | ||
mars_proc.c | ||
mars_proc.h | ||
README | ||
strategy.h | ||
sy_generic.c | ||
sy_net.c |
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.