linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Bart Van Assche <bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v2 00/15] IB/rxe patches for kernel v4.11
Date: Tue, 10 Jan 2017 16:57:48 -0500	[thread overview]
Message-ID: <1484085468.2149.27.camel@redhat.com> (raw)
In-Reply-To: <20170110191554.17359-1-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 1611 bytes --]

On Tue, 2017-01-10 at 11:15 -0800, Bart Van Assche wrote:
> Hello Doug,
> 
> The patches in this series are what I came up with by reviewing and
> testing
> the rdma_rxe driver. Please consider these patches for kernel v4.11.
> The
> changes compared with v1 of this patch series are:
> - Modified patch 4 such that an unused argument is removed from
> get_mtu().
> - Introduced the "notify" argument in patch 11 instead of patch 10.
> - Modified patch 11 such that the comment that refers to the IBA spec
> is
>   preserved instead of removed.
> 
> Thanks,
> 
> Bart.
> 
> Bart Van Assche (15):
>   IB/rxe: Suppress sparse warnings
>   IB/rxe: Constify the pool name
>   IB/rxe: Remove an unused function
>   IB/rxe: Remove an unused variable and an unused argument
>   IB/rxe: Remove superfluous casts
>   IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB()
>     arguments
>   IB/rxe: Let the compiler check the type of the cleanup functions
>   IB/rxe: Issue warnings once
>   IB/rxe: Add a runtime check in alloc_index()
>   IB/rxe: Introduce functions for queue draining
>   IB/rxe: Generate a completion for all failed work requests
>   IB/rxe: Fix a MR reference leak in check_rkey()
>   IB/rxe: Fix reference leaks in memory key invalidation code
>   IB/rxe: Remove a pointless indirection layer
>   IB/rxe: Fix an skb leak

Thanks, series applied.

-- 
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
    GPG KeyID: B826A3330E572FDD
   
Key fingerprint = AE6B 1BDA 122B 23B4 265B  1274 B826 A333 0E57 2FDD

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  parent reply	other threads:[~2017-01-10 21:57 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-10 19:15 [PATCH v2 00/15] IB/rxe patches for kernel v4.11 Bart Van Assche
     [not found] ` <20170110191554.17359-1-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:15   ` [PATCH v2 01/15] IB/rxe: Suppress sparse warnings Bart Van Assche
2017-01-10 19:15   ` [PATCH v2 02/15] IB/rxe: Constify the pool name Bart Van Assche
2017-01-10 19:15   ` [PATCH v2 03/15] IB/rxe: Remove an unused function Bart Van Assche
2017-01-10 19:15   ` [PATCH v2 04/15] IB/rxe: Remove an unused variable and an unused argument Bart Van Assche
2017-01-10 19:15   ` [PATCH v2 05/15] IB/rxe: Remove superfluous casts Bart Van Assche
2017-01-10 19:15   ` [PATCH v2 06/15] IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() arguments Bart Van Assche
2017-01-10 19:15   ` [PATCH v2 07/15] IB/rxe: Let the compiler check the type of the cleanup functions Bart Van Assche
2017-01-10 19:15   ` [PATCH v2 08/15] IB/rxe: Issue warnings once Bart Van Assche
2017-01-10 19:15   ` [PATCH v2 09/15] IB/rxe: Add a runtime check in alloc_index() Bart Van Assche
2017-01-10 19:15   ` [PATCH v2 10/15] IB/rxe: Introduce functions for queue draining Bart Van Assche
2017-01-10 19:15   ` [PATCH v2 11/15] IB/rxe: Generate a completion for all failed work requests Bart Van Assche
2017-01-10 19:15   ` [PATCH v2 12/15] IB/rxe: Fix a MR reference leak in check_rkey() Bart Van Assche
2017-01-10 19:15   ` [PATCH v2 13/15] IB/rxe: Fix reference leaks in memory key invalidation code Bart Van Assche
2017-01-10 19:15   ` [PATCH v2 14/15] IB/rxe: Remove a pointless indirection layer Bart Van Assche
2017-01-10 19:15   ` [PATCH v2 15/15] IB/rxe: Fix an skb leak Bart Van Assche
2017-01-10 21:57   ` Doug Ledford [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-10 19:08 [PATCH v2 00/15] IB/rxe patches for kernel v4.11 Bart Van Assche
     [not found] ` <20170110190822.16953-1-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-01-10 19:18   ` Bart Van Assche

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=1484085468.2149.27.camel@redhat.com \
    --to=dledford-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /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).