>There are a few places that the RDMA CM code handles IPv6 by doing > > struct sockaddr addr; > u8 pad[sizeof(struct sockaddr_in6) - > sizeof(struct sockaddr)]; > >This is fragile and ugly; handle this in a better way with just > > struct sockaddr_storage addr; > >Signed-off-by: Roland Dreier <[EMAIL PROTECTED]> >--- >Any objections to merging the cleanup below?
nope - thanks _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
