mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
ca971bbfd8
This patch changes the top-level directory layout as a preparatory step for improving the tools for managing 3rd-party source codes. The rationale is described in the issue referenced below. Issue #1082
19 lines
370 B
Plaintext
19 lines
370 B
Plaintext
#
|
|
# \brief Test using netperf with l4linux and bridge
|
|
# \date 2013-07-08
|
|
#
|
|
|
|
if {[is_qemu_available]} {
|
|
puts "\nNetperf running on Qemu is not supported.\n"
|
|
exit
|
|
}
|
|
|
|
# network configuration
|
|
set use_nic_bridge 1
|
|
|
|
set use_usb_11 "no"
|
|
set use_usb_20 "no"
|
|
set use_usb_30 "yes"
|
|
|
|
source ${genode_dir}/repos/ports-foc/run/l4linux_netperf.inc
|