RE: [PATCH for-next 9/9] Samples: Peer memory client example

2014-10-07 Thread Davis, Arlin R
for-next 9/9] Samples: Peer memory client example Adds an example of a peer memory client which implements the peer memory API as defined under include/rdma/peer_mem.h. It uses the HOST memory functionality to implement the APIs and can be a good reference for peer memory client writers

RE: [PATCH for-next 9/9] Samples: Peer memory client example

2014-10-07 Thread Hefty, Sean
Adds an example of a peer memory client which implements the peer memory API as defined under include/rdma/peer_mem.h. It uses the HOST memory functionality to implement the APIs and can be a good reference for peer memory client writers. Is there a real user of these changes?

RE: [PATCH for-next 9/9] Samples: Peer memory client example

2014-10-02 Thread Shachar Raindel
On Wed, Oct 01, 2014 at 05:16:12PM +, Hefty, Sean wrote: Adds an example of a peer memory client which implements the peer memory API as defined under include/rdma/peer_mem.h. It uses the HOST memory functionality to implement the APIs and can be a good reference for peer memory

RE: [PATCH for-next 9/9] Samples: Peer memory client example

2014-10-01 Thread Hefty, Sean
Adds an example of a peer memory client which implements the peer memory API as defined under include/rdma/peer_mem.h. It uses the HOST memory functionality to implement the APIs and can be a good reference for peer memory client writers. Is there a real user of these changes? -- To

Re: [PATCH for-next 9/9] Samples: Peer memory client example

2014-10-01 Thread Jason Gunthorpe
On Wed, Oct 01, 2014 at 05:16:12PM +, Hefty, Sean wrote: Adds an example of a peer memory client which implements the peer memory API as defined under include/rdma/peer_mem.h. It uses the HOST memory functionality to implement the APIs and can be a good reference for peer memory client