diff mbox

[1/2] librdmacm: Add support for extended join multicast API V2

Message ID alpine.DEB.2.20.1711150921450.19575@nuc-kabylake (mailing list archive)
State Accepted, archived
Delegated to: Jason Gunthorpe
Headers show

Commit Message

Christoph Lameter (Ampere) Nov. 15, 2017, 3:22 p.m. UTC
On Tue, 14 Nov 2017, Jason Gunthorpe wrote:

> > Index: rdma-core/debian/librdmacm1.symbols
> > ===================================================================
> > +++ rdma-core/debian/librdmacm1.symbols
> > @@ -31,7 +31,7 @@ librdmacm.so.1 librdmacm1 #MINVER#
> >   rdma_get_src_port@RDMACM_1.0 1.0.19
> >   rdma_getaddrinfo@RDMACM_1.0 1.0.15
> >   rdma_join_multicast@RDMACM_1.0 1.0.15
> > - rdma_join_multicast_ex@RDMACM_1.1 1.0.15
> > + rdma_join_multicast_ex@RDMACM_1.1 1.0.16
>
> No, just '16', not '1.0.16'

Subject: Increase rdma_join_multicast_ex package version to 16

Signed-off-by: Christoph Lameter <cl@linux.com>

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

Comments

Jason Gunthorpe Nov. 17, 2017, 10:22 p.m. UTC | #1
On Wed, Nov 15, 2017 at 09:22:14AM -0600, Christopher Lameter wrote:
> On Tue, 14 Nov 2017, Jason Gunthorpe wrote:
> 
> > > Index: rdma-core/debian/librdmacm1.symbols
> > > ===================================================================
> > > +++ rdma-core/debian/librdmacm1.symbols
> > > @@ -31,7 +31,7 @@ librdmacm.so.1 librdmacm1 #MINVER#
> > >   rdma_get_src_port@RDMACM_1.0 1.0.19
> > >   rdma_getaddrinfo@RDMACM_1.0 1.0.15
> > >   rdma_join_multicast@RDMACM_1.0 1.0.15
> > > - rdma_join_multicast_ex@RDMACM_1.1 1.0.15
> > > + rdma_join_multicast_ex@RDMACM_1.1 1.0.16
> >
> > No, just '16', not '1.0.16'

I fixed eveything and put the series into a PR:

https://github.com/linux-rdma/rdma-core/pull/254

Please check it and let me know.

Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Jason Gunthorpe Nov. 20, 2017, 7:46 p.m. UTC | #2
On Wed, Nov 15, 2017 at 09:22:14AM -0600, Christopher Lameter wrote:
> On Tue, 14 Nov 2017, Jason Gunthorpe wrote:
> 
> > > Index: rdma-core/debian/librdmacm1.symbols
> > > ===================================================================
> > > +++ rdma-core/debian/librdmacm1.symbols
> > > @@ -31,7 +31,7 @@ librdmacm.so.1 librdmacm1 #MINVER#
> > >   rdma_get_src_port@RDMACM_1.0 1.0.19
> > >   rdma_getaddrinfo@RDMACM_1.0 1.0.15
> > >   rdma_join_multicast@RDMACM_1.0 1.0.15
> > > - rdma_join_multicast_ex@RDMACM_1.1 1.0.15
> > > + rdma_join_multicast_ex@RDMACM_1.1 1.0.16
> >
> > No, just '16', not '1.0.16'
> 
> Subject: Increase rdma_join_multicast_ex package version to 16
> 
> Signed-off-by: Christoph Lameter <cl@linux.com>
> 
> Index: rdma-core/debian/librdmacm1.symbols
> ===================================================================
> +++ rdma-core/debian/librdmacm1.symbols
> @@ -31,7 +31,7 @@ librdmacm.so.1 librdmacm1 #MINVER#
>   rdma_get_src_port@RDMACM_1.0 1.0.19
>   rdma_getaddrinfo@RDMACM_1.0 1.0.15
>   rdma_join_multicast@RDMACM_1.0 1.0.15
> - rdma_join_multicast_ex@RDMACM_1.1 1.0.15
> + rdma_join_multicast_ex@RDMACM_1.1 16
>   rdma_leave_multicast@RDMACM_1.0 1.0.15
>   rdma_listen@RDMACM_1.0 1.0.15
>   rdma_migrate_id@RDMACM_1.0 1.0.15

This series was applied via PR with some more revisions from me.

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

Patch

Index: rdma-core/debian/librdmacm1.symbols
===================================================================
--- rdma-core.orig/debian/librdmacm1.symbols
+++ rdma-core/debian/librdmacm1.symbols
@@ -31,7 +31,7 @@  librdmacm.so.1 librdmacm1 #MINVER#
  rdma_get_src_port@RDMACM_1.0 1.0.19
  rdma_getaddrinfo@RDMACM_1.0 1.0.15
  rdma_join_multicast@RDMACM_1.0 1.0.15
- rdma_join_multicast_ex@RDMACM_1.1 1.0.15
+ rdma_join_multicast_ex@RDMACM_1.1 16
  rdma_leave_multicast@RDMACM_1.0 1.0.15
  rdma_listen@RDMACM_1.0 1.0.15
  rdma_migrate_id@RDMACM_1.0 1.0.15