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 E6BDBA04DC for ; Fri, 16 Oct 2020 15:04:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 670FE1EE06; Fri, 16 Oct 2020 15:04:26 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 8EEC11EB4A; Fri, 16 Oct 2020 15:04:21 +0200 (CEST) IronPort-SDR: aJJ2Be3KzMCSjMTjFBeXayd3SHwx65/hGRBf3piGdiEG1tojLFXLM5YNw7UBs3MFAnbZOGLtT0 Bsdn/QupdwOA== X-IronPort-AV: E=McAfee;i="6000,8403,9775"; a="163975606" X-IronPort-AV: E=Sophos;i="5.77,383,1596524400"; d="scan'208";a="163975606" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Oct 2020 06:04:19 -0700 IronPort-SDR: 3+tlwqsRk77/E0b5BGghO8HqxUY7e16EdcHqSR9OP3F+1O8uzh9wA1gPAMuTDSUCLPK6Zy69Ov hLkiof8/qrng== X-IronPort-AV: E=Sophos;i="5.77,383,1596524400"; d="scan'208";a="531709068" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.19.66]) ([10.252.19.66]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Oct 2020 06:04:17 -0700 To: Junyu Jiang , dev@dpdk.org Cc: Suanming Mou , Beilei Xing , Wenzhuo Lu , stable@dpdk.org References: <20201014083005.64428-1-junyux.jiang@intel.com> <20201016020310.51272-1-junyux.jiang@intel.com> From: Ferruh Yigit Message-ID: Date: Fri, 16 Oct 2020 14:04:13 +0100 MIME-Version: 1.0 In-Reply-To: <20201016020310.51272-1-junyux.jiang@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH v2] app/testpmd: fix flow flush with invalid port X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 10/16/2020 3:03 AM, Junyu Jiang wrote: > There is no error info displayed when running flow flush > command with invalid port. This patch fixed the issue. > > Fixes: 2a449871a12d ("app/testpmd: align behaviour of multi-port detach") > Cc: stable@dpdk.org > > Signed-off-by: Junyu Jiang > Reviewed-by: Suanming Mou Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.