genode/repos/os
Piotr Tworek 1a9fad4022 virtio_nic: Tweak default buffer sizes.
After VirtIO::Queue refactoring buffers no longer share the same
dataspace as VirtIO rings. This makes optimal buffer calculations a lot
easier. In this case 64 buffers 2kB each will need precisely 128kB of
RAM. Previous value of 2016 will just waste 768b.

Fixed #4347
2021-12-17 15:04:48 +01:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include os: Refactor VirtIO::Queue implementation. 2021-12-17 15:04:48 +01:00
lib os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
recipes depot: update recipe hashes 2021-11-30 12:08:54 +01:00
run autopilot: automated stress test for platform_drv 2021-12-17 14:56:53 +01:00
src virtio_nic: Tweak default buffer sizes. 2021-12-17 15:04:48 +01:00
xsd nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.