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

2019-04-21 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/20190421-023531 config: x86_64-randconfig-l1-201916 (attached as .config) compiler: g

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

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