[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080322.165559.236374100.davem@davemloft.net>
Date: Sat, 22 Mar 2008 16:55:59 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: xemul@...nvz.org
Cc: acme@...hat.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-2.6.26 1/2][SOCK]: Add udp_hash member to struct
proto.
From: Pavel Emelyanov <xemul@...nvz.org>
Date: Tue, 18 Mar 2008 14:49:24 +0300
> Inspired by the commit ab1e0a13 ([SOCK] proto: Add hashinfo member to
> struct proto) from Arnaldo, I made similar thing for UDP/-Lite IPv4
> and -v6 protocols.
>
> The result is not that exciting, but it removes some levels of
> indirection in udpxxx_get_port and saves some space in code and text.
>
> The first step is to union existing hashinfo and new udp_hash on the
> struct proto and give a name to this union, since future initialization
> of tcpxxx_prot, dccp_vx_protinfo and udpxxx_protinfo will cause gcc
> warning about inability to initialize anonymous member this way.
>
> Signed-off-by: Pavel Emelyanov <xemul@...nvz.org>
Applied.
--
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