History log of /barrelfish-master/usr/tests/net_tests/openport_test/net_openport_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>


# 6dbfa23a 19-Mar-2012 pravin shindep@inf.ethz.ch <pravin shindep@inf.ethz.ch>

DHCP is working from netd now.
Also, all traffic is going to netd by default.


# ddc3d855 18-Mar-2012 pravin shindep@inf.ethz.ch <pravin shindep@inf.ethz.ch>

use of soft_filters from device_manager is partially written.
The device_manager connects with soft_filters service, shares memory with them.
The code compiles and patially works. The missing link is:
* When get_port call comes, it is not translated into filter_registration.
* When callback from register_filter comes, it is not translated into
return call informing success/failure of get_port call.
* A queue_manager_closure for every queue_manager is not yet created


# d2588962 16-Mar-2012 pravin shindep@inf.ethz.ch <pravin shindep@inf.ethz.ch>

First step in getting net_ports.if working.
This involves breaking the netd apart and implenting it as
net_device_manager library. The work is progressing in this direction,
but still quite a way from being complete.

This version just compiles with net_ports interface and net_device_manager
library, but it is not working yet.

--HG--
rename : if/netd.if => if/net_ports.if
rename : usr/netd/Hakefile => usr/netd/Hakefile_disabled


# 227fe862 01-Mar-2012 pravin shindep@inf.ethz.ch <pravin shindep@inf.ethz.ch>

Added net_queue_manager interface, and changed the code accordingly
in all drivers, ethersrv, lwip and applications.


# bc852b0b 13-Jan-2012 pravin shindep@inf.ethz.ch <pravin shindep@inf.ethz.ch>

Made read over nfs faster by parallelizing the chunk fetching. Also
now using more fair wait_for_condition which does not block
waiting on events like timer without handling pending incoming packets.

Also, added test for measuring nfs throughput in harness. And re-arranged
few files related to net_tests.

--HG--
rename : usr/tests/net_throughput/Hakefile => usr/tests/net_tests/nfs_throughput/Hakefile
rename : usr/tests/net_throughput/main.c => usr/tests/net_tests/nfs_throughput/nfs_cat.c
rename : usr/tests/net_openport_test/Hakefile => usr/tests/net_tests/openport_test/Hakefile
rename : usr/tests/net_openport_test/net_openport_test.c => usr/tests/net_tests/openport_test/net_openport_test.c