Page MenuHomeFreeBSD

sfxge: split sfxge_tx_qdpl_put() into *_locked() and *_unlocked()
ClosedPublic

Authored by arybchik on May 14 2015, 2:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 29, 10:23 AM
Unknown Object (File)
Thu, Dec 25, 6:28 AM
Unknown Object (File)
Tue, Dec 23, 12:08 PM
Unknown Object (File)
Sat, Dec 20, 5:41 AM
Unknown Object (File)
Nov 30 2025, 5:16 AM
Unknown Object (File)
Nov 29 2025, 7:18 AM
Unknown Object (File)
Nov 25 2025, 11:54 AM
Unknown Object (File)
Nov 23 2025, 2:44 AM
Subscribers

Details

Summary

It simplifies understanding of the sfxge_tx_packet_add() logic and
avoids passing of 'locked' to called function.

Sponsored by: Solarflare Communications, Inc.
MFC after: 2 days

It is just the first step in a series of improvements.

Test Plan

Build tested. Driver loaded. Traffic tested.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

arybchik retitled this revision from to sfxge: split sfxge_tx_qdpl_put() into *_locked() and *_unlocked().
arybchik updated this object.
arybchik edited the test plan for this revision. (Show Details)
arybchik added reviewers: gnn, glebius.
gnn edited edge metadata.
This revision is now accepted and ready to land.May 14 2015, 8:08 PM
This revision was automatically updated to reflect the committed changes.