Re: [PATCH v3 net-next 1/8] flow_dissector: Change skbuf argument to be non const

2017-09-30 Thread kbuild test robot
Hi Tom, [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Tom-Herbert/flow_dissector-Change-skbuf-argument-to-be-non-const/20171001-052131 config: x86_64-randconfig-x010-201740 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 repro

[PATCH v3 net-next 1/8] flow_dissector: Change skbuf argument to be non const

2017-09-28 Thread Tom Herbert
Change the skbuf argument of __skb_flow_dissect to be non constant so that the function can call functions that take non constant skbuf arguments. This is needed if we are to call socket lookup or BPF in the flow dissector path. The changes include unraveling the call chain into __skb_flow_dissect