* Is there is any code example to test the XRC?
@ 2011-06-15 7:54 Dotan Barak
[not found] ` <201106151054.12651.dotanb-g2bIKuvJtcQanlnWow0HJg@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Dotan Barak @ 2011-06-15 7:54 UTC (permalink / raw)
To: sean.hefty-ral2JQCrhuEAvxtiuMwx3w; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA
Hi Sean.
Is there is any code example that you used for the development of the
"Allow 3rd party extensions to verb routines" and the XRC that you can share?
If you have such, it can be most usefull for us. If not, i guess we'll develop
an xrc_pingpong that will:
1) Gives an example on how to use the verbs extention
2) Provides basic testing for the XRC feature
Thanks
Dotan
--
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
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <201106151054.12651.dotanb-g2bIKuvJtcQanlnWow0HJg@public.gmane.org>]
* RE: Is there is any code example to test the XRC? [not found] ` <201106151054.12651.dotanb-g2bIKuvJtcQanlnWow0HJg@public.gmane.org> @ 2011-06-15 14:24 ` Hefty, Sean [not found] ` <1828884A29C6694DAF28B7E6B8A82373021147-P5GAC/sN6hmkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Hefty, Sean @ 2011-06-15 14:24 UTC (permalink / raw) To: Dotan Barak; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Is there is any code example that you used for the development of the > "Allow 3rd party extensions to verb routines" and the XRC that you can > share? > > If you have such, it can be most usefull for us. If not, i guess we'll > develop > an xrc_pingpong that will: > 1) Gives an example on how to use the verbs extention > 2) Provides basic testing for the XRC feature I have very simple example client/server programs that use the librdmacm. I was just getting too tired last night to post the patches. I'll send out the patches today and push out git trees with the changes. (I'd like to extend the samples to send traffic both directions, plus test multiple processes, but that will take a while to get to.) I also wanted to look at the OFED XRC APIs and see if I could somehow layer them over the submitted changes, or provide some way to ease migrating to the new APIs. - Sean -- 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <1828884A29C6694DAF28B7E6B8A82373021147-P5GAC/sN6hmkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>]
* RE: Is there is any code example to test the XRC? [not found] ` <1828884A29C6694DAF28B7E6B8A82373021147-P5GAC/sN6hmkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org> @ 2011-06-15 17:59 ` Hefty, Sean [not found] ` <1828884A29C6694DAF28B7E6B8A8237302135F-P5GAC/sN6hmkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Hefty, Sean @ 2011-06-15 17:59 UTC (permalink / raw) To: Hefty, Sean, Dotan Barak Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > I have very simple example client/server programs that use the librdmacm. > I was just getting too tired last night to post the patches. I'll send > out the patches today and push out git trees with the changes. I've pushed out git trees that contain all of the patches that I have. The trees are all on the openfabrics server with an xrc branch: git://git.openfabrics.org/~shefty/rdma-dev.git xrc git://git.openfabrics.org/~shefty/libibverbs.git xrc git://git.openfabrics.org/~shefty/libmlx4.git xrc git://git.openfabrics.org/~shefty/librdmacm.git xrc There's probably additional work needed in the kernel. For instance, I didn't really do anything special with event processing or worry about a kernel user. If there's an existing XRC test program available, I can port it for additional testing. - Sean -- 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <1828884A29C6694DAF28B7E6B8A8237302135F-P5GAC/sN6hmkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>]
* Re: Is there is any code example to test the XRC? [not found] ` <1828884A29C6694DAF28B7E6B8A8237302135F-P5GAC/sN6hmkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org> @ 2011-06-19 8:06 ` Or Gerlitz 0 siblings, 0 replies; 4+ messages in thread From: Or Gerlitz @ 2011-06-19 8:06 UTC (permalink / raw) To: Dotan Barak Cc: Hefty, Sean, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Hefty, Sean wrote: > If there's an existing XRC test program available, I can port it for additional testing. Dotan, could you check if we have such program to provide Sean with, it will help in the review/testing Or. -- 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-06-19 8:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-15 7:54 Is there is any code example to test the XRC? Dotan Barak
[not found] ` <201106151054.12651.dotanb-g2bIKuvJtcQanlnWow0HJg@public.gmane.org>
2011-06-15 14:24 ` Hefty, Sean
[not found] ` <1828884A29C6694DAF28B7E6B8A82373021147-P5GAC/sN6hmkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2011-06-15 17:59 ` Hefty, Sean
[not found] ` <1828884A29C6694DAF28B7E6B8A8237302135F-P5GAC/sN6hmkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2011-06-19 8:06 ` Or Gerlitz
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox