Page MenuHomeFreeBSD

sfxge: get rid of locked variable in sfxge_tx_packet_add()
ClosedPublic

Authored by arybchik on May 15 2015, 6:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 26 2024, 7:05 AM
Unknown Object (File)
Apr 26 2024, 7:03 AM
Unknown Object (File)
Dec 20 2023, 2:10 AM
Unknown Object (File)
Sep 24 2023, 2:47 AM
Unknown Object (File)
Aug 2 2023, 6:24 PM
Unknown Object (File)
Jul 15 2023, 10:24 PM
Unknown Object (File)
Jan 4 2023, 1:22 PM
Unknown Object (File)
Apr 4 2017, 9:51 AM
Subscribers

Details

Summary

Now each branch has one and only one possible TxQ lock state.
It simplifies understanding of the code.

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

Test Plan

Build tested. Module loaded. Tested under UDP stream traffic,
checked that both branches work fine.

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: get rid of locked variable in sfxge_tx_packet_add().
arybchik updated this object.
arybchik edited the test plan for this revision. (Show Details)
arybchik added a reviewer: gnn.
gnn edited edge metadata.
This revision is now accepted and ready to land.May 15 2015, 6:42 PM
This revision was automatically updated to reflect the committed changes.