|
|
@@ -2938,11 +2938,13 @@ static u32 get_core_cap_flags(struct ib_device *ibdev)
|
|
|
if (ll == IB_LINK_LAYER_INFINIBAND)
|
|
|
return RDMA_CORE_PORT_IBA_IB;
|
|
|
|
|
|
+ ret = RDMA_CORE_PORT_RAW_PACKET;
|
|
|
+
|
|
|
if (!(l3_type_cap & MLX5_ROCE_L3_TYPE_IPV4_CAP))
|
|
|
- return 0;
|
|
|
+ return ret;
|
|
|
|
|
|
if (!(l3_type_cap & MLX5_ROCE_L3_TYPE_IPV6_CAP))
|
|
|
- return 0;
|
|
|
+ return ret;
|
|
|
|
|
|
if (roce_version_cap & MLX5_ROCE_VERSION_1_CAP)
|
|
|
ret |= RDMA_CORE_PORT_IBA_ROCE;
|