Page MenuHomeFreeBSD

sfxge(4): use simpler code to check hash algorithm type
ClosedPublic

Authored by arybchik on Nov 21 2018, 11:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 26 2024, 11:38 AM
Unknown Object (File)
Sep 19 2024, 1:46 PM
Unknown Object (File)
Sep 12 2024, 12:03 PM
Unknown Object (File)
Sep 8 2024, 9:57 PM
Unknown Object (File)
Sep 5 2024, 2:45 PM
Unknown Object (File)
Sep 1 2024, 12:32 PM
Unknown Object (File)
Aug 31 2024, 11:02 PM
Unknown Object (File)
Aug 20 2024, 11:33 PM
Subscribers

Details

Summary

The API which is used to list supported hash flags verifies
hash algorithm choice before writing the output. This check
is based on a switch() statement which has only two options
and no distinctive actions to be conducted for each of them.
Use simpler code instead of switch() to improve readability.

Submitted by: Ivan Malov <ivan.malov at oktetlabs.ru>
Sponsored by: Solarflare Communications, Inc.

Test Plan

amd64 tinderbox kernel builds tested
driver loaded/unloaded, interfaces up/down, traffic works fine

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 21124
Build 20487: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Nov 30 2018, 7:07 AM
This revision was automatically updated to reflect the committed changes.