Page MenuHomeFreeBSD

Add IFLIB_SINGLE_IRQ_RX_ONLY.
ClosedPublic

Authored by markj on Sep 28 2019, 5:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 28, 10:36 PM
Unknown Object (File)
Tue, May 26, 9:28 AM
Unknown Object (File)
Mon, May 25, 8:47 PM
Unknown Object (File)
Sun, May 24, 6:53 PM
Unknown Object (File)
Sat, May 23, 8:18 PM
Unknown Object (File)
May 3 2026, 7:16 PM
Unknown Object (File)
Apr 30 2026, 12:51 AM
Unknown Object (File)
Apr 29 2026, 8:02 AM
Subscribers

Details

Summary

vmxnet3 assumes that tx state is not accessed from the interrupt
handler. r347221 broke that assumption. Add a legacy mode flag to
configure iflib to not do tx processing from the interrupt handler.

Submitted by: marius

Test Plan

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 26752
Build 25104: arc lint + arc unit

Event Timeline

markj added reviewers: marius, pkelsey.

Functionally it's the same code that I was "MFCd" into my working tree.

This revision was not accepted when it landed; it landed in state Needs Review.Sep 30 2019, 3:59 PM
Closed by commit rS352906: Add IFLIB_SINGLE_IRQ_RX_ONLY. (authored by markj). · Explain Why
This revision was automatically updated to reflect the committed changes.