[Bug 224116] [ixl] STP Frames are ignored in promiscuous mode

2017-12-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224116 Eugene Grosbein changed: What|Removed |Added CC||freebsd-net@FreeBSD.org -- You

[Bug 221919] ixl: TX queue hang when using TSO and having a high and mixed network load

2017-12-07 Thread bugzilla-noreply
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

[Bug 221530] if_ixl: add a way to disable/enable lldp handling by the NIC

2017-12-07 Thread bugzilla-noreply
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

[Bug 221919] ixl: TX queue hang when using TSO and having a high and mixed network load

2017-12-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221919 Eugene Grosbein changed: What|Removed |Added CC||eu...@freebsd.org,

[Bug 221919] ixl: TX queue hang when using TSO and having a high and mixed network load

2017-12-07 Thread bugzilla-noreply
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

[PATCH] ifaddr leak when modifying a route

2017-12-07 Thread Ryan Stone
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