Re: [PATCH net-next 2/3] exthdrs: Move generic EH functions to exthdrs_core.c

2019-04-05 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/20190406-001623 config: mips-allmodconfig (attached as .config) compiler: mips-linux-

[PATCH net-next 2/3] exthdrs: Move generic EH functions to exthdrs_core.c

2019-04-02 Thread Tom Herbert
Move generic functions in exthdrs.c to exthdrs_core.c so that exthdrs.c only contains functions that are specific to IPv6 processing, and exthdrs_core.c contains functions that are generic. --- net/ipv6/exthdrs.c | 138 net/ipv6/exthdrs_core.c