On Thor2, the Rx Completion Queue consumer index was incorrect, causing
continuous interrupts. Updated the index handling to stop the interrupt storm.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
its been long the patches not reviewed so please review the patch and provide your comments.
| sys/dev/bnxt/bnxt_en/if_bnxt.c | ||
|---|---|---|
| 1492 | This if-then is just another increment. Eg, you're saying So it would be simpler to skip the if/then and just always increment. | |