Re: [PATCH net-next 4/5] net/sched: flower: Dump the ethertype encapsulated in vlan

2018-06-30 Thread kbuild test robot
Hi Jianbo, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Jianbo-Liu/net-flow_dissector-Save-vlan-ethertype-from-headers/20180630-180158 reproduce: # apt-get install sparse make

[PATCH net-next 4/5] net/sched: flower: Dump the ethertype encapsulated in vlan

2018-06-30 Thread Jianbo Liu
Currently the encapsulated ethertype is not dumped as it's the same as TCA_FLOWER_KEY_ETH_TYPE keyvalue. But the dumping result is inconsistent with input, we add dumping it with TCA_FLOWER_KEY_VLAN_ETH_TYPE. Signed-off-by: Jianbo Liu Acked-by: Jiri Pirko --- net/sched/cls_flower.c | 4 1