mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
f8953de7ac
BREAKS CONFIG COMPATIBILITY: This commit changes the configuration interface of the NIC router in a way that may break systems that use the component without proper adjustment! HOW TO ADJUST: At each occurrence of the '<uplink ...>' tag in a NIC router configuration replace the tag name 'uplink' with 'nic-client'. The rest of the tag stays the same. The term "uplink" for network interfaces in the router that have a NIC session client as back end was introduced in a time when Uplink sessions didn't yet exist. Now, they do and, although both an uplink and an Uplink session normally describe a network session between router and network device driver, they are based on two different service types (NIC and Uplink). This can easily cause confusion when integrating the router (the <uplink> is not related to Uplink sessions) or trying to understand its functioning (an 'Uplink' object has nothing to do with the Uplink service). Therefore, this commit introduces the more specific term "NIC client" for an interface that is based on a NIC session requested by the router. This doesn't imply any semantic changes at the NIC router. However, the commit also brings a broader update of the router's README and removes the term "downlink" that was used only in documentation to refer to interfaces backed by a NIC session provided by the router. The term was only associated with this meaning because it is the natural counterpart to an uplink. This isn't appropriate anymore as the terms for interface types have moved to a more technical level. The commit adjusts all scenarios in the basic Genode repositories properly. Fixes #4238 |
||
---|---|---|
.. | ||
ahci_bench.run | ||
ahci_block.run | ||
audio_out_click.run | ||
block_request_stream.run | ||
block_tester.run | ||
bomb.run | ||
cache.run | ||
cpu_balancer.run | ||
cpu_bench.run | ||
cpu_quota.run | ||
demo.run | ||
event_filter.run | ||
fb_bench.run | ||
framebuffer.run | ||
gpio_led.run | ||
gpio_signal.run | ||
i2c_mcp9808.run | ||
init_smp.run | ||
input.run | ||
kdb_uart_drv.run | ||
loader.run | ||
log_core.run | ||
lx_fs_import.run | ||
mixer.run | ||
nic_bridge_stress.run | ||
nic_dump.run | ||
nic_router_dhcp_managed.run | ||
nic_router_dhcp_unmanaged.run | ||
nic_router_dhcp.inc | ||
nic_router_disable_arp.run | ||
nic_router_flood.run | ||
nic_router_stress.run | ||
nic_stress.inc | ||
nvme.run | ||
pci.run | ||
ping_nic_router.run | ||
ping.run | ||
pointer.run | ||
rom_to_file.run | ||
rtc.run | ||
sd_card_bench.run | ||
sd_card.run | ||
smbios_decoder.run | ||
tar_rom.run | ||
test.run | ||
timeout.run | ||
tz_vmm.run | ||
uart.run | ||
usb_block.run | ||
vfs_block.run | ||
vmm_arm.run | ||
vmm_x86.run |