mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
23078154cd
during receive the nic_ep may block as long as the guest does not provide another receive network descriptor. In the meantime, all Genode signals regarding the network interface, e.g. tx, will be postponed, which may effect the throughput. Instead use the nic_ep for rx packets unblocking. Add an notification mechanism to the e1000 vbox network model, to notify us as soon as the guest added new receive descriptors in the model. Issue #5146 |
||
---|---|---|
.. | ||
include/vmm | ||
lib/mk | ||
mk | ||
ports | ||
recipes | ||
run | ||
src | ||
README |
This directory contains ports of 3rd-party applications to Genode. The 'ports' repository follows the patterns of the 'libports' repository. For instructions about downloading and building 3rd-party applications, please refer to _libports/README_. Dependencies from other repositories ------------------------------------ Applications provided by the 'ports' repository typically expect a rich runtime environment, including shared libraries provided by the 'libports' repository. Hence, 'ports' depends on 'libports'.