All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: RDMAVT pull request
       [not found] ` <8F089EE2-9289-4F89-8DB4-8CD971927EBB-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
@ 2015-11-09 14:25   ` Dennis Dalessandro
       [not found]     ` <20151109142552.GA16939-W4f6Xiosr+yv7QzWx2u06xL4W9x8LtSr@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Dennis Dalessandro @ 2015-11-09 14:25 UTC (permalink / raw)
  To: Kamal Heib; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, Moni Shoua

On Mon, Nov 09, 2015 at 01:32:03PM +0000, Kamal Heib wrote:
>   Hi Dennis,
>   I forked from your rdmavt project at Github and created pull request [1].
>   Could you please check my pull request for the following patches:
>   Author: Kamal Heib <[1]kamalh-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
>   Date:   Sun Nov 8 23:11:09 2015 +0200
>       IB/rdmavt: Add address handle to rdmavt
>
>       Create datastructure for address handle and implement
>       create/destroy/modify/query of address handle for rdmavt.
>
>       Signed-off-by: Kamal Heib <[2]kamalh-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
>   Author: Kamal Heib <[3]kamalh-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
>   Date:   Sun Nov 8 21:36:28 2015 +0200
>       IB/rdmavt: Move common LID defines to rdmavt
>
>       Move {QIB, HFI1}_PERMISSIVE_LID to RVT_PERMISSIVE_LID
>       Move {QIB, HFI1}_MULTICAST_LID_BASE to RVT_MULTICAST_LID_BASE
>
>       Signed-off-by: Kamal Heib <[4]kamalh-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
>   [1] - [5]https://github.com/ddalessa/kernel/pull/1

Hi Kamal,

Thanks for the patches! I will take a look and run some quick sanity tests.

-Denny
--
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] 2+ messages in thread

* Re: RDMAVT pull request
       [not found]     ` <20151109142552.GA16939-W4f6Xiosr+yv7QzWx2u06xL4W9x8LtSr@public.gmane.org>
@ 2015-11-12 17:53       ` Dennis Dalessandro
  0 siblings, 0 replies; 2+ messages in thread
From: Dennis Dalessandro @ 2015-11-12 17:53 UTC (permalink / raw)
  To: Kamal Heib; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, Moni Shoua

On Mon, Nov 09, 2015 at 09:25:53AM -0500, Dennis Dalessandro wrote:
>On Mon, Nov 09, 2015 at 01:32:03PM +0000, Kamal Heib wrote:
>>   Hi Dennis,
>>   I forked from your rdmavt project at Github and created pull request [1].
>>   Could you please check my pull request for the following patches:
>>   Author: Kamal Heib <[1]kamalh-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
>>   Date:   Sun Nov 8 23:11:09 2015 +0200
>>       IB/rdmavt: Add address handle to rdmavt
>>
>>       Create datastructure for address handle and implement
>>       create/destroy/modify/query of address handle for rdmavt.
>>
>>       Signed-off-by: Kamal Heib <[2]kamalh-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
>>   Author: Kamal Heib <[3]kamalh-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
>>   Date:   Sun Nov 8 21:36:28 2015 +0200
>>       IB/rdmavt: Move common LID defines to rdmavt
>>
>>       Move {QIB, HFI1}_PERMISSIVE_LID to RVT_PERMISSIVE_LID
>>       Move {QIB, HFI1}_MULTICAST_LID_BASE to RVT_MULTICAST_LID_BASE
>>
>>       Signed-off-by: Kamal Heib <[4]kamalh-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
>>   [1] - [5]https://github.com/ddalessa/kernel/pull/1
>
>Hi Kamal,
>
>Thanks for the patches! I will take a look and run some quick sanity tests.

Just to update everyone. I have pulled these patches into a tree and ran 
tests, but the links do not come up. I have not yet been able to determine 
what the problem is. Nothing obvious from code inspection.

Still looking for feedback from anyone on the code which is posted. The 
interfaces are explained in comments. Kamal, or Moni, do you see any
problems with what I have there? If more detail is needed on something just 
let me know.

https://github.com/ddalessa/kernel/tree/rdmavt-v1

-Denny
--
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] 2+ messages in thread

end of thread, other threads:[~2015-11-12 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <8F089EE2-9289-4F89-8DB4-8CD971927EBB@mellanox.com>
     [not found] ` <8F089EE2-9289-4F89-8DB4-8CD971927EBB-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-11-09 14:25   ` RDMAVT pull request Dennis Dalessandro
     [not found]     ` <20151109142552.GA16939-W4f6Xiosr+yv7QzWx2u06xL4W9x8LtSr@public.gmane.org>
2015-11-12 17:53       ` Dennis Dalessandro

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.