History log of /barrelfish-master/usr/tests/devif/udp_queue.c
Revision Date Author Comments
# cca6396d 20-Aug-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

fix uses of cycles_t throughout the tree

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


# 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>


# d718d81d 14-Aug-2018 Roni Häcki <roni.haecki@inf.ethz.ch>

devif: udp queue test enable benchmarking by default

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


# a3d6a0a3 14-Aug-2018 Roni Häcki <roni.haecki@inf.ethz.ch>

e10k: added benchmarking queue more detailed

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


# 5f6e8241 09-Aug-2018 Roni Häcki <roni.haecki@inf.ethz.ch>

devif: extended udp queue test to also measure time taken for enq/deq of
NIC queue

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


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

devif: added dst MAC lookup to UDP queue init

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


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

devif: fixed some printfs that seem to cause compilation errors with automated tests

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


# 4f743381 24-Aug-2017 Roni Häcki <roni.haecki@inf.ethz.ch>

devif: udp queue simplified creation

- got src mac from hardware queue
- got src ip from dhcp service

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


# 6c6a62e9 16-Aug-2017 Roni Häcki <roni.haecki@inf.ethz.ch>

devif: adding test for udp queue

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