Re: [PATCH 0/2] IB multicast cleanup patches V2

2015-12-23 Thread Doug Ledford
On 12/21/2015 09:42 AM, Christoph Lameter wrote:
> V1->V2
>  - Add Reviewed by's for first patch from Ira Weiny
>  - Change name of ipoib_check_mcast_sendonly() to
>   ipoib_check_and_add_mcast_sendonly() as requested by Ira
> 
> This patchset cleans up the code a bit after the last round of multicast
> patches related to the sendonly join logic. Some of the bits of code
> landed in ipoib_main.c instead of ipoib_multicast.c.
> 
> - Move the multicastbits into that file so that everything is neatly together
> - Reduce the number of functions exported from ipoib_multicast.c
> 
> This patchset can be retrieved from a git repo on kernel.org via
> 
> git pull git://git.kernel.org/pub/scm/linux/kernel/git/christoph/rdma.git 
> cleanup
> 

Thanks, applied (with Ira's name fixed).

-- 
Doug Ledford 
  GPG KeyID: 0E572FDD




signature.asc
Description: OpenPGP digital signature


Re: [PATCH 0/2] IB multicast cleanup patches V2

2015-12-23 Thread ira.weiny
On Wed, Dec 23, 2015 at 01:11:11PM -0500, Doug Ledford wrote:
> On 12/21/2015 09:42 AM, Christoph Lameter wrote:
> > V1->V2
> >  - Add Reviewed by's for first patch from Ira Weiny
> >  - Change name of ipoib_check_mcast_sendonly() to
> > ipoib_check_and_add_mcast_sendonly() as requested by Ira
> > 
> > This patchset cleans up the code a bit after the last round of multicast
> > patches related to the sendonly join logic. Some of the bits of code
> > landed in ipoib_main.c instead of ipoib_multicast.c.
> > 
> > - Move the multicastbits into that file so that everything is neatly 
> > together
> > - Reduce the number of functions exported from ipoib_multicast.c
> > 
> > This patchset can be retrieved from a git repo on kernel.org via
> > 
> > git pull git://git.kernel.org/pub/scm/linux/kernel/git/christoph/rdma.git 
> > cleanup
> > 
> 
> Thanks, applied (with Ira's name fixed).

Thanks!  :-D

Ira

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/2] IB multicast cleanup patches V2

2015-12-21 Thread Christoph Lameter
V1->V2
 - Add Reviewed by's for first patch from Ira Weiny
 - Change name of ipoib_check_mcast_sendonly() to
ipoib_check_and_add_mcast_sendonly() as requested by Ira

This patchset cleans up the code a bit after the last round of multicast
patches related to the sendonly join logic. Some of the bits of code
landed in ipoib_main.c instead of ipoib_multicast.c.

- Move the multicastbits into that file so that everything is neatly together
- Reduce the number of functions exported from ipoib_multicast.c

This patchset can be retrieved from a git repo on kernel.org via

git pull git://git.kernel.org/pub/scm/linux/kernel/git/christoph/rdma.git 
cleanup

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html