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 F14FF1B29A; Fri, 19 Jan 2018 05:59:34 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jan 2018 20:59:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,380,1511856000"; d="scan'208";a="194575376" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga005.jf.intel.com with ESMTP; 18 Jan 2018 20:59:33 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 18 Jan 2018 20:59:33 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Fri, 19 Jan 2018 12:59:31 +0800 From: "Wu, Jingjing" To: "Xing, Beilei" , "Zhang, Qi Z" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v2] net/i40e: fix fdir Rx resource defect Thread-Index: AQHTkNAytG8na5F6PECUg6pKeMoy4qN6ok5g Date: Fri, 19 Jan 2018 04:59:30 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810F0DC33@SHSMSX103.ccr.corp.intel.com> References: <1516272612-118283-1-git-send-email-beilei.xing@intel.com> <1516330229-33714-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1516330229-33714-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-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDgzYTQyYWYtMzg5MS00MTA5LWFjMjctZjczMGQxM2M0YmFlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkFEWGo4dXgyb3Z5NmtmTnIyczM2ZEhuSnFtSTEzck8zanVKQmUyV2crRG89In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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/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: Fri, 19 Jan 2018 04:59:37 -0000 > -----Original Message----- > From: Xing, Beilei > Sent: Friday, January 19, 2018 10:50 AM > To: Zhang, Qi Z ; Wu, Jingjing > Cc: dev@dpdk.org; stable@dpdk.org > Subject: [PATCH v2] net/i40e: fix fdir Rx resource defect >=20 > FDIR Rx ring isn't initialized and Rx queue HW tail isn't updated > when there's error detected during programming FDIR flow. There'll > be some potential risk. > 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 Thanks Jingjing