Hengyu Wang 王恒宇
Hengyu Wang 王恒宇
Using unsafe code in example is not a good practice. We can replace unsafe memory region pointer dereference with mutable slice. #47
Provide connections with different allocator and event_listener for cloned `Rdma`s. #83
**Type of issue**: bug report **Impact**: unknown **Development Phase**: request **Other information** I want to generate mem tarce using the script `tracegen.py`. But I can't make the emulator with CONFIG=TraceGenConfig...
In the provided [litmus test sample](https://github.com/riscv/riscv-isa-manual/blob/riscv-isa-release-157641b-2024-03-12/src/images/graphviz/litmus_sample.png), the edge `c -fr-> a` indicates that event `c` precedes `a`. However, `a` is not a co-successor of `c`, and `c` reads the value...
For #111 , the better solution is to bump rust toolchain to a higher version. And it needs some change to satisfy clippy's checks.
The value of immediate data flag may be different on RDMA devices. And you can change this flag by [this API](https://github.com/datenlord/async-rdma/blob/39e26c6cf0317229a0b7dbc557b0f6fe2824ec7b/src/lib.rs#L1009) to adapt your devices. _Originally posted by @GTwhy in...
Shall we also check other hardware limitations? _Originally posted by @rogercloud in https://github.com/datenlord/async-rdma/pull/89#discussion_r1009462633_ We may get errors returned by ibv APIs with ambiguous error messages because of hardware limitations. We...
#383 has made some modifications to atomic operations, and the related features may no longer be needed in the future. Need to check if these operations need to be retained...
Hi! I'm trying to use this lib for some co-simulation works but I have some questions about its feasibility for my use case. We have user logic based on XDMA...