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 803F7A00C5; Fri, 8 May 2020 04:42:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C49211DBC8; Fri, 8 May 2020 04:42:32 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 43B3E1DBBB for ; Fri, 8 May 2020 04:42:31 +0200 (CEST) IronPort-SDR: 6EmxkhhdfuV91Iw81ux/H12ljXvr+Z2MKPRl97SL2U4qUXrLph1CysUP7ipsWU4xAQhadYcI0K LCjuzS8B091g== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2020 19:42:30 -0700 IronPort-SDR: LGkZ18XWwiRWDTcyq5Kq8cUTXIeh9tyPJw2asxpGaQMEQYoYIpIkeu5nW0HNZvlExJFUdMEmXv WS705Dyswn/w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,366,1583222400"; d="scan'208";a="260735642" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.116.183]) by orsmga003.jf.intel.com with ESMTP; 07 May 2020 19:42:28 -0700 Date: Fri, 8 May 2020 10:34:38 +0800 From: Ye Xiaolong To: "Zhang, Qi Z" Cc: "Su, Simei" , "dev@dpdk.org" , "Cao, Yahui" Message-ID: <20200508023438.GB75514@intel.com> References: <1588901810-381405-1-git-send-email-simei.su@intel.com> <039ED4275CED7440929022BC67E7061154811FF3@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <039ED4275CED7440929022BC67E7061154811FF3@SHSMSX103.ccr.corp.intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) 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" On 05/08, Zhang, Qi Z wrote: > > >> -----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 >> >> IAVF FDIR needs to check program status from FD completion descriptors for >> both successful and failed case, rather than only ask for completion on error. >> This patch corrects completion report value so that the called can determine >> whether to report completion on error or other cases. >> >> Fixes: 55daca4e45fc ("net/ice/base: change function to static") >> >> Signed-off-by: Simei Su > >Acked-by: Qi Zhang > > Applied to dpdk-next-net-intel, Thanks.