Re: [PATCH v3 net-next 7/9] net: ipv4: listified version of ip_rcv

2018-07-02 Thread Edward Cree
On 29/06/18 23:08, kbuild test robot wrote: >net//ipv4/ip_input.c: In function 'ip_sublist_rcv': >>> net//ipv4/ip_input.c:524:14: warning: passing argument 6 of 'NF_HOOK_LIST' >>> from incompatible pointer type >head, dev, NULL, ip_rcv_finish); > ^ >In file inc

Re: [PATCH v3 net-next 7/9] net: ipv4: listified version of ip_rcv

2018-06-29 Thread kbuild test robot
Hi Edward, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Edward-Cree/Handle-multiple-received-packets-at-each-stage/20180630-042204 config: x86_64-randconfig-x003-201825 (attached as .config) compiler: gc

Re: [PATCH v3 net-next 7/9] net: ipv4: listified version of ip_rcv

2018-06-29 Thread kbuild test robot
Hi Edward, I love your patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Edward-Cree/Handle-multiple-received-packets-at-each-stage/20180630-042204 config: i386-randconfig-a0-201825 (attached as .config) compiler:

[PATCH v3 net-next 7/9] net: ipv4: listified version of ip_rcv

2018-06-29 Thread Edward Cree
Also involved adding a way to run a netfilter hook over a list of packets. Rather than attempting to make netfilter know about lists (which would be a major project in itself) we just let it call the regular okfn (in this case ip_rcv_finish()) for any packets it steals, and have it give us back