Skip to content

Rdma device driver support #1032

Open
Open
@xubo3006

Description

@xubo3006

I try to add rdma device driver support,like infiniband mlx4 or Soft-RoCE.
It's hard to handle the large number of pointer related operations generated by complex device drivers.
Another issue is that static inline functions are not yet supported as show in #353 , and netdev have many inline functions.
At present, there is no implementation precedent learning related to complex drivers, and I can only try to write basic interfaces.

Metadata

Metadata

Assignees

No one assigned

    Labels

    • driversRelated to the example drivers in `drivers/`.• libRelated to the `rust/` library.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions