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)
Sat, Oct 11, 4:58 PM
Unknown Object (File)
Sep 15 2025, 12:18 AM
Unknown Object (File)
Sep 14 2025, 12:22 PM
Unknown Object (File)
Sep 9 2025, 12:01 AM
Unknown Object (File)
Sep 8 2025, 7:26 PM
Unknown Object (File)
Sep 7 2025, 1:48 PM
Unknown Object (File)
Sep 5 2025, 11:26 AM
Unknown Object (File)
Aug 2 2025, 3:20 PM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.