On Sat, Jul 06, 2019 at 07:35:23PM +0300, Leon Romanovsky wrote: > > > diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h > > > index 30eb68f36109..c5f8a9f17063 100644 > > > +++ b/include/rdma/ib_verbs.h > > > @@ -308,8 +308,8 @@ struct ib_rss_caps { > > > }; > > > > > > enum ib_tm_cap_flags { > > > - /* Support tag matching on RC transport */ > > > - IB_TM_CAP_RC = 1 << 0, > > > + /* Support tag matching with rendezvous offload for RC transport */ > > > + IB_TM_CAP_RNDV_RC = 1 << 0, > > > }; > > > > This is in the wrong header, right? > > It predates our all-to-uapi headers approach and moving to UAPI this struct > is definitely too much for a fix which should go to stable@. Well, lets send a patch to fix it please Jason