Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个进程,它注册了一块具有 LOCAL WRITE 权限的 RDMA 可访问内存。
另一个(本地)随机进程是否具有对该物理内存的写权限?
不可以,只有使用与 MR 相同的保护域 (PD) 创建的队列对才能访问它。由于另一个随机进程不能使用你的进程的 PD,它也不能使用你的 MR。