Re: [PATCH v2 net-next 3/6] exthdrs: Registration of TLV handlers and parameters

2019-04-11 Thread kbuild test robot
Hi Tom, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Tom-Herbert/exthdrs-Create-exthdrs_options-c/20190412-024542 reproduce: # apt-get install sparse make ARCH=x86_64 allmodco

Re: [PATCH v2 net-next 3/6] exthdrs: Registration of TLV handlers and parameters

2019-04-11 Thread kbuild test robot
Hi Tom, Thank you for the patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Tom-Herbert/exthdrs-Create-exthdrs_options-c/20190412-024542 config: i386-randconfig-l3-04110213 (attached as .config) compiler: gcc-5 (Debian 5

Re: [PATCH v2 net-next 3/6] exthdrs: Registration of TLV handlers and parameters

2019-04-11 Thread kbuild test robot
Hi Tom, Thank you for the patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Tom-Herbert/exthdrs-Create-exthdrs_options-c/20190412-024542 config: sparc64-allyesconfig (attached as .config) compiler: sparc64-linux-gnu-gcc

[PATCH v2 net-next 3/6] exthdrs: Registration of TLV handlers and parameters

2019-04-09 Thread Tom Herbert
Create a single TLV parameter table that holds meta information for IPv6 Hop-by-Hop and Destination TLVs. The data structure is composed of a 256 element array of u8's (one entry for each TLV type to allow O(1) lookup). Each entry provides an offset into an array of TLV proc data structures which f