Re: [PATCH rdma-core v3 5/6] tests: Add tests for dma-buf based memory regions

2020-11-30 Thread Daniel Vetter
t; > Romanovsky ; Jason Gunthorpe ; > > Doug Ledford ; Vetter, Daniel > > ; Christian Koenig > > Subject: Re: [PATCH rdma-core v3 5/6] tests: Add tests for dma-buf based > > memory regions > > > > On Fri, Nov 27, 2020 at 12:55:42PM -0800, Jianxin Xiong wrote

RE: [PATCH rdma-core v3 5/6] tests: Add tests for dma-buf based memory regions

2020-11-30 Thread Xiong, Jianxin
g > Subject: Re: [PATCH rdma-core v3 5/6] tests: Add tests for dma-buf based > memory regions > > On Fri, Nov 27, 2020 at 12:55:42PM -0800, Jianxin Xiong wrote: > > Define a set of unit tests similar to regular MR tests and a set of > > tests for send/recv and rdma traff

Re: [PATCH rdma-core v3 5/6] tests: Add tests for dma-buf based memory regions

2020-11-30 Thread Daniel Vetter
On Fri, Nov 27, 2020 at 12:55:42PM -0800, Jianxin Xiong wrote: > Define a set of unit tests similar to regular MR tests and a set of > tests for send/recv and rdma traffic using dma-buf MRs. Add a utility > function to generate access flags for dma-buf based MRs because the > set of supported

[PATCH rdma-core v3 5/6] tests: Add tests for dma-buf based memory regions

2020-11-27 Thread Jianxin Xiong
Define a set of unit tests similar to regular MR tests and a set of tests for send/recv and rdma traffic using dma-buf MRs. Add a utility function to generate access flags for dma-buf based MRs because the set of supported flags is smaller. Signed-off-by: Jianxin Xiong --- tests/test_mr.py |