8923de5905 (Update ice to 1.37.7-k) moved to using the ifnet's
capenable instead of one in its own softc in one location. Use the
IfAPI accessor instead.
Details
Details
- Reviewers
erj - Group Reviewers
Restricted Owners Package (Owns No Changed Paths)
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 50169 Build 47061: arc lint + arc unit
Event Timeline
Comment Actions
@erj was the original change to this intended? Before the change it was:
if ((scctx->isc_capenable & IFCAP_RXCSUM) != 0)
From the rest of the file it looks unintended, but I can't tell.
This comment was removed by erj.
Comment Actions
@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.
Comment Actions
I just reverted the change; we don't need to do something different with it just yet.
Comment Actions
I just reverted the change; we don't need to do something different with it just yet.
Thanks! I'll abandon this now.