[Bug 240608] if_vmx(4): iflib - Panic with INVARIANTS: Memory modified after free (12.1-pre-QA)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 16 07:49:43 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240608
--- Comment #11 from Andriy Gapon <avg at FreeBSD.org> ---
Not sure if that's relevant, but one thing I noticed is that the converted
driver lost handling of rxcd->error field.
The old code would do:
if (rxcd->error) {
rxq->vxrxq_stats.vmrxs_ierrors++;
m_freem(m);
return;
}
But in the iflib world the error is simply ignored.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the freebsd-net
mailing list