On Thu, Sep 8, 2022 5:41 PM Zhu Yanjun wrote: > > [How to test ODP?] > > There are only a few resources available for testing. pyverbs testcases in > > rdma-core and perftest[7] are recommendable ones. Note that you may have to > > build perftest from upstream since older versions do not handle ODP > > capabilities correctly. > > ibv_rc_pingpong can also test the odp feature. This may be the easiest way to try the feature. > > Please add rxe odp test cases in rdma-core. This RFC implementation is functionally a subset of mlx5. So, basically we can use the existing one(tests/test_odp.py). I'll add new cases when I make them for additional testing. Thanks, Daisuke Matsuda > > Thanks a lot. > Zhu Yanjun