[Bug 262024] em(4)/iflib handles bad packets incorrectly

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 17 Feb 2022 21:57:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262024

--- Comment #1 from Eric Joyner <erj@freebsd.org> ---
(In reply to Eric Joyner from comment #0)

You can see the call to the driver's isc_rxd_pkt_get() from iflib here:
https://cgit.freebsd.org/src/tree/sys/net/iflib.c#n2987

The error handling code that indicates to iflib that it should try resetting
itself is here: https://cgit.freebsd.org/src/tree/sys/net/iflib.c#n3087

-- 
You are receiving this mail because:
You are the assignee for the bug.