All of lore.kernel.org
 help / color / mirror / Atom feed
* Regarding rdma-core repo
@ 2020-02-19 18:18 Umang Patel
  2020-02-20  7:55 ` Yishai Hadas
  0 siblings, 1 reply; 2+ messages in thread
From: Umang Patel @ 2020-02-19 18:18 UTC (permalink / raw)
  To: linux-rdma

Hello!

I am interning right now and working on a project which uses the
rdma-core repo. Thus, I would like to ask you some of doubts regarding
the repo since i am stuck at a place. Can you please help me out with
this? I promise I will not take much of your time.

I want to know how the function "mlx5dv_wr_mr_list" works. I am able
to execute the function on the client side which completes
successfully. However, I am unable to receive any data on the server
side sent by the client. Is there some sort of special receive
function I have to use or some other methodology to receive data on
the server side. Maybe if you can give me an example code of sending
data using that function or some sort of expected flow or a pseudo
code then I would really appreciate it.

Thank you for your time.

Regards,
Umang Patel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Regarding rdma-core repo
  2020-02-19 18:18 Regarding rdma-core repo Umang Patel
@ 2020-02-20  7:55 ` Yishai Hadas
  0 siblings, 0 replies; 2+ messages in thread
From: Yishai Hadas @ 2020-02-20  7:55 UTC (permalink / raw)
  To: Umang Patel; +Cc: linux-rdma, Yishai Hadas

On 2/19/2020 8:18 PM, Umang Patel wrote:
> Hello!
> 
> I am interning right now and working on a project which uses the
> rdma-core repo. Thus, I would like to ask you some of doubts regarding
> the repo since i am stuck at a place. Can you please help me out with
> this? I promise I will not take much of your time.
> 
> I want to know how the function "mlx5dv_wr_mr_list" works. I am able
> to execute the function on the client side which completes
> successfully. However, I am unable to receive any data on the server
> side sent by the client. Is there some sort of special receive
> function I have to use or some other methodology to receive data on
> the server side. 

This API is some MR related builder, no special receive is needed here.
You can take a look at mlx5dv_wr_post() man page which describes the 
expected usage and concept.

Yishai

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-20  7:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-19 18:18 Regarding rdma-core repo Umang Patel
2020-02-20  7:55 ` Yishai Hadas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.