[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87prccq7t7.fsf@caffeine.danplanet.com>
Date: Tue, 07 Jul 2009 18:31:32 -0700
From: Dan Smith <danms@...ibm.com>
To: Brian Haley <brian.haley@...com>
Cc: containers@...ts.osdl.org, netdev@...r.kernel.org,
Alexey Dobriyan <adobriyan@...il.com>
Subject: Re: [PATCH 2/2] c/r: Add AF_INET support (v3)
Hi Brian,
>> + struct {
>> + char saddr[16];
>> + char rcv_saddr[16];
>> + char daddr[16];
>> + } inet6 __attribute__ ((aligned(8)));
BH> These should be 'struct in6_addr'.
Okay.
BH> And just like in your IPv4 section you need a FIXME here for the
BH> things you skipped :)
Heh, okay :)
BH> There's an inline called ipv6_addr_copy() that will do the same
BH> thing, then you could drop the alen argument.
Okay, cool.
Thanks!
--
Dan Smith
IBM Linux Technology Center
email: danms@...ibm.com
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists