Details
Details
- Reviewers
davidcs • hselasky zlei - Commits
- rG727bfe3894ab: Mechanically convert qlnx(4) to IfAPI
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 48868 Build 45757: arc lint + arc unit
Event Timeline
Comment Actions
Looks good to me.
I admit that the diff https://reviews.freebsd.org/D37856?id=117248 frustrated me a lot.
I'd suggest that submit the new changes following a rebased one. Then the flow looks like:
# git fetch freebsd # git rebase freebsd/main # git diff -U9999 freebsd/main you-working-branch > xxx.diff # submit xxx.diff immediately # commit new changes # git diff -U9999 freebsd/main you-working-branch > yyy.diff # submit yyy.diff
So we can compare new changes with the rebased one. It will be much easier to review.
Comment Actions
Urgh, I see what you mean. phabricator diff really sucks. I'll do what you suggested in the future (hopefully not too many changes remaining....), so it's easier to compare.