Henrique Bucher

Results 25 issues of Henrique Bucher

Compiling the linux kernel modules for kernel >= 6.4.0 breaks due to interface changes. This affects among others Ubuntu 22.04. ![image](https://github.com/cisco/exanic-software/assets/11621271/7576e560-5213-4db8-b086-8086fccd7ea9)

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.

documentation
enhancement
help wanted

enhancement
help wanted
good first issue

enhancement
help wanted
good first issue

enhancement
help wanted
good first issue

enhancement
help wanted
good first issue

enhancement
help wanted
good first issue

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...