rfaucett / libfabric

Open Fabric Interfaces
Other
0 stars 0 forks source link

usdf_cq_read_* needs rework #8

Open rfaucett opened 9 years ago

rfaucett commented 9 years ago

i don't like how there are essentially 4+ different routines that are copies of each other with minor changes. not sure the best way to unify - all have the structure of common outer shell with different nugget inside the loop. performance critical, so a callback inside the loop is not desired.