mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
b5d3be9c85
A run script which sends raw ethernet packets from the host machine to the target machine. Three tests are implemented: - The network_stat instrumented driver of usb_drv and net_drv are used to get the raw receive performance of the network driver. - A simple nic_session client is receiving from the un-instrumented network driver raw ethernet packets. - A bridge is added between driver and simple nic_session client.
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
set use_nic_client 0
|
|
set use_nic_bridge 0
|
|
|
|
source ${genode_dir}/os/run/network_test_nic.inc
|