|
@@ -556,8 +556,13 @@ static int mlx4_ib_query_device(struct ib_device *ibdev,
|
|
|
|
|
|
if ((dev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_RSS) &&
|
|
if ((dev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_RSS) &&
|
|
(mlx4_ib_port_link_layer(ibdev, 1) == IB_LINK_LAYER_ETHERNET ||
|
|
(mlx4_ib_port_link_layer(ibdev, 1) == IB_LINK_LAYER_ETHERNET ||
|
|
- mlx4_ib_port_link_layer(ibdev, 2) == IB_LINK_LAYER_ETHERNET))
|
|
|
|
|
|
+ mlx4_ib_port_link_layer(ibdev, 2) == IB_LINK_LAYER_ETHERNET)) {
|
|
|
|
+ props->rss_caps.max_rwq_indirection_tables = props->max_qp;
|
|
|
|
+ props->rss_caps.max_rwq_indirection_table_size =
|
|
|
|
+ dev->dev->caps.max_rss_tbl_sz;
|
|
|
|
+ props->rss_caps.supported_qpts = 1 << IB_QPT_RAW_PACKET;
|
|
props->max_wq_type_rq = props->max_qp;
|
|
props->max_wq_type_rq = props->max_qp;
|
|
|
|
+ }
|
|
|
|
|
|
if (!mlx4_is_slave(dev->dev))
|
|
if (!mlx4_is_slave(dev->dev))
|
|
err = mlx4_get_internal_clock_params(dev->dev, &clock_params);
|
|
err = mlx4_get_internal_clock_params(dev->dev, &clock_params);
|