vpp
vpp copied to clipboard
[VPP-2091] Memif crashes VPP in container with jumbo frames
Description
When first reported, VPP was crashing.
Here [0] is an example core. The exact place of the crash is not always the same, although I think memif_interface_tx_zc_inline is always involved when CSIT tests sees VPP crashing on the host machine. My experiments with VPP code were not able to fix the issue, but some edits moved the crash to "container" VPP process (not configured to create core on crash).
I will continue trying to simplify the CSIT setup. The current setup is like this [1] for the container VPP and this [2] for the host VPP.
Assignee
Unassigned
Reporter
Vratko Polak
Comments
- vrpolak (Mon, 18 Nov 2024 11:52:02 +0000): In rls2410, I see crash [4] involving mlx5_tx_burst_mt_empw.
- vrpolak (Tue, 30 Jul 2024 11:42:48 +0000): In rls2406 [3], only the VPP inside container is crashing, so no core is easily available.
Original issue: https://jira.fd.io/browse/VPP-2091