https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224116
Eugene Grosbein changed:
What|Removed |Added
CC||freebsd-net@FreeBSD.org
--
You
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221919
--- Comment #4 from Eric Joyner ---
We did find another bug in the function to detect packets that violate the HW
restriction on how many buffers each segment in a TSO can span (and the fix
will be in the next update to the driver in 12), b
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221530
--- Comment #3 from Eric Joyner ---
We're going to have this functionality in the next update to ixl -- there's a
new admin queue command added to the FW that needs to be called after disabling
LLDP, and extra tracking in the driver to make
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221919
Eugene Grosbein changed:
What|Removed |Added
CC||eu...@freebsd.org,
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221919
--- Comment #5 from Peter Eriksson ---
I haven't had time to test the patch yet (started on it but got side-tracked
with other bugs), but I'll make another attempt. Might not happen until this
weekend or early next week though.
One problem
I've put this phab review up that patches an ifaddr refcount leak in
the routing code. When a route is modified in a way that modifies
rt->rt_ifa, in most cases we don't release the reference on the old
one, which can cause it to leak. I have a simple script here that I
wrote to demonstrate the i