On Mon, Jul 1, 2013 at 9:03 PM, Joe Perches <[email protected]> wrote: > On Mon, 2013-07-01 at 10:49 -0700, Roland Dreier wrote:
On Mon, Jul 1, 2013 at 9:03 PM, Joe Perches <[email protected]> wrote: > On Mon, 2013-07-01 at 10:49 -0700, Roland Dreier wrote: [...] >> +struct mlx5_cmd { >> ... >> + struct mlx5_cmd_stats stats[0x80a]; >> the 0x80a magic number really needs to have a name. > And that's a pretty big struct too. 2058 array entries. ~100kb > Does it really need to be that big? Indeed a bit of biggish, but note there's just one instance of this arrary per HCA port. For now we will leave this size but make it less obscure, will be MLX5_CMD_OP_LAST -- 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
