Re: [PATCH net v2] openvswitch: Fix egress tunnel info.

2015-10-22 Thread David Miller
From: Pravin B Shelar Date: Thu, 22 Oct 2015 14:29:30 -0700 > While transitioning to netdev based vport we broke OVS > feature which allows user to retrieve tunnel packet egress > information for lwtunnel devices. Following patch fixes it > by introducing ndo operation to get the tunnel egress i

Re: [PATCH net v2] openvswitch: Fix egress tunnel info.

2015-10-22 Thread kbuild test robot
Hi Pravin, [auto build test WARNING on net/master -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Pravin-B-Shelar/openvswitch-Fix-egress-tunnel-info/20151023-053247 config: x86_64-randconfig-x010-10211707

[PATCH net v2] openvswitch: Fix egress tunnel info.

2015-10-22 Thread Pravin B Shelar
While transitioning to netdev based vport we broke OVS feature which allows user to retrieve tunnel packet egress information for lwtunnel devices. Following patch fixes it by introducing ndo operation to get the tunnel egress info. Same ndo operation can be used for lwtunnel devices and compat ov