[openib-general] Re: [PATCH] [kdapl CM] Implement reverse address translation (dapl_ib_cm_remote_addr)

Hal Rosenstock halr at voltaire.com
Fri Jul 22 12:54:16 PDT 2005


On Fri, 2005-07-22 at 14:47, James Lentini wrote:
> Thanks for implementing this Hal. 
> 
> Was a piece of this patch missing or did I skip a patch? My 
> dapl_cm_ctx structure doesn't have a member called wait.

A piece was missing; Sorry. Here's the missing piece:

Index: dapl_openib_cm.h
===================================================================
--- dapl_openib_cm.h    (revision 2866)
+++ dapl_openib_cm.h    (working copy)
@@ -48,9 +48,11 @@
        struct dapl_sp *sp;
        struct sockaddr *remote_ia_address;
        spinlock_t lock;
+       wait_queue_head_t wait;
        int retries;
        int in_callback;
        int destroy;
+       atomic_t wait_event;
 };
 
 #endif /* DAPL_OPENIB_CM_H */





More information about the general mailing list