Re: [dpdk-dev] [PATCH] net/i40e: fix tunnel filter to VF

2017-04-06 Thread Thomas Monjalon
> > Failed to destroy tunnel filter rule if the action of the tunnel filter is > > VF, root > > cause is the wrong vsi used. > > > > Fixes: 5da4939e90fb ("net/i40e: support tunnel filter to VF") > > > > Signed-off-by: Beilei Xing > > Acked-by: Bernard Iremonger Applied, thanks

Re: [dpdk-dev] [PATCH] net/i40e: fix tunnel filter to VF

2017-04-06 Thread Iremonger, Bernard
Hi Beilei, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Beilei Xing > Sent: Thursday, April 6, 2017 8:13 AM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] net/i40e: fix tunnel filter to VF > > Failed to destr

[dpdk-dev] [PATCH] net/i40e: fix tunnel filter to VF

2017-04-06 Thread Beilei Xing
Failed to destroy tunnel filter rule if the action of the tunnel filter is VF, root cause is the wrong vsi used. Fixes: 5da4939e90fb ("net/i40e: support tunnel filter to VF") Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev.c | 11 ++- drivers/net/i40e/i40e_ethdev.h | 5 +++-