Henrique Bucher
Henrique Bucher
Compiling the linux kernel modules for kernel >= 6.4.0 breaks due to interface changes. This affects among others Ubuntu 22.04. 
Realtek behaves like Marvell so if the chip is found to be a Realtek (0x001c) then we replace the id as Marvell. This has been tested on a Zybo board...
Add support for Solarflare zero-copy and native interfaces
Running doxygen with `make doc_doxygen` creates a list of undocumented classes and methods.
Running Rust, a language that prides on being "safe", with overflow-checks=false, which is inherently an unsafe feature, is not representative of what the language stands for. Also some of the...