Page MenuHomeFreeBSD

mgb: cleanup
Changes PlannedPublic

Authored by kbowling on Oct 1 2021, 5:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 4, 12:38 PM
Unknown Object (File)
Thu, Sep 18, 1:22 AM
Unknown Object (File)
Sep 13 2025, 1:18 AM
Unknown Object (File)
Sep 12 2025, 11:49 PM
Unknown Object (File)
Aug 29 2025, 6:19 PM
Unknown Object (File)
Aug 4 2025, 4:44 AM
Unknown Object (File)
Jul 10 2025, 12:40 PM
Unknown Object (File)
Jun 27 2025, 7:28 AM
Subscribers
None

Details

Reviewers
emaste
Summary

Unsure if this will work as is but the correct function is for iflib to handle getting more work inside the interrupt filter and it uses the callbacks to mgb_{rx,tx}_queue_intr_{enable/disable}. This driver was doing everything in the admin interrupt.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kbowling created this revision.

With this change I can get a few pings to work but the driver stops working if I run iperf.

will look at this once remote access is available