From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 3DA8A1D708; Fri, 15 Jun 2018 02:50:17 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jun 2018 17:50:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,225,1526367600"; d="scan'208";a="64241480" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 14 Jun 2018 17:50:08 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 14 Jun 2018 17:50:07 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 14 Jun 2018 17:50:07 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.223]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.51]) with mapi id 14.03.0319.002; Fri, 15 Jun 2018 08:50:05 +0800 From: "Lu, Wenzhuo" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v3] net/ixgbe: fix tunnel type set error for FDIR Thread-Index: AQHUA7sSIIxQkqjxIUGPS/yAwxja3KRgfgOA Date: Fri, 15 Jun 2018 00:50:04 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B7E93F0@shsmsx102.ccr.corp.intel.com> References: <1528877502-5076-1-git-send-email-wei.zhao1@intel.com> <1528964248-73416-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1528964248-73416-1-git-send-email-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-stable] [PATCH v3] net/ixgbe: fix tunnel type set error for FDIR X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2018 00:50:20 -0000 Hi, > -----Original Message----- > From: Zhao1, Wei > Sent: Thursday, June 14, 2018 4:17 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; stable@dpdk.org; Zhao1, Wei > > Subject: [PATCH v3] net/ixgbe: fix tunnel type set error for FDIR >=20 > Tunnel type format should be translated to ixgbe required format before > register set in FDIR cloud mode, Ans also some register not useful in clo= ud > mode but only useful in IP mode should be set to zero as datasheet reques= t. >=20 > Fixes: 82fb702077f6 ("ixgbe: support new flow director modes for X550") > Fixes: 11777435c727 ("net/ixgbe: parse flow director filter") >=20 > Signed-off-by: Wei Zhao Acked-by: Wenzhuo Lu