From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3A97141DFA; Tue, 7 Mar 2023 04:55:40 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3578540E03; Tue, 7 Mar 2023 04:55:40 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id F17534067E for ; Tue, 7 Mar 2023 04:55:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678161339; x=1709697339; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=rSF2OOwtfPjMaI5daxMqSqeO1nmmr6BMplq4ZtjttsQ=; b=iHGQg+TKsCXO5l9u3g9nljpzqJzOduqy9j/mXx9QcsDjSFeu9UWjTAWX /7LuTTN0dFmgefAWhj5kgYbLRTIip9XUIHvuBljOOPquC2CCUDZ6il2rz xOXXlTxXT6IViSU0Dle53EF4Hi9/QvUb95QLw3JgqHZO9art6W0O4W3ya 9irSR5iThTDKHuWFSMznH5gjMcFfeWtdN0VIBMo/Wex/NeirqG8vdOeql XBU4UVzklEKfpXaoc7NaaSa7Z3cq30oEvPjvhg6iXdi7zXnfVzhti5Taq TYJGDSBCMT2QvyK2C6vmyxYhC0jFMwo9JVuFtlyJo4lNShFMvz4Mrlt7z g==; X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="324062041" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="324062041" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2023 19:55:37 -0800 Message-Id: <8483a8$tv3qi7@fmsmga005-auth.fm.intel.com> Date: 06 Mar 2023 19:55:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="1005709897" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="1005709897" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2023 19:55:35 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/iavf_rss_protocol_agnostic_flow: optimize script From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20230224165150.1437970-1-songx.jiale@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Jiale Song Errors-To: dts-bounces@dpdk.org On Fri, 24 Feb 2023 16:51:50 +0000, Jiale Song wrote: > the correct error information is not obtained.the error message comes > from "rte_flow_common.RssProcessing.error_msgs"."self.error_msgs" does > not get the corresponding error message. > > Signed-off-by: Jiale Song Applied, thanks