Re: [PATCH net-next 6/6] ila: Add support for xfrm6_xlat_addr

2015-09-29 Thread kbuild test robot
Hi Tom, [auto build test results on next-20150929 -- if it's inappropriate base, please ignore] reproduce: # apt-get install sparse make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed by >>) >> net/ipv6/ila/ila_xlat.c:218:24: sparse: incompat

Re: [PATCH net-next 6/6] ila: Add support for xfrm6_xlat_addr

2015-09-29 Thread kbuild test robot
Hi Tom, [auto build test results on next-20150929 -- if it's inappropriate base, please ignore] config: m68k-sun3_defconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cro

Re: [PATCH net-next 6/6] ila: Add support for xfrm6_xlat_addr

2015-09-29 Thread kbuild test robot
Hi Tom, [auto build test results on next-20150929 -- if it's inappropriate base, please ignore] config: xtensa-allyesconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cro

[PATCH net-next 6/6] ila: Add support for xfrm6_xlat_addr

2015-09-29 Thread Tom Herbert
This patch set up a hook for xfrm6_xlat_addr. This provides a way to perform ILA translation before early demux which can be a significant performance advantage over LWT which would occur later. The implementation entails a rhashtable which is used to do the locator lookup. The rhash table is conf