From: Ka-Cheong Poon
Date: Mon, 23 Jul 2018 20:51:20 -0700
> This patch set adds IPv6 support to the kernel RDS and related
> modules.
Series applied.
Hello,
Since you have not fundamentally changed the code, just made
a build failure fix, would you please retain the ACKs that the
previous version received?
I either have to apply this as-is without the ACKs, or wait and
see if that person does the ACKs again for you.
Thank you.
This patch set adds IPv6 support to the kernel RDS and related
modules. Existing RDS apps using IPv4 address continue to run without
any problem. New RDS apps which want to use IPv6 address can do so by
passing the address in struct sockaddr_in6 to bind(), connect() or
sendmsg(). And those apps