>  enum {
 >      MLX4_FLAG_MSI_X         = 1 << 0,
 >      MLX4_FLAG_OLD_PORT_CMDS = 1 << 1,
 > +    MLX4_FLAG_MASTER        = 1 << 2,
 > +    MLX4_FLAG_SLAVE         = 1 << 3,
 > +    MLX4_FLAG_SRIOV         = 1 << 4,
 >  };

I'm a bit confused by these flags.  As far as I can tell, the SRIOV flag
will be set if and only if MASTER is set too... so in other words we
might as well just have the MASTER and SLAVE flags and not have the
SRIOV flag at all.

 - R.
--
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