From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 52CDBA00C5; Fri, 8 May 2020 03:43:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F04371DB9B; Fri, 8 May 2020 03:43:40 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 3239B1DB8F for ; Fri, 8 May 2020 03:43:39 +0200 (CEST) IronPort-SDR: +05ZeesbBcKH8mdYmNtKA95Vx3WP3BpQKTAU3nnPKwojYCvlxmrG+GHBjnHj0RJGpICCYZB2/k RYEtNpgbS3gQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2020 18:43:38 -0700 IronPort-SDR: 4V4AFJpcMGyURdOwKiMBYMdAF5IA1tWDXjVyDb+dhn136jEIzOta5v/2rrepDK8UPhZfLSJXNX YCxtmkpFRloQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,366,1583222400"; d="scan'208";a="435512875" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga005.jf.intel.com with ESMTP; 07 May 2020 18:43:38 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 7 May 2020 18:43:37 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.26]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.225]) with mapi id 14.03.0439.000; Fri, 8 May 2020 09:43:34 +0800 From: "Zhang, Qi Z" To: "Su, Simei" , "Ye, Xiaolong" CC: "dev@dpdk.org" , "Cao, Yahui" Thread-Topic: [PATCH] net/ice/base: fix FDIR rule completion report value Thread-Index: AQHWJNnC7RaEsJAItUuLMpoa9Br8haidalYA Date: Fri, 8 May 2020 01:43:32 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154811FF3@SHSMSX103.ccr.corp.intel.com> References: <1588901810-381405-1-git-send-email-simei.su@intel.com> In-Reply-To: <1588901810-381405-1-git-send-email-simei.su@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 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] net/ice/base: fix FDIR rule completion report value 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Su, Simei > Sent: Friday, May 8, 2020 9:37 AM > To: Zhang, Qi Z ; Ye, Xiaolong > Cc: dev@dpdk.org; Cao, Yahui ; Su, Simei > > Subject: [PATCH] net/ice/base: fix FDIR rule completion report value >=20 > IAVF FDIR needs to check program status from FD completion descriptors fo= r > both successful and failed case, rather than only ask for completion on e= rror. > This patch corrects completion report value so that the called can determ= ine > whether to report completion on error or other cases. >=20 > Fixes: 55daca4e45fc ("net/ice/base: change function to static") >=20 > Signed-off-by: Simei Su Acked-by: Qi Zhang