You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The send and recv operations fail if there are four or more send meta->sge entries in the post get req async function at line 571 of hash bench.c and four or more recv meta->sge entries in the offload hash function.
The text was updated successfully, but these errors were encountered:
@LiYuTingxxn@wreda I tried to run the RedN source code. I wanted to run for the scenario where the hash collision happens or multiple visits for the linked list so I can get the performance for a complex offloaded function. However,
I changed parameter key from 1000 to 1004 for function post_get_req_sync, but it stuck for hash_bench or linkedlist_bench.
I tried the REDN_PARALLEL/REDN_SEQUENTIAL for the hash_bench, but it still failed.
I only succeeded for the basic hash_bench with REDN_SINGLE, but I got a bad performance with 50-ile latency as 42us and 99.9-ile as 39ms (The read latency is 3.5-7.3us for our testbed).
I am not sure whether my environment is not correct with OFED 4.9 (The author used 4.7), or if there are some bugs in the code because there are many '#if 0/1'. So I want to know whether you have run the linked_list successfully in your testbed. And I will appreciate it if you can give me some advice for the experiment reproduction.
Hi,
The send and recv operations fail if there are four or more send meta->sge entries in the post get req async function at line 571 of hash bench.c and four or more recv meta->sge entries in the offload hash function.
The text was updated successfully, but these errors were encountered: