From patchwork Tue Nov 14 19:50:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Christoph Lameter (Ampere)" X-Patchwork-Id: 10058185 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id ADA9F6023A for ; Tue, 14 Nov 2017 19:50:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A04AA299C9 for ; Tue, 14 Nov 2017 19:50:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9525C299D1; Tue, 14 Nov 2017 19:50:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 41658299C9 for ; Tue, 14 Nov 2017 19:50:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755491AbdKNTu4 (ORCPT ); Tue, 14 Nov 2017 14:50:56 -0500 Received: from resqmta-ch2-12v.sys.comcast.net ([69.252.207.44]:39604 "EHLO resqmta-ch2-12v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754305AbdKNTuz (ORCPT ); Tue, 14 Nov 2017 14:50:55 -0500 Received: from resomta-ch2-05v.sys.comcast.net ([69.252.207.101]) by resqmta-ch2-12v.sys.comcast.net with ESMTP id EhEHesOEmKFDBEhEVeDgUu; Tue, 14 Nov 2017 19:50:55 +0000 Received: from gentwo.org ([98.222.162.64]) by resomta-ch2-05v.sys.comcast.net with SMTP id EhEUe0hFbF3JUEhEUe8J5I; Tue, 14 Nov 2017 19:50:55 +0000 Received: by gentwo.org (Postfix, from userid 1001) id 2567411601BD; Tue, 14 Nov 2017 13:50:54 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by gentwo.org (Postfix) with ESMTP id 22D9D1160166; Tue, 14 Nov 2017 13:50:54 -0600 (CST) Date: Tue, 14 Nov 2017 13:50:54 -0600 (CST) From: Christopher Lameter X-X-Sender: cl@nuc-kabylake To: Jason Gunthorpe cc: linux-rdma@vger.kernel.org, Doug Ledford , Alex Vesker , Sean Hefty Subject: Re: [PATCH 1/2] librdmacm: Add support for extended join multicast API V2 In-Reply-To: <20171114192558.GL4263@ziepe.ca> Message-ID: References: <20171114185720.609975150@linux.com> <20171114185739.838757957@linux.com> <20171114192558.GL4263@ziepe.ca> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 X-CMAE-Envelope: MS4wfBzwegt/yR6OFdhBaWjJd80pAkJvjT22II4RaGMBMqprGtF8zgrgdCRhirT/Kgc1tWABoaz4Df18qVZK7fQwwA3BMH9qltQRokQkU5o8yaCFK5TWIKqT IcpREoTj0zVyZRrX4kkRM0EwrN74Q1vMHrhMu2XcIP5we1NKDnGpGRAIQpRVh9Sy4j5rmsGgVQYGk6iMKcNOwXWPIqWVT7e6gIkpi+IAQNJ49z7hGHHnEJoT hEZSezYZjyycLiOcPFt/68Jyb2BPzn8NWYJTnM4sEQw= Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On Tue, 14 Nov 2017, Jason Gunthorpe wrote: > Ie package version 16, not the really old 1.0.15 Ok fixup patch: From: Christoph Lameter Subject: Increase rdma_join_multicast_ex package version to 1.0.16 Signed-off-by: Christoph Lameter --- 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 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 1.0.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