rdma-core icon indicating copy to clipboard operation
rdma-core copied to clipboard

tests: ODP testcases for RDMA Write/Read and Atomic operations

Open ddmatsu opened this issue 2 years ago • 0 comments

These patches add new testcases for ODP. Currently, only Send operation is checked to work correctly, but we should also check other operations too. I confirmed that the they work correctly on RFC implementation of Explicit ODP on rxe[1] and mlx5 (using Connect X-6).

The first two patches are for clean-up: tests: Import test.utils entirely for ODP test cases tests: Make ODP test consistent with other traffic tests

The latter two add new testcases: tests: Add tests for Atomic operations with ODP tests: Add RDMA Write and Read testcase for ODP

[1] [RFC PATCH 0/7] RDMA/rxe: On-Demand Paging on SoftRoCE https://lore.kernel.org/lkml/[email protected]/t/

ddmatsu avatar Sep 22 '22 09:09 ddmatsu