[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20120308.134057.343430189436877920.davem@davemloft.net>
Date: Thu, 08 Mar 2012 13:40:57 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: nick.jones@...work-box.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next] ipv6: perform inetpeer binding at dst
creation, with readonly option
From: Nick Jones <nick.jones@...work-box.com>
Date: Fri, 09 Mar 2012 00:10:29 +0800
> However, seeing a kmalloc done for such a transient, sparse
> structure didn't sit so well in the stomach. If we can be sure that
> the metrics of a dst for an icmp6 packet won't be written to, we
> could use the static const ip6_template_metrics array defined in
> route.c:~205, it has RTAX_HOPLIMIT fixed at 255, and using it avoids
> a kmalloc.
>
> I'll produce another patch for this strategy if you think this is a
> better idea.
This could work, but you'll need to add an assertion or similar to make
sure this requirement always holds.
--
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