-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can pcapp support soft-roce rdma packet header parse? #1569
Comments
@FlashBarryAllen Seems that we don't have that implementation yet. It would be nice if you can help add the RMDA support in the library. |
@FlashBarryAllen are you referring to this protocol? https://en.wikipedia.org/wiki/RDMA_over_Converged_Ethernet |
@seladb yes, that's what I want. |
@tigercosmos I just found it on linux-kernel, and read the soft-roce. If I can, I will implement it by myself. |
@tigercosmos I have try code the infinibandlayer myself. And I will complete the left once I have time.
|
@FlashBarryAllen I took a quick look. It looks nice but may need more discussion on the design. Feel free to open PR after you finish the code and do the cleanup. |
Question
I found that our pcapp support 7 layer. However, rdma is now populate. And I wonder if we will develop rdma parse and edit in L4 or L5 layer.
Operating systems
Linux
The text was updated successfully, but these errors were encountered: