History log of /barrelfish-master/usr/tests/devif/debug_test.c
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 8ff0486c 13-Nov-2018 Simon Gerber <simon.gerber@inf.ethz.ch>

Remove invoke_frame_identify, replaced with frame_identify().

This commit fully removes the Frame_Identify invocation and replaces the
calls with frame_identify().
Additionally, because the KCB is special, this commit introduces a new
invocation kcb_identify() which translates the lvaddr in the KCB
capability into the pysical address of the kernel control block.

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# 92c6edc0 02-Jul-2018 Roni Häcki <roni.haecki@inf.ethz.ch>

descq: removed unneeded argument for queue creation

Signed-off-by: Roni Häcki <roni.haecki@inf.ethz.ch>


# 56b267f5 23-Aug-2017 Roni Häcki <roni.haecki@inf.ethz.ch>

devif: added benchmarking code to test overhead of stacking queues

3 different configuratons
- Simple descriptor queue (IDC)
- IDC + debug queue on top
- IDC + debug queue + null queue on top

Signed-off-by: Roni Häcki <roni.haecki@inf.ethz.ch>


# d253cf82 01-Aug-2017 Roni Häcki <roni.haecki@inf.ethz.ch>

devif: devif_debug test fixed

Further added further debugging calls

Signed-off-by: Roni Häcki <roni.haecki@inf.ethz.ch>


# f83738d2 02-May-2017 Roni Häcki <roni.haecki@inf.ethz.ch>

devq: changed debugging queue test

Signed-off-by: Roni Häcki <roni.haecki@inf.ethz.ch>


# 742b5069 28-Apr-2017 Roni Häcki <roni.haecki@inf.ethz.ch>

devq: test for debugging backend

Signed-off-by: Roni Häcki <roni.haecki@inf.ethz.ch>