From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [PATCH libibverbs v2 1/3] Add new call ibv_cmd_create_ah_ex which supports extra parameters Date: Mon, 19 Sep 2016 10:59:42 -0600 Message-ID: <20160919165942.GB11836@obsidianresearch.com> References: <5cc0157c0f05701d8cb1334e6ee11e1e7be6fa24.1474063039.git-series.knut.omang@oracle.com> <20160919030122.GA23152@obsidianresearch.com> <1474257063.20134.103.camel@oracle.com> <20160919040854.GA28241@obsidianresearch.com> <1474259364.20134.114.camel@oracle.com> <1474259792.20134.117.camel@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1474259792.20134.117.camel-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Knut Omang Cc: Doug Ledford , linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Mukesh Kacker List-Id: linux-rdma@vger.kernel.org On Mon, Sep 19, 2016 at 06:36:32AM +0200, Knut Omang wrote: > diff --git a/src/libibverbs.map b/src/libibverbs.map > index 5134bd9..979980d 100644 > +++ b/src/libibverbs.map > @@ -118,5 +118,15 @@ IBVERBS_1.1 { > ibv_cmd_create_qp_ex2; > ibv_cmd_open_qp; > ibv_cmd_rereg_mr; > } IBVERBS_1.0; > > +IBVERBS_1.2 { > +} IBVERBS_1.1; This is the right idea, but we won't be going back to fix the bad tags from 1.2 and other releases so this can be dropped. > +IBVERBS_1.3 { > +} IBVERBS_1.2; If you pull from Doug's tree right now you'll get a populated version of this stanza > +IBVERBS_1.4 { > + global: > + ibv_cmd_create_ah_ex; > +} IBVERBS_1.3; Right. Doug will have to figure out a process for these, eg if he hasn't released 1.3 yet then this can be folded into 1.3. It is critical that once a release is made that the existing stanza's not be changed. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html