sddf icon indicating copy to clipboard operation
sddf copied to clipboard

network/meson: missing RX UDP/TCP checksum checking

Open KurtWu10 opened this issue 1 month ago • 0 comments

It is desired that RX UDP/TCP checksum checking is performed in hardware and therefore software checking in lwip is disabled. However, this is not true for the current meson driver used by odroid c2/c4 platforms, which requires the driver to use the alternative descriptor of 32 bytes.

KurtWu10 avatar Nov 26 '25 04:11 KurtWu10