Page MenuHomeFreeBSD

sfxge(4): add accessor to whole link status
ClosedPublic

Authored by arybchik on Nov 21 2018, 11:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 6:26 AM
Unknown Object (File)
Nov 28 2023, 4:29 PM
Unknown Object (File)
Nov 24 2023, 9:46 PM
Unknown Object (File)
Nov 22 2023, 9:16 PM
Unknown Object (File)
Nov 22 2023, 2:05 AM
Unknown Object (File)
Nov 21 2023, 10:02 PM
Unknown Object (File)
Nov 11 2023, 12:07 AM
Unknown Object (File)
Oct 14 2023, 9:18 AM
Subscribers

Details

Summary

Add a function which makes an MCDI GET_LINK request and
packages up the results. Currently, the get-link function
is triggered from several entry points which then pass
on or store selected parts of the data. When the driver
needs to obtain the current link state, it is more
efficient to do this in a single call.

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

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 30 2018, 7:09 AM
This revision was automatically updated to reflect the committed changes.