


Up: Design
Next: Requests
Previous: Freeing requests
Much of the function pointer interface can be removed in the single device
case:
- No lookup on send or on receive
- Switch statements can replace function pointers for test/wait/push
The first of these is fairly easy and may help on fast systems. The second
may not be worth the trouble, since if there is a function to call, the
overhead is already relatively high.



Up: Design
Next: Requests
Previous: Freeing requests