From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id B55C01B040 for ; Mon, 8 Jan 2018 07:14:09 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jan 2018 22:14:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,329,1511856000"; d="scan'208";a="9432201" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga006.jf.intel.com with ESMTP; 07 Jan 2018 22:14:08 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 7 Jan 2018 22:14:08 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 7 Jan 2018 22:14:07 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.152]) with mapi id 14.03.0319.002; Mon, 8 Jan 2018 14:14:06 +0800 From: "Zhang, Helin" To: "Lu, Wenzhuo" , "Zhao1, Wei" , "dev@dpdk.org" Thread-Topic: [PATCH v2] net/ixgbe: fix tunnel filter fail problem Thread-Index: AQHTiDLaiB098bd3i0K97qr/ArrioqNpbSLAgAASJSA= Date: Mon, 8 Jan 2018 06:14:05 +0000 Message-ID: References: <20171117053536.15083-1-wei.zhao1@intel.com> <20180108033536.142263-1-wei.zhao1@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B70AAA7@shsmsx102.ccr.corp.intel.com> In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B70AAA7@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix tunnel filter fail problem 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: Mon, 08 Jan 2018 06:14:10 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Lu, Wenzhuo > Sent: Monday, January 8, 2018 1:09 PM > To: Zhao1, Wei; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix tunnel filter fail prob= lem >=20 > Hi, >=20 > > -----Original Message----- > > From: Zhao1, Wei > > Sent: Monday, January 8, 2018 11:36 AM > > To: dev@dpdk.org > > Cc: Lu, Wenzhuo ; Zhao1, Wei > > > > Subject: [PATCH v2] net/ixgbe: fix tunnel filter fail problem > > > > Add a mode type check for tunnel mode, if fdir is in this mode, it do > > not need to do Sanity check for x550. > > > > Fixes: a2ba854ec616b ("net/ixgbe: fix MAC VLAN filter fail problem") > > > > Signed-off-by: Wei Zhao > Acked-by: Wenzhuo Lu Applied to dpdk-next-net-intel, thanks! /Helin