Page MenuHomeFreeBSD

sfxge(4): fix probes in licensing support
ClosedPublic

Authored by arybchik on Nov 21 2018, 11:25 AM.
Tags
None
Referenced Files
F81970586: D18118.diff
Sat, Dec 14, 7:30 PM
Unknown Object (File)
Feb 7 2024, 4:30 AM
Unknown Object (File)
Jan 11 2024, 9:56 PM
Unknown Object (File)
Dec 20 2023, 8:07 AM
Unknown Object (File)
Dec 17 2023, 6:05 AM
Unknown Object (File)
Nov 18 2023, 4:40 PM
Unknown Object (File)
Aug 28 2023, 9:16 PM
Unknown Object (File)
Jul 7 2023, 12:46 PM
Subscribers

Details

Summary

EFSYS_PROBE1 takes one typed value (in addition to the probe name),
whereas EFSYS_PROBE has just the probe name.

Which to use is determined by the probe name – “fail1” probes are
expected to include the function result.

Submitted by: Mark Spender <mspender at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
MFC after: 1 week

Test Plan

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Nov 24 2018, 4:32 PM
This revision was automatically updated to reflect the committed changes.