From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D593629C7 for ; Thu, 6 Apr 2017 13:22:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491477773; x=1523013773; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=5zKoF2XuW49Tx1mgakBtD9mZsiKfNakEME90cI+wvLM=; b=D7z5Xl44IORMKwnhp6d02Gf60h9clOEE/MLkZsKr8tCPvGz3Jwq0QgoG QbQL7rxv/0IIrAbpA7Zth0/N541mhg==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2017 04:22:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,159,1488873600"; d="scan'208";a="842620419" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by FMSMGA003.fm.intel.com with ESMTP; 06 Apr 2017 04:22:50 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Apr 2017 12:22:49 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by irsmsx155.ger.corp.intel.com ([169.254.14.202]) with mapi id 14.03.0319.002; Thu, 6 Apr 2017 12:22:49 +0100 From: "Iremonger, Bernard" To: "Xing, Beilei" , "Wu, Jingjing" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] net/i40e: fix tunnel filter to VF Thread-Index: AQHSrqWlBa9iO/KipEekVoGQyxBveqG4MnrQ Date: Thu, 6 Apr 2017 11:22:48 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C224D500D1@IRSMSX108.ger.corp.intel.com> References: <1491462754-128260-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1491462754-128260-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzc4MGNiMDUtMDU5MS00MjA4LWE3Y2UtNDNlMzY0N2I5Njk3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImRjQ1FBMUlhSWlXbW0xYjNCZ0MxV0RaaTJKdGt4TmtBU2pacmRTTUUyXC9rPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix tunnel filter to VF X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2017 11:22:53 -0000 Hi Beilei, > -----Original Message----- > From: dev [mailto:dev-bounces@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 >=20 > Failed to destroy tunnel filter rule if the action of the tunnel filter i= s VF, root > cause is the wrong vsi used. >=20 > Fixes: 5da4939e90fb ("net/i40e: support tunnel filter to VF") >=20 > Signed-off-by: Beilei Xing Acked-by: Bernard Iremonger