netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: saeedm@mellanox.com
Cc: dledford@redhat.com, netdev@vger.kernel.org,
	linux-rdma@vger.kernel.org, leonro@mellanox.com,
	ilyal@mellanox.com, artemyko@mellanox.com, leon@kernel.org
Subject: Re: [PATCH for-next 05/11] IB/mlx5: Refactor UMR post send format
Date: Sun, 01 Jan 2017 21:11:51 -0500 (EST)	[thread overview]
Message-ID: <20170101.211151.1554932382154746164.davem@davemloft.net> (raw)
In-Reply-To: <1483305027-2573-6-git-send-email-saeedm@mellanox.com>

From: Saeed Mahameed <saeedm@mellanox.com>
Date: Sun,  1 Jan 2017 23:10:21 +0200

> diff --git a/drivers/infiniband/hw/mlx5/qp.c b/drivers/infiniband/hw/mlx5/qp.c
> index a1b3125..6d5f5d4 100644
> --- a/drivers/infiniband/hw/mlx5/qp.c
> +++ b/drivers/infiniband/hw/mlx5/qp.c
> @@ -3080,9 +3080,10 @@ static void set_data_ptr_seg(struct mlx5_wqe_data_seg *dseg, struct ib_sge *sg)
>  	dseg->addr       = cpu_to_be64(sg->addr);
>  }
>  
> -static __be16 get_klm_octo(int npages)
> +static inline u64 get_xlt_octo(u64 bytes)
>  {

Again, please don't use 'inline' in foo.c files.

  reply	other threads:[~2017-01-02  2:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-01 21:10 [PATCH for-next 00/11] Mellanox mlx5 core and ODP updates 2017-01-01 Saeed Mahameed
2017-01-01 21:10 ` [PATCH for-next 01/11] net/mlx5: Fix offset naming for reserved fields in hca_cap_bits Saeed Mahameed
2017-01-01 21:10 ` [PATCH for-next 04/11] net/mlx5: Support new MR features Saeed Mahameed
2017-01-01 21:10 ` [PATCH for-next 05/11] IB/mlx5: Refactor UMR post send format Saeed Mahameed
2017-01-02  2:11   ` David Miller [this message]
2017-01-01 21:10 ` [PATCH for-next 06/11] IB/mlx5: Add support for big MRs Saeed Mahameed
2017-01-01 21:10 ` [PATCH for-next 08/11] net/mlx5: Update PAGE_FAULT_RESUME layout Saeed Mahameed
2017-01-01 21:10 ` [PATCH for-next 09/11] {net,IB}/mlx5: Refactor page fault handling Saeed Mahameed
     [not found] ` <1483305027-2573-1-git-send-email-saeedm-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-01-01 21:10   ` [PATCH for-next 02/11] IB/mlx5: Reorder code in query device command Saeed Mahameed
2017-01-01 21:10   ` [PATCH for-next 03/11] IB/mlx5: Add helper mlx5_ib_post_send_wait Saeed Mahameed
     [not found]     ` <1483305027-2573-4-git-send-email-saeedm-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-01-02  2:10       ` David Miller
2017-01-01 21:10   ` [PATCH for-next 07/11] IB/mlx5: Add MR cache for large UMR regions Saeed Mahameed
2017-01-01 21:10   ` [PATCH for-next 10/11] IB/mlx5: Add ODP atomics support Saeed Mahameed
2017-01-01 21:10   ` [PATCH for-next 11/11] IB/mlx5: Improve MR check 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=20170101.211151.1554932382154746164.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=artemyko@mellanox.com \
    --cc=dledford@redhat.com \
    --cc=ilyal@mellanox.com \
    --cc=leon@kernel.org \
    --cc=leonro@mellanox.com \
    --cc=linux-rdma@vger.kernel.org \
    --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).