Re: [PATCH v2] net: Generalize udp based tunnel offload

2015-12-06 Thread kbuild test robot
Hi Anjali, [auto build test ERROR on net/master] [also build test ERROR on v4.4-rc3 next-20151203] url: https://github.com/0day-ci/linux/commits/Anjali-Singhai-Jain/net-Generalize-udp-based-tunnel-offload/20151124-090500 config: x86_64-randconfig-s0-12070507 (attached as .config) reproduce:

[PATCH v2] net: Generalize udp based tunnel offload

2015-11-23 Thread Anjali Singhai Jain
Replace add/del ndo ops for vxlan_port with tunnel_port so that all UDP based tunnels can use the same ndo op. Add a parameter to pass tunnel type to the ndo_op. Change all drivers to use the generalized udp tunnel offload Patch was compile tested with x86_64_defconfig. v2: fix compile for bnxt d