From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [RFC 5/5] verbs: Tag matching receive interface Date: Mon, 12 Jun 2017 10:42:06 -0600 Message-ID: <20170612164206.GC12282@obsidianresearch.com> References: <1497249767-15353-1-git-send-email-artemyko@mellanox.com> <1497249767-15353-6-git-send-email-artemyko@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1497249767-15353-6-git-send-email-artemyko-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Artemy Kovalyov Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org, liranl-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org, yosefe-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org, leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org, anag-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org List-Id: linux-rdma@vger.kernel.org On Mon, Jun 12, 2017 at 09:42:47AM +0300, Artemy Kovalyov wrote: > Extending poll_cq with tag matching support. > +static inline void ibv_wc_read_tm_info(struct ibv_cq_ex *cq, > + struct ibv_wc_tm_info *tm_info) > +{ > + cq->read_tm_info(cq, tm_info); > +} This series has no man pages. Every single new public API needs corresponding man page updates. 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