forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 481
Open
Labels
• driversRelated to the example drivers in `drivers/`.Related to the example drivers in `drivers/`.• libRelated to the `rust/` library.Related to the `rust/` library.
Description
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
Labels
• driversRelated to the example drivers in `drivers/`.Related to the example drivers in `drivers/`.• libRelated to the `rust/` library.Related to the `rust/` library.