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

NVMe/MVMEeOF: Patch NVMe/NVMeOF driver to support GDS on Linux 5.19 K… #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 3, 2023

  1. NVMe/MVMEeOF: Patch NVMe/NVMeOF driver to support GDS on Linux 5.19 K…

    …ernel
    
    With this change, the NVMe and NVMeOF driver would be
    enabled to support GPUDirectStorage(GDS).
    The change is around nvme/nvme rdma map_data()
    and unmap_data(), where the IO request is
    first intercepted to check for GDS pages and
    if it is a GDS page then the request is served
    by GDS driver component called nvidia-fs,
    else the request would be served by the standard NVMe driver code.
    
    Signed-off-by: Sourab Gupta <[email protected]>
    Acked-by: Rebanta Mitra <[email protected]>
    Acked-by: Prashant Prabhu <[email protected]>
    sourabgupta3 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9662132 View commit details
    Browse the repository at this point in the history