Page MenuHomeFreeBSD

Add infrastructure for handling the VC msg channel from VFs
ClosedPublic

Authored by rstone on Jan 24 2015, 10:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 25 2023, 3:31 PM
Unknown Object (File)
Dec 20 2023, 3:45 AM
Unknown Object (File)
Jul 20 2023, 3:21 PM
Unknown Object (File)
Jul 11 2023, 4:47 AM
Unknown Object (File)
Jun 5 2023, 3:50 PM
Unknown Object (File)
Apr 11 2023, 6:55 AM
Unknown Object (File)
Mar 3 2023, 4:41 PM
Unknown Object (File)
Feb 1 2023, 5:47 PM
Subscribers

Details

Reviewers
jfv
Summary

The VF drivers do not have unrestricted access to the hardware.
To configure the VF (e.g. set the MAC address), they are required
to send a message the PF requesting the configuration. These
messages are passed over the "Virtual Channel" (VC). Add the
infrastructure required to receive Admin Queue interrupts
indicating that a VC message has been received. Also add functions
for sending responses back to the VFs.

At this stage no VC messages are actually handled. Implementation
of individual VC messages will be added in subsequent commits.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

rstone retitled this revision from to Add infrastructure for handling the VC msg channel from VFs.
rstone edited the test plan for this revision. (Show Details)
rstone added a reviewer: jfv.
rstone updated this object.
rstone added a subscriber: Unknown Object (MLST).
jfv edited edge metadata.

Fine

This revision is now accepted and ready to land.Jan 28 2015, 11:04 PM