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 E205AA0350; Mon, 11 May 2020 05:01:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B511A1D14F; Mon, 11 May 2020 05:01:45 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id A80491C2EE for ; Mon, 11 May 2020 05:01:43 +0200 (CEST) IronPort-SDR: hbwP94DKZV3TUAIqEdvvrwNg2j4MupAYl2yCI4s2e7i+ajpSc9dYBMYjDMQroQdjMTegoph4ZJ tnHmvs30vm8A== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2020 20:01:42 -0700 IronPort-SDR: B7Nic7i/QHw+Eldwsob6ykscs1S42YA3elBPh0PHp+wE7lJNFLA0/DrDBuAIiYx7t3vxQkieyH mMDNHPWX7OJQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,378,1583222400"; d="scan'208";a="462953545" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.116.183]) by fmsmga005.fm.intel.com with ESMTP; 10 May 2020 20:01:41 -0700 Date: Mon, 11 May 2020 10:53:40 +0800 From: Ye Xiaolong To: "Zhang, Qi Z" Cc: "Guo, Jia" , "Xing, Beilei" , "Yang, Qiming" , "Wu, Jingjing" , "dev@dpdk.org" , "Lu, Wenzhuo" Message-ID: <20200511025340.GJ75514@intel.com> References: <20200508205830.52437-1-jia.guo@intel.com> <039ED4275CED7440929022BC67E7061154812A44@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <039ED4275CED7440929022BC67E7061154812A44@SHSMSX103.ccr.corp.intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH] net/iavf: fix rte flow error log issue 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/09, Zhang, Qi Z wrote: > > >> -----Original Message----- >> From: Guo, Jia >> Sent: Saturday, May 9, 2020 4:59 AM >> To: Xing, Beilei ; Ye, Xiaolong >> ; Yang, Qiming ; Wu, >> Jingjing >> Cc: Zhang, Qi Z ; dev@dpdk.org; Lu, Wenzhuo >> ; Guo, Jia >> Subject: [PATCH] net/iavf: fix rte flow error log issue >> >> When processing a rte flow, such as creating a parse engine, or creating or >> destroying a rss rule, if they are failed, they all need to construct the flow >> error structure before return the error message back to app. If not so, it will >> cause app crash when app printing the message out of a flow error. >> >> Fixes: 7be10c3004be ("net/iavf: add RSS configuration for VF") >> Fixes: ff2d0c345c3b ("net/iavf: support generic flow API") >> Signed-off-by: Jeff Guo > >Acked-by: Qi Zhang > Applied to dpdk-next-net-intel, Thanks.