Re: [PATCH net-next] ipv6: sr: select DST_CACHE by default

2017-03-27 Thread David Miller
From: David Lebrun Date: Mon, 27 Mar 2017 11:43:59 +0200 > When CONFIG_IPV6_SEG6_LWTUNNEL is selected, automatically select DST_CACHE. > This allows to remove multiple ifdefs. > > Signed-off-by: David Lebrun Applied, thanks for following up on this David.

[PATCH net-next] ipv6: sr: select DST_CACHE by default

2017-03-27 Thread David Lebrun
When CONFIG_IPV6_SEG6_LWTUNNEL is selected, automatically select DST_CACHE. This allows to remove multiple ifdefs. Signed-off-by: David Lebrun --- net/ipv6/Kconfig | 1 + net/ipv6/seg6_iptunnel.c | 18 -- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/net