From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 332F21B169 for ; Mon, 8 Jan 2018 06:09:15 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jan 2018 21:09:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,329,1511856000"; d="scan'208";a="8273817" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 07 Jan 2018 21:09:14 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 7 Jan 2018 21:09:14 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.189]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.218]) with mapi id 14.03.0319.002; Mon, 8 Jan 2018 13:09:12 +0800 From: "Lu, Wenzhuo" To: "Zhao1, Wei" , "dev@dpdk.org" Thread-Topic: [PATCH v2] net/ixgbe: fix tunnel filter fail problem Thread-Index: AQHTiDLaiB098bd3i0K97qr/ArrioqNpbSLA Date: Mon, 8 Jan 2018 05:09:11 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B70AAA7@shsmsx102.ccr.corp.intel.com> References: <20171117053536.15083-1-wei.zhao1@intel.com> <20180108033536.142263-1-wei.zhao1@intel.com> In-Reply-To: <20180108033536.142263-1-wei.zhao1@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 05:09:16 -0000 Hi, > -----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 >=20 > Add a mode type check for tunnel mode, if fdir is in this mode, it do not > need to do Sanity check for x550. >=20 > Fixes: a2ba854ec616b ("net/ixgbe: fix MAC VLAN filter fail problem") >=20 > Signed-off-by: Wei Zhao Acked-by: Wenzhuo Lu