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)
Tue, Apr 21, 8:59 AM
Unknown Object (File)
Tue, Apr 14, 7:42 AM
Unknown Object (File)
Mon, Apr 6, 1:33 PM
Unknown Object (File)
Sun, Apr 5, 4:39 AM
Unknown Object (File)
Fri, Apr 3, 11:20 PM
Unknown Object (File)
Mar 25 2026, 1:01 PM
Unknown Object (File)
Mar 23 2026, 2:36 AM
Unknown Object (File)
Mar 19 2026, 4:47 AM

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