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)
Wed, Jun 24, 9:42 PM
Unknown Object (File)
Tue, Jun 23, 2:30 PM
Unknown Object (File)
Mon, Jun 15, 7:29 PM
Unknown Object (File)
Mon, Jun 15, 4:48 PM
Unknown Object (File)
May 21 2026, 7:03 AM
Unknown Object (File)
May 20 2026, 9:55 PM
Unknown Object (File)
May 20 2026, 8:57 AM
Unknown Object (File)
May 17 2026, 3:57 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