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)
Sat, Jan 25, 8:05 PM
Unknown Object (File)
Sat, Jan 25, 9:40 AM
Unknown Object (File)
Fri, Jan 24, 5:13 PM
Unknown Object (File)
Sat, Jan 18, 5:08 PM
Unknown Object (File)
Dec 2 2024, 8:35 AM
Unknown Object (File)
Nov 24 2024, 8:13 AM
Unknown Object (File)
Nov 22 2024, 5:30 AM
Unknown Object (File)
Nov 14 2024, 12:27 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