mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 14:12:06 +00:00
RDMA: Add ERDMA to rdma_driver_id definition
Define RDMA_DRIVER_ERDMA in enum rdma_driver_id. Link: https://lore.kernel.org/r/20220727014927.76564-2-chengyou@linux.alibaba.com Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
parent
f2906aa863
commit
d8f70c4739
@ -250,6 +250,7 @@ enum rdma_driver_id {
|
|||||||
RDMA_DRIVER_QIB,
|
RDMA_DRIVER_QIB,
|
||||||
RDMA_DRIVER_EFA,
|
RDMA_DRIVER_EFA,
|
||||||
RDMA_DRIVER_SIW,
|
RDMA_DRIVER_SIW,
|
||||||
|
RDMA_DRIVER_ERDMA,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum ib_uverbs_gid_type {
|
enum ib_uverbs_gid_type {
|
||||||
|
Loading…
Reference in New Issue
Block a user