User Details
- User Since
- Apr 1 2021, 3:21 AM (262 w, 19 h)
Yesterday
Tue, Apr 7
This is part of the cleanup.
Landed D55875 after running extensive tests.
Rebased on latest main.
Sat, Apr 4
Fri, Apr 3
Thu, Apr 2
Wed, Apr 1
Looks sane to me.
Tue, Mar 31
PS: I bought a USB adapter ( AX88179A ) but were not able to repeat ( with stress tests for about two days ).
Mon, Mar 30
Looks good to me.
I have not looked through the related RFC. So this quick review is not completed.
Sun, Mar 29
Wed, Mar 25
Reasonable !
Tue, Mar 24
Looks good to me.
Mon, Mar 23
I do not have hardware to test this change, but the code looks good to me.
Fri, Mar 20
Tested with a copper interface and SFP+ with a DAC.
media: Ethernet autoselect (10Gbase-LR <full-duplex>)
Thu, Mar 19
Looks good to me.
Tue, Mar 17
Removed the changes to comments.
The link-local check here is also redundant. You have already checked the scope of the address in nd6_grand_start(). So if the address is global one, it must not be a link-local one.
I have not looked into the tests. Since the Jumbogram feature has been removed in the inet6 stack, shall the relevant tests be updated to reflect the removal ?
I'm for reduce routing complexity, if it is possible to keep that option.
The ROUTE_MPATH still has subtle performance impact and the kernel built with this option has larger text size. I'd expect some people want to keep this option so they can disable it.
Mon, Mar 16
Superseded by D55880.
Fri, Mar 13
Thu, Mar 12
The current logic of checking the src / dst vnet is a bit confusing. Refactor them a little. See D55832 .
I think I read the code carefully. Please do not hesitate to correct me if I missed anything important.
Mar 5 2026
I'm almost certainly that leaving start_all_aps() public visible was unintended. Post to review for sure.
Mar 3 2026
The git change made me crazy while I revisit this after one year -:)
Mar 1 2026
Feb 28 2026
MFC to: stable/15
Looks good to me.
I'd rather prefer this, to ease my brain ;)