> >        return mlx4_cmd(dev, limit_watermark, srq_num, 0, MLX4_CMD_ARM_SRQ,
> > -                       MLX4_CMD_TIME_CLASS_B);
> > +                       MLX4_CMD_TIME_CLASS_B, 0);
> 
> Instead of a 0 or 1 for the native parameter, can we define something like
> 
> enum {
>            MLX4_CMD_NATIVE,
>            MLX4_CMD_WRAPPED
> };
> 
> so that all these calls become easier to read?
 
Agree,
We will change this for next round.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to