[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20161116.135511.614933371173594632.davem@davemloft.net>
Date: Wed, 16 Nov 2016 13:55:11 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: saeedm@...lanox.com
Cc: netdev@...r.kernel.org, mohamad@...lanox.com
Subject: Re: [PATCH net-next 1/8] net/mlx5: Make the command interface
cache more flexible
From: Saeed Mahameed <saeedm@...lanox.com>
Date: Tue, 15 Nov 2016 23:30:00 +0200
> -struct cache_ent {
> +struct cmd_msg_cache {
> /* protect block chain allocations
> */
> spinlock_t lock;
> struct list_head head;
> + unsigned max_inbox_size;
> + unsigned num_ent;
Always spell out fully the "unsigned int" type name instead of just
plain "unsigned".
Powered by blists - more mailing lists