From: David Miller <davem@davemloft.net>
To: saeedm@mellanox.com
Cc: netdev@vger.kernel.org, mohamad@mellanox.com
Subject: Re: [PATCH net-next 1/8] net/mlx5: Make the command interface cache more flexible
Date: Wed, 16 Nov 2016 13:55:11 -0500 (EST) [thread overview]
Message-ID: <20161116.135511.614933371173594632.davem@davemloft.net> (raw)
In-Reply-To: <1479245407-6884-2-git-send-email-saeedm@mellanox.com>
From: Saeed Mahameed <saeedm@mellanox.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".
next prev parent reply other threads:[~2016-11-16 18:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-15 21:29 [PATCH net-next 0/8] Mellanox 100G mlx5 update 2016-11-15 Saeed Mahameed
2016-11-15 21:30 ` [PATCH net-next 1/8] net/mlx5: Make the command interface cache more flexible Saeed Mahameed
2016-11-16 18:55 ` David Miller [this message]
2016-11-15 21:30 ` [PATCH net-next 2/8] net/mlx5: Port module event hardware structures Saeed Mahameed
2016-11-15 21:30 ` [PATCH net-next 3/8] net/mlx5: Add handling for port module event Saeed Mahameed
2016-11-15 21:30 ` [PATCH net-next 4/8] net/mlx5e: Add port module event counters to ethtool stats Saeed Mahameed
2016-11-15 21:30 ` [PATCH net-next 5/8] net/mlx5: Set driver version infrastructure Saeed Mahameed
2016-11-15 21:30 ` [PATCH net-next 6/8] net/mlx5: Set driver version into firmware Saeed Mahameed
2016-11-15 21:30 ` [PATCH net-next 7/8] net/mlx5: Add MPCNT register infrastructure Saeed Mahameed
2016-11-15 21:30 ` [PATCH net-next 8/8] net/mlx5e: Expose PCIe statistics to ethtool Saeed Mahameed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161116.135511.614933371173594632.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=mohamad@mellanox.com \
--cc=netdev@vger.kernel.org \
--cc=saeedm@mellanox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).