From: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
To: Yishai Hadas <yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Cc: dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
majd-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org,
talal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org,
sagi-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org
Subject: Re: [PATCH V1 libibverbs 1/7] Introduce Work Queue object and its verbs
Date: Wed, 14 Sep 2016 11:05:23 -0600 [thread overview]
Message-ID: <20160914170523.GF16014@obsidianresearch.com> (raw)
In-Reply-To: <1473861388-22064-2-git-send-email-yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
On Wed, Sep 14, 2016 at 04:56:22PM +0300, Yishai Hadas wrote:
> ibv_cmd_create_qp_ex2;
> ibv_cmd_open_qp;
> ibv_cmd_rereg_mr;
> +};
> +
> +IBVERBS_1.3 {
> + global:
> + ibv_cmd_create_wq;
> + ibv_cmd_modify_wq;
> + ibv_cmd_destroy_wq;
>
> } IBVERBS_1.0;
No, this still isn't right. Please spend some time to learn about this
stuff...
diff --git a/libibverbs/src/libibverbs.map b/libibverbs/src/libibverbs.map
index 2278aba0bb3a..75440b05bc3e 100644
--- a/libibverbs/src/libibverbs.map
+++ b/libibverbs/src/libibverbs.map
@@ -121,3 +121,10 @@ IBVERBS_1.1 {
ibv_cmd_rereg_mr;
} IBVERBS_1.0;
+
+IBVERBS_1.3 {
+ global:
+ ibv_cmd_create_wq;
+ ibv_cmd_destroy_wq;
+ ibv_cmd_modify_wq;
+} IBVERBS_1.1;
--
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
next prev parent reply other threads:[~2016-09-14 17:05 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-14 13:56 [PATCH V1 libibverbs 0/7] RSS support Yishai Hadas
[not found] ` <1473861388-22064-1-git-send-email-yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-09-14 13:56 ` [PATCH V1 libibverbs 1/7] Introduce Work Queue object and its verbs Yishai Hadas
[not found] ` <1473861388-22064-2-git-send-email-yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-09-14 17:05 ` Jason Gunthorpe [this message]
2016-09-14 13:56 ` [PATCH V1 libibverbs 2/7] Introduce Receive Work Queue indirection table " Yishai Hadas
2016-09-14 13:56 ` [PATCH V1 libibverbs 3/7] Extend create QP to get a Receive Work Queue indirection table Yishai Hadas
2016-09-14 13:56 ` [PATCH V1 libibverbs 4/7] Extend create QP to get RX hash data Yishai Hadas
2016-09-14 13:56 ` [PATCH V1 libibverbs 5/7] Track asynchronous events on a work queue Yishai Hadas
2016-09-14 13:56 ` [PATCH V1 libibverbs 6/7] Expose RSS related capabilities Yishai Hadas
2016-09-14 13:56 ` [PATCH V1 libibverbs 7/7] Update man pages for RSS usage Yishai Hadas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160914170523.GF16014@obsidianresearch.com \
--to=jgunthorpe-epgobjl8dl3ta4ec/59zmfatqe2ktcn/@public.gmane.org \
--cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=majd-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=sagi-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org \
--cc=talal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox