jonhoo / rust-ibverbs

Bindings for RDMA ibverbs through rdma-core
Apache License 2.0
143 stars 33 forks source link

Project status #23

Closed rajachan closed 2 years ago

rajachan commented 2 years ago

@jonhoo @daniel-noland wondering what plans you had for this crate. Are you planning to maintain this over time or is any company looking at sustaining the project?

daniel-noland commented 2 years ago

I absolutely intend to support and continue to develop on this crate. That said, my time has been very stretched for a while now due to a large project at work. It is my hope that my work project will wrap up in the next month or two, at which point I would love to get back to this.

I have a lot of ideas for things I would like to improve, starting with testing, and moving onto other RDMA functionality like sge lists, atomic operations, as well as performance benchmarks, as well as an investigation of link time optimization for this + rdma-core

rajachan commented 2 years ago

Thanks for that info, sounds great.