24 Feb
2026
24 Feb
'26
12:57 p.m.
On Mon, 23 Feb 2026 15:10:25 +0100
Laurent Vivier
In the vhost-user code paths, buffers from the virtio queue include a virtio net header prepended to the Ethernet frame. The minimum frame size checks (ETH_ZLEN, i.e. 60 bytes per IEEE 802.3) must account for this extra header, otherwise the size requested from vu_collect() and validated in ASSERT() is too small.
Applied. Yes, it fixes the issue I reported previously in the TCP tests. -- Stefano