On 25/08/2025 22:39, Amery Hung wrote: > + headlen = min_t(u16, MLX5E_RX_MAX_HEAD - len, sinfo->xdp_frags_size); I suspect that this is what caused the crash I mentioned earlier. It seems that sinfo->xdp_frags_size is already zeroed at this point.
On 25/08/2025 22:39, Amery Hung wrote: > + headlen = min_t(u16, MLX5E_RX_MAX_HEAD - len, sinfo->xdp_frags_size); I suspect that this is what caused the crash I mentioned earlier. It seems that sinfo->xdp_frags_size is already zeroed at this point.
![]() |