Page MenuHomeFreeBSD

sfxge(4): restructure efx_lic to support V3 licensing
ClosedPublic

Authored by arybchik on May 14 2016, 6:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 8, 4:33 PM
Unknown Object (File)
Nov 16 2024, 7:37 AM
Unknown Object (File)
Nov 16 2024, 3:12 AM
Unknown Object (File)
Nov 15 2024, 11:31 PM
Unknown Object (File)
Nov 11 2024, 10:21 AM
Unknown Object (File)
Nov 5 2024, 3:23 PM
Unknown Object (File)
Nov 5 2024, 3:23 PM
Unknown Object (File)
Nov 5 2024, 3:23 PM
Subscribers

Details

Summary

Create separate implementations of the efx_lic API for each revision of the
licensing system. All processing of the V1/V2 license partition is moved to
efx_lic, and an implementation of V3 licensing uses the existing TLV functions
with extensions for writing new TLV entries.

Submitted by: Richard Houldsworth <rhouldsworth at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
MFC after: 1 week

Test Plan

Build sanity tested, but it should not be affected in fact, since
licensing support is disabled in FreeBSD driver.

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(4): restructure efx_lic to support V3 licensing.
arybchik updated this object.
arybchik edited the test plan for this revision. (Show Details)
arybchik added reviewers: gnn, philip, np, bz.
This revision was automatically updated to reflect the committed changes.