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, Oct 5, 7:07 AM
Unknown Object (File)
Sat, Oct 4, 7:22 PM
Unknown Object (File)
Sat, Oct 4, 6:25 PM
Unknown Object (File)
Sat, Oct 4, 3:56 PM
Unknown Object (File)
Sat, Oct 4, 9:02 AM
Unknown Object (File)
Sat, Sep 27, 2:58 AM
Unknown Object (File)
Thu, Sep 25, 12:11 PM
Unknown Object (File)
Sep 11 2025, 7:36 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.