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
F169890011: D10297.diff
Wed, Sep 2, 9:42 PM
F169781665: D10297.diff
Wed, Sep 2, 1:29 PM
F169713292: D10297.id27145.diff
Wed, Sep 2, 8:53 AM
F169684671: D10297.id.diff
Wed, Sep 2, 7:11 AM
Unknown Object (File)
Tue, Sep 1, 5:39 PM
Unknown Object (File)
Mon, Aug 31, 1:43 PM
Unknown Object (File)
Mon, Aug 31, 8:39 AM
Unknown Object (File)
Mon, Aug 31, 4:48 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