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)
Thu, May 21, 7:03 AM
Unknown Object (File)
Wed, May 20, 9:55 PM
Unknown Object (File)
Wed, May 20, 8:57 AM
Unknown Object (File)
Sun, May 17, 3:57 PM
Unknown Object (File)
Sun, May 17, 3:57 PM
Unknown Object (File)
Mon, May 11, 1:09 PM
Unknown Object (File)
Sat, May 9, 3:46 PM
Unknown Object (File)
Sat, May 9, 1:42 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