Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lspci: Add support for the DOE Discovery options #152

Closed

Commits on Jul 14, 2023

  1. lspci: Add support for the DOE Discovery options

    The PCIe 6 specification added support for the Data Object Exchange
    (DOE). When DOE is supported the Discovery Data Object Protocol must be
    implemented. The protocol allows a requester to obtain information about
    the other DOE protocols supported by the device.
    
    This patch adds support for querying the list of DOE Discovery Data
    Object Protocols supported by the device.
    
    This unfortunatley does require writing to the device, as we can't
    query the information without sending data objects to the device.
    
    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    767978e View commit details
    Browse the repository at this point in the history