[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130724.142817.216302535679937307.davem@davemloft.net>
Date: Wed, 24 Jul 2013 14:28:17 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: amwang@...hat.com
Cc: netdev@...r.kernel.org
Subject: Re: [Patch net-next 0/7] net: introduce generic type and helpers
for IP address
From: Cong Wang <amwang@...hat.com>
Date: Mon, 22 Jul 2013 15:05:06 +0800
> From: Cong Wang <amwang@...hat.com>
>
> As IPv6 becomes popular, more and more subsystems begin to support IPv6,
> therefore we need a generic IP address type, in case of duplicates.
> Also we will also need some helpers to compare, print, check the generic
> IP address.
>
> This patchset introduce a new type union inet_addr as a union of IPv4
> and IPv6 address, and some helper functions that will be used by existing
> code and in the future VXLAN module.
>
> However, due to ABI limit, we still can't convert union nf_inet_addr
> to union inet_addr.
>
> Signed-off-by: Cong Wang <amwang@...hat.com>
I'm sorry I really don't like these changes at all.
You're creating bloat in places that don't need a full sockaddr_in{,6}.
There is a reason some of these pieces of code used custom types, to
minimize the overhead.
I'm not applying these patches, sorry.
--
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