Yonatan Nachum
Yonatan Nachum
Any progress on this ?
Hey @jgunthorpe, I updated the kernel headers commit now that the kernel changes are merged.
Hey @rleon, I rebased, thanks !
@EdwardSro, I agree its indeed cumbersome but Cython changed their behavior from C like enums to python like enums so the code can't use the existing c-like implementation which is...
@EdwardSro I did consider that option, but it feels more like a workaround than a proper solution. It essentially "hacks" Python’s global namespace to reintroduce the enums. While the change...
@Crazy-JY, Hey thats what this patch fixes. You can just cherry-pick it for now until it or a variation of it will be merged.
Hey @EdwardSro how do you want to proceed with this change ? its fully backwards compatible and doesn't suppose to break older Cython versions so its suppose to be safe...
Hey @tvegas1, thanks for the info. We have found the bug in our rdma-core code: https://github.com/linux-rdma/rdma-core/pull/1536 Thanks!