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, Oct 10, 12:07 AM
Unknown Object (File)
Tue, Sep 30, 9:08 PM
Unknown Object (File)
Sun, Sep 21, 12:08 PM
Unknown Object (File)
Sep 3 2025, 8:17 PM
Unknown Object (File)
Aug 6 2025, 1:04 PM
Unknown Object (File)
Aug 4 2025, 2:30 AM
Unknown Object (File)
Jul 27 2025, 8:34 AM
Unknown Object (File)
Jul 5 2025, 11:17 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