[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080908.162207.138343845.davem@davemloft.net>
Date: Mon, 08 Sep 2008 16:22:07 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: adobriyan@...il.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] Reduce structures when XFRM=n
From: Alexey Dobriyan <adobriyan@...il.com>
Date: Sun, 7 Sep 2008 23:44:49 +0400
> #ifdef out
> * struct sk_buff::sp (pointer)
> * struct dst_entry::xfrm (pointer)
> * struct sock::sk_policy (2 pointers)
>
> Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>
Please do not plaster XFRM ifdefs all over code code like net/ipv4/icmp.c
and friends, instead make the xfrm*() interfaces inline nops when XFRM
is turned off.
--
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