User Details
- User Since
- May 16 2014, 7:29 PM (471 w, 6 d)
Wed, May 17
May 2 2023
Switch to a boolean, if_maddr_empty() instead.
May 1 2023
Apr 25 2023
@mateusz.moga_intel.com Thanks for validation, I'll push it today.
Apr 24 2023
Add mw@ for review as well.
Ping? Would a simple boolean be better than a count?
Apr 22 2023
Apr 21 2023
Update diff after (several) rebases. Intended to do this 2 months ago. I hope I've addressed everything.
Rebase and use @bartosz.sobczak_intel.com 's diff instead.
Apr 20 2023
Apr 19 2023
Hi @bartosz.sobczak_intel.com the ofed fix has been committed as 12e99b63d2fa, thanks!
Apr 18 2023
Apr 17 2023
Apr 12 2023
Ah I see now. Not sure what I actually downloaded to check yesterday, now I got the right diff to compare.
Apr 11 2023
powerpcspe can be done separately. I don't think there's currently any attribute used, but if there will be it would be "spe" or such.
Hi @bartosz.sobczak_intel.com I just checked, and the diffs are identical. I have no way of testing it, I've only compiled it for all targets.
Apr 10 2023
Apr 6 2023
Rebase, address feedback.
Mar 29 2023
Mar 24 2023
Drop the initial link state. Nothing else sets initial link state.
Mar 23 2023
Any further comments on this?
Update to use the new if_iter API. Remove rest of struct ifnet uses in the code.
@erj can you fix this the right way given what you also wrote in your now deleted comment? I could just revert the original change to the line if that's all that's needed.
Mar 21 2023
@bartosz.sobczak_intel.com I'm find holding off. When D39173 is committed I'll rebase on that and rework to also use the new iterator API which is cleaner than the callback API.
Mar 18 2023
Simplify things a bit, store only next pointer instead of both current and next.
Address feedback from @melifaro. Make the API 'safe', and change the cleanup function to 'finish'.
Mar 17 2023
Mar 16 2023
@melifaro I like that approach overall, but I think it's nicer to keep it all local on the stack using an opaque context struct, then a user can do something like:
Mar 15 2023
Mar 14 2023
Mar 13 2023
Address feedback.
Mar 12 2023
Mar 11 2023
Mar 10 2023
Mar 8 2023
Mar 7 2023
Enter the net epoch instead of using the ifnet lock.