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

2019-04-20 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-Make-ext-headers-options-useful-Part-I/20190419-170926 config: mips-allmodconfig (attached as .config) compiler: mips-linux-

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

2019-04-18 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