Message ID | 1474259792.20134.117.camel@oracle.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, 2016-09-19 at 10:59 -0600, Jason Gunthorpe wrote: > 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. Ok, fine - I see no 1.3.x tag yet so will post av v3 with this fix now. Thanks, Knut -- 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 --git a/src/libibverbs.map b/src/libibverbs.map index 5134bd9..979980d 100644 --- a/src/libibverbs.map +++ 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; + + +IBVERBS_1.3 { +} IBVERBS_1.2; + +IBVERBS_1.4 { + global: + ibv_cmd_create_ah_ex;