From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/i40e: fix tunnel filter to VF Date: Thu, 06 Apr 2017 20:47:03 +0200 Message-ID: <1675032.SKamHsa8Oo@xps13> References: <1491462754-128260-1-git-send-email-beilei.xing@intel.com> <8CEF83825BEC744B83065625E567D7C224D500D1@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Iremonger, Bernard" , "Wu, Jingjing" To: "Xing, Beilei" Return-path: Received: from mail-wr0-f179.google.com (mail-wr0-f179.google.com [209.85.128.179]) by dpdk.org (Postfix) with ESMTP id B2A672C5 for ; Thu, 6 Apr 2017 20:47:05 +0200 (CEST) Received: by mail-wr0-f179.google.com with SMTP id c55so2486421wrc.3 for ; Thu, 06 Apr 2017 11:47:05 -0700 (PDT) In-Reply-To: <8CEF83825BEC744B83065625E567D7C224D500D1@IRSMSX108.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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