Page MenuHomeFreeBSD

Update mailbox writes to work with VF devices.
ClosedPublic

Authored by jhb on Aug 12 2016, 6:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 29, 12:35 AM
Unknown Object (File)
Wed, Mar 27, 7:27 PM
Unknown Object (File)
Feb 28 2024, 4:36 AM
Unknown Object (File)
Dec 20 2023, 12:48 AM
Unknown Object (File)
Dec 19 2023, 12:51 AM
Unknown Object (File)
Oct 24 2023, 9:01 AM
Unknown Object (File)
Sep 4 2023, 12:29 PM
Unknown Object (File)
Jul 14 2023, 7:00 PM
Subscribers

Details

Summary

Update mailbox writes to work with VF devices.

  • Use alternate register locations for the data and control registers for VFs.
  • Do a dummy read to force the writes to the mailbox data registers to post before the write to the control register on VFs.
  • Do not check the PCI-e firmware register for errors on VFs.
Test Plan
  • tested as part of the VF branch, also tested standalone on PF for basic testing (ping, netperf)

Diff Detail

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

Event Timeline

jhb retitled this revision from to Update mailbox writes to work with VF devices..
jhb updated this object.
jhb edited the test plan for this revision. (Show Details)
jhb added a reviewer: np.
np edited edge metadata.
This revision is now accepted and ready to land.Aug 13 2016, 9:17 PM
This revision was automatically updated to reflect the committed changes.