uDAPL Problem : [WasRe: [openib-general] OpenSM crash with today's trunk

James Lentini jlentini at netapp.com
Mon Oct 31 07:58:30 PST 2005


Thanks for the patch Aniruddha. Can you resend with a signed-off-by 
line? 

See "How do I submit source code patches?" at 
https://openib.org/tiki/tiki-index.php?page=OpenIBFAQ


> Also a minor patch, you can see that %P is printed as %P and not used as
> a format character.
> 
> Index: common/dapl_ep_post_rdma_write.c
> ===================================================================
> --- common/dapl_ep_post_rdma_write.c    (revision 3892)
> +++ common/dapl_ep_post_rdma_write.c    (working copy)
> @@ -78,7 +78,7 @@
>     DAT_RETURN         dat_status;
> 
>     dapl_dbg_log (DAPL_DBG_TYPE_API,
> -                 "dapl_ep_post_rdma_write (%p, %d, %p, %P, %p, %x)\n",
> +                 "dapl_ep_post_rdma_write (%p, %d, %p, %p, %p, %x)\n",
>                  ep_handle,
>                  num_segments,
>                  local_iov,
> Index: common/dapl_ep_post_send.c
> ===================================================================
> --- common/dapl_ep_post_send.c  (revision 3892)
> +++ common/dapl_ep_post_send.c  (working copy)
> @@ -75,7 +75,7 @@
>     DAT_RETURN         dat_status;
> 
>     dapl_dbg_log (DAPL_DBG_TYPE_API,
> -                 "dapl_ep_post_send (%p, %d, %p, %P, %x)\n",
> +                 "dapl_ep_post_send (%p, %d, %p, %p, %x)\n",
>                  ep_handle,
>                  num_segments,
>                  local_iov,
> Index: common/dapl_srq_post_recv.c
> ===================================================================
> --- common/dapl_srq_post_recv.c (revision 3892)
> +++ common/dapl_srq_post_recv.c (working copy)
> @@ -79,7 +79,7 @@
>     DAT_RETURN         dat_status;
> 
>     dapl_dbg_log (DAPL_DBG_TYPE_API,
> -                 "dapl_srq_post_recv (%p, %d, %p, %P)\n",
> +                 "dapl_srq_post_recv (%p, %d, %p, %p)\n",
>                  srq_handle,
>                  num_segments,
>                  local_iov,
> Index: common/dapl_ep_post_recv.c
> ===================================================================
> --- common/dapl_ep_post_recv.c  (revision 3892)
> +++ common/dapl_ep_post_recv.c  (working copy)
> @@ -79,7 +79,7 @@
>     DAT_RETURN         dat_status;
> 
>     dapl_dbg_log (DAPL_DBG_TYPE_API,
> -                 "dapl_ep_post_recv (%p, %d, %p, %P, %x)\n",
> +                 "dapl_ep_post_recv (%p, %d, %p, %p, %x)\n",
>                  ep_handle,
>                  num_segments,
>                  local_iov,
> 
> Thanks
> Aniruddha
> 
> 
> 
> _______________________________________________
> openib-general mailing list
> openib-general at openib.org
> http://openib.org/mailman/listinfo/openib-general
> 
> To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
> 



More information about the general mailing list