- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 5 2023
Aug 16 2023
Jul 20 2023
I am experimenting with some additional caps that use bits in capabilities2/capenable2 and that's how I ran into this.
Jul 19 2023
May 26 2023
In D39865#917264, @melifaro wrote:Ping :-)
I'd love to get rid of if_clone_advanced() before 14 and cxgbe is the only remaining user :-)
May 3 2023
Almost there. Now the new ifnet is created successfully but there is an extra 0 in its name. The ifnet should have been t6nex0 and not t6nex00.
Apr 28 2023
The if_name2unit call in if_clone_createif_nl -> ifc_handle_unit seems to be the problem. It is returning EINVAL because it doesn't like the 0 in "t6nex0".
I tried this change but the cloned interface was not created.
Apr 21 2023
Apr 20 2023
Apr 19 2023
Apr 12 2023
Sorry I missed this previously. This man page has a dependency on groff and I'd like to get rid of it eventually (the dependency, not the man page). But my manpage-fu is weak and I'm not sure how to figure out exactly which parts need groff. Will these proposed changes make any difference as far as reliance on groff goes? Okay to check this in either way.
Apr 2 2023
Mar 30 2023
Mar 8 2023
Mar 7 2023
Feb 28 2023
I'm done looking at the cxgb part, will look at cxgbe next.
Feb 16 2023
Feb 15 2023
Was this done with some coccinelle type script or something similar? I have a bunch of code that is not upstream yet and it is not ifAPI style. If there's a script I could run pre-commit to make sure any new code is ifAPI clean it would be quite useful.
Feb 2 2023
Jan 30 2023
@brd what kind of workload do you see the improvements with?
Nov 7 2022
Incorporate feedback from kib.
In D37270#846696, @kib wrote:Should the current version number for ACS also get a symbolic name?
Nov 4 2022
Here are a couple of examples from the motherboard that i tested it on, with the available caps disabled and enabled.
Oct 24 2022
Oct 19 2022
Oct 6 2022
Oct 3 2022
Sep 29 2022
Sep 22 2022
Sep 21 2022
Please add a "Fixes: e398922eaf6" to make it easier to determine the commits to MFC together.
Sep 20 2022
Please go ahead. I'll follow up with commits that make this work with suspend/reset, when hw access is not allowed.
Sep 12 2022
Aug 30 2022
Aug 24 2022
Aug 19 2022
Aug 16 2022
Jul 16 2022
Please commit with boolean &&.