Re: [PATCH net-next 2/5] ipv6: sr: export SRH insertion functions

2017-08-04 Thread David Miller
From: David Lebrun Date: Fri, 4 Aug 2017 15:24:12 +0200 > +EXPORT_SYMBOL(seg6_do_srh_encap); ... > +EXPORT_SYMBOL(seg6_do_srh_inline); EXPORT_SYMBOL_GPL() please.

[PATCH net-next 2/5] ipv6: sr: export SRH insertion functions

2017-08-04 Thread David Lebrun
This patch exports the seg6_do_srh_encap() and seg6_do_srh_inline() functions. It also removes the CONFIG_IPV6_SEG6_INLINE knob that enabled the compilation of seg6_do_srh_inline(). This function is now built-in. Signed-off-by: David Lebrun --- include/net/seg6.h | 2 ++ net/ipv6/Kconfig

[RFC PATCH net-next 2/5] ipv6: sr: export SRH insertion functions

2017-07-30 Thread David Lebrun
This patch exports the seg6_do_srh_encap() and seg6_do_srh_inline() functions. It also removes the CONFIG_IPV6_SEG6_INLINE knob that enabled the compilation of seg6_do_srh_inline(). This function is now built-in. Signed-off-by: David Lebrun --- include/net/seg6.h | 2 ++ net/ipv6/Kconfig