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)
Sat, Apr 27, 5:11 AM
Unknown Object (File)
Fri, Apr 26, 7:03 AM
Unknown Object (File)
Mar 2 2024, 6:01 AM
Unknown Object (File)
Jan 11 2024, 10:10 PM
Unknown Object (File)
Dec 20 2023, 12:06 AM
Unknown Object (File)
Nov 8 2023, 3:05 PM
Unknown Object (File)
Nov 6 2023, 6:29 PM
Unknown Object (File)
Nov 6 2023, 6:46 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 Not Applicable
Unit
Tests Not Applicable

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.