Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The intel driver changes look ok to me, but what's the reason behind indicating that the hash that comes out of the card has hash properties? (I guess this might be covered in previous reviews or commit messages)
Comment Actions
At first, it's added mainly for the patch in this review:
https://reviews.freebsd.org/D6689
But it turns out that it also corrects certain types of mbuf hash type checks or makes the checks resilient to future hash type changes, e.g. the if_vxlan change in this patch.
And I think it could also be used in other places in the future :)