User Details
- User Since
- Jun 22 2015, 5:21 PM (537 w, 6 d)
Thu, Oct 9
Also, this needs to be MFC'ed to 15 for the release..
To be clear, igc worked fine when configured with multiple queues. I had configured it with a single rx queue in order to debug something else, and it took the somewhat reasonable approach of returning garbage as the hash since it didn't need to hash packets to multiple queues. Thank you for coming up with this... it is much cleaner than my solution, and should ensure that any other non-iflib drivers avoid this behavior as well.
Tue, Oct 7
Wed, Oct 1
Wed, Sep 24
Update patch to address @markj 's feedback, and to properly fix the bug I encountered where doorbells were withheld when using the mp_ring transmit method.
Mon, Sep 22
@markj I've marked things as done as I've done them in my local tree. I'll update the patch once I do some more research into the doorbell issue. thank you for the reveiw!
Thu, Sep 18
Tue, Sep 16
Mon, Sep 15
Sep 11 2025
Sep 10 2025
Sep 8 2025
- remove extra space in iflib_if_get_counter as pointed out by @kbowling
reversed logic and made the driver responsible to query the generic counters for odrop/oerr rather than iflib.
Sep 5 2025
Updated drivers that were getting generic counters using if_get_counter_default() as part of their ifdi_get_counter method to avoid getting generic counters for output drops and output errors, as suggested by @markj .
Sep 4 2025
- Call iflib_remove_mbuf() to unmap and remove the mbuf from list of mbufs to be freed when we free an mbuf due to ENOBUFS
Sep 3 2025
Aug 20 2025
Aug 14 2025
Aug 12 2025
Aug 9 2025
Aug 7 2025
Aug 6 2025
Aug 5 2025
Address Eric's style(9) nits and remove space in front of parans in sizeof
Update diff to address Gleb's feedback
Jul 26 2025
Jul 12 2025
Jun 29 2025
Jun 24 2025
Thank you for moving to this solution, away from a global atomic.
Jun 9 2025
May 28 2025
May 27 2025
Apr 22 2025
Apr 15 2025
Update to use hlen, which already holds the size of the ip6 hdr, as suggested by glebius
Apr 14 2025
Mar 22 2025
Mar 20 2025
Mar 14 2025
Feb 25 2025
Feb 24 2025
Feb 7 2025
Feb 5 2025
Jan 31 2025
Thank you!
Jan 29 2025
I'd very much like for this to be backed out. I feel like users will be chasing the breakage caused by this for years. It broke some tests, iocage, and nstat that I know of in the 5 minutes I've been aware of the commit.
Jan 15 2025
Jan 13 2025
Nov 25 2024
Nov 15 2024
Nov 14 2024
Super helpful review, John. I just opened a new review (https://reviews.freebsd.org/D47583) for the simplest suggested change. Will work on your other suggestions.
Nov 13 2024
Nov 12 2024
Nov 11 2024
Address Kib's feedbackj
Nov 8 2024
Nov 6 2024
Nov 4 2024
Oct 28 2024
Why do we want or need a hardcoded list? Why can't this function be more like lagg_capabilities()? If we do want a hardcoded list, what about IFCAP_TXTLS*
Oct 25 2024
I'd personally want to keep these messages with bootverbose.. I can imagine it might be handy to see them at times...