You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pmem
Hi all,
In case the client turns off DDIO and reads data using RDMA read directly from the remote NVM of the server to the local NVM region, does the client need additional operations to ensure persistence?
THanks!
Xuecheng Qi
Janek Mi
unread,
Aug 11, 2021, 5:16:16 PM8/11/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pmem
Hi
Xuecheng Qi
The short answer is: yes. RDMA read data ends its journey in CPU cache because you probably still have DDIO turned ON on the client-side. To persist the read data you have to call pmem_persist() or its equivalent.