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)
Tue, Dec 17, 10:51 AM
Unknown Object (File)
Fri, Nov 29, 9:42 PM
Unknown Object (File)
Nov 18 2024, 5:58 PM
Unknown Object (File)
Nov 18 2024, 4:25 PM
Unknown Object (File)
Oct 18 2024, 8:02 AM
Unknown Object (File)
Oct 1 2024, 4:32 PM
Unknown Object (File)
Sep 24 2024, 6:36 PM
Unknown Object (File)
Sep 16 2024, 8:03 PM
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.