ofi-cray / libfabric-cray

Open Fabric Interfaces
http://ofiwg.github.io/libfabric/
Other
16 stars 9 forks source link

gni/src/gnix_fabric.c: some useless code inside _gnix_ep_getinfo() #1421

Open miharulidze opened 6 years ago

miharulidze commented 6 years ago

In the code of _gnix_epgetinfo() function at lines 494-499, tx and rx_ context counters change to hints values after check passed. At line 654 we do it again inside ofi_alter_info().

I notified the @jswaro about it by e-mail, and he asked me to open an issue.

jswaro commented 6 years ago

Thanks!

hppritcha commented 6 years ago

@jswaro are you fixing this?

jswaro commented 6 years ago

Not at the moment. Did you want to grab it? It is fairly low priority as I understand it.