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 C5D0BA49C; Sat, 20 Jan 2018 10:19:16 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jan 2018 01:19:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,385,1511856000"; d="scan'208";a="11707700" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga007.fm.intel.com with ESMTP; 20 Jan 2018 01:19:15 -0800 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 20 Jan 2018 01:19:15 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 20 Jan 2018 01:19:15 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.218]) with mapi id 14.03.0319.002; Sat, 20 Jan 2018 17:19:13 +0800 From: "Zhang, Helin" To: "Xing, Beilei" , "Zhang, Qi Z" , "Wu, Jingjing" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3] net/i40e: fix fdir Rx resource defect Thread-Index: AQHTkOWqy9Sgj8Yl70aUCM1W+iyAX6N8fYgw Date: Sat, 20 Jan 2018 09:19:12 +0000 Message-ID: References: <1516330229-33714-1-git-send-email-beilei.xing@intel.com> <1516339424-75833-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1516339424-75833-1-git-send-email-beilei.xing@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 v3] net/i40e: fix fdir Rx resource defect 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: Sat, 20 Jan 2018 09:19:17 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Beilei Xing > Sent: Friday, January 19, 2018 1:24 PM > To: Zhang, Qi Z; Wu, Jingjing > Cc: dev@dpdk.org; stable@dpdk.org > Subject: [dpdk-dev] [PATCH v3] net/i40e: fix fdir Rx resource defect >=20 > FDIR Rx ring isn't initialized and Rx queue HW tail isn't updated when th= ere's > error detected during programming FDIR flow. There'll be some potential r= isk. > This patch updates FDIR Rx resource. >=20 > Fixes: a778a1fa2e4e ("i40e: set up and initialize flow director") > Fixes: 05999aab4ca6 ("i40e: add or delete flow director") > Cc: stable@dpdk.org >=20 > Signed-off-by: Beilei Xing > Acked-by: Jingjing Wu Applied to dpdk-next-net-intel, thanks! /Helin