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.
BSD 2-Clause "Simplified" License
13 stars 11 forks source link

Use more hardware features in meson ethernet driver #150

Closed Courtney3141 closed 1 week ago

Courtney3141 commented 1 week ago

This PR enables flow control and operate on second hardware features in the meson ethernet driver that improve UDP performance for the odroidc4.

UDP throughput is improved for the odroidc4, TCP throughput is actually reduced, but with more consistency and lower CPU utilisation. It was decided that we would optimise for UDP performance for now.