net/i40e: fix tunnel filter to VF
authorBeilei Xing <beilei.xing@intel.com>
Thu, 6 Apr 2017 07:12:34 +0000 (15:12 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 6 Apr 2017 18:54:03 +0000 (20:54 +0200)
commitab5169a6c2642ff754bac1336b8d26ab073a5c27
tree68aa1f2f349967ef3c02cc8b1dad565b91247e92
parent1e846151cf3ccaaa73160759aa4d5ed0c260481f
net/i40e: fix tunnel filter to VF

Failed to destroy tunnel filter rule if the action of
the tunnel filter is VF, root cause is the wrong vsi
used.

Fixes: c50474f31efe ("net/i40e: support tunnel filter to VF")

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
drivers/net/i40e/i40e_ethdev.c
drivers/net/i40e/i40e_ethdev.h
drivers/net/i40e/i40e_flow.c