In bnxt driver, interrupt is not shared between rx and tx queues.
Hence, IFLIB_INTR_RXTX is not the relevant handler type to register to.
This patch fixes it by falling back to the interrupt handler of IFLIB_INTR_RX type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable