https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240608

--- Comment #11 from Andriy Gapon <a...@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.
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to