Page MenuHomeFreeBSD

bnxt: Use IFLIB_INTR_RX interrupt handler for RX processing instead of IFLIB_INTR_RXTX.
ClosedPublic

Authored by venkatkumar.duvvuru_broadcom.com on Apr 6 2017, 12:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 28, 12:07 AM
Unknown Object (File)
Thu, Nov 27, 2:01 AM
Unknown Object (File)
Nov 3 2025, 2:55 PM
Unknown Object (File)
Nov 2 2025, 8:25 PM
Unknown Object (File)
Oct 29 2025, 11:54 PM
Unknown Object (File)
Oct 28 2025, 7:07 PM
Unknown Object (File)
Oct 28 2025, 3:13 PM
Unknown Object (File)
Oct 28 2025, 3:13 PM

Details

Summary

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.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable