<html><body>
<p>Tziporet, Vlad,<br>
<br>
Who will be able to help us with this? Need to include the correct level of librdmacm.<br>
Is it reasonable to expect that this will get done before the next beta release?<br>
<br>
Thanks!<br>
<br>
Pradeep<br>
pradeep@us.ibm.com<br>
<br>
<tt>ewg-bounces@lists.openfabrics.org wrote on 09/17/2009 08:54:42 AM:<br>
<br>
> <br>
> On Thu, 2009-09-17 at 08:10 +0300, Or Gerlitz wrote:<br>
> > David J. Wilder wrote:<br>
> > > I am not finding support for ipv6 in rping in the 1.5 beta.<br>
> > > What is the story for ipv6 support?  Is it supported by librdma and<br>
> > > missing in rping? Is ipv6 in rping planed?<br>
> > <br>
> > rping supports IPv6 since last year, see the below commit<br>
> > <br>
> > Or.<br>
> > <br>
> > > commit 267c28a2f03b8fb63fa9907badd4130c710a1305<br>
> > > Author: Aleksey Senin <alekseys@voltaire.com><br>
> > > Date:   Thu Aug 14 08:01:58 2008 -0700<br>
> > > <br>
> > >     rping: add ipv6 support<br>
> > > <br>
> > >     Signed-off-by: Aleksey Senin <alekseys@voltaire.com><br>
> > >     Signed-off-by: Sean Hefty <sean.hefty@intel.com><br>
> <br>
> Humm,  that explains it..<br>
> lidrdma in 1.5 contains librdmacm-1.0.8.tar.gz  dated 31-Jul-2008 two<br>
> weeks before the change was checked in.  librdma in 1.5 needs to be<br>
> updated.<br>
> <br>
> from rping.c in the 1.5 source.<br>
> <br>
> static int get_addr(char *dst, struct sockaddr_in *addr)<br>
> {<br>
>         struct addrinfo *res;<br>
>         int ret;<br>
> <br>
>         ret = getaddrinfo(dst, NULL, NULL, &res);<br>
>         if (ret) {<br>
>                 printf("getaddrinfo failed - invalid hostname or IP<br>
> address\n");<br>
>                 return ret;<br>
>         }<br>
> <br>
>         if (res->ai_family != PF_INET) {  <<<<<<br>
>                 ret = -1;<br>
>                 goto out;<br>
>         }<br>
> <br>
>         *addr = *(struct sockaddr_in *) res->ai_addr;<br>
> out:<br>
>         freeaddrinfo(res);<br>
>         return ret;<br>
> }<br>
> <br>
> <br>
> <br>
> _______________________________________________<br>
> ewg mailing list<br>
> ewg@lists.openfabrics.org<br>
> <a href="http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg">http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg</a><br>
</tt></body></html>