au-ts / sddf

A collection of interfaces, libraries and tools for writing device drivers for seL4 that allow accessing devices securely and with low overhead.
Other
23 stars 18 forks source link

Minor virtIO fixes in block and ethernet driver #266

Closed Ivan-Velickovic closed 1 month ago

Ivan-Velickovic commented 1 month ago

This happened to fix the network driver's performance as well, closing https://github.com/au-ts/sddf/issues/113.

We can now reach 1GB throughput when testing locally with ipbench. See the issue for more details.

Ivan-Velickovic commented 1 month ago

This happened to fix the network driver's performance as well, closing #113.

We can now reach 1GB throughput when testing locally with ipbench. See the issue for more details.

TCP performance is only at 500Mbit, so I spoke too soon.