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 4BBDE427EB; Tue, 28 Mar 2023 02:53:55 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 469D3410EE; Tue, 28 Mar 2023 02:53:55 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 8B65040A87 for ; Tue, 28 Mar 2023 02:53:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679964833; x=1711500833; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=zIAWPJfhTLqgSu7xbPsiRHIIL0HaBc59V0uboK15OZw=; b=LlZ2fUlx9RZjACyEdmrn7fVouh9Oq28IhN1akmNuT+U+CubkbZHfniLl ROxmpQoi1mzayefsoC/ze1/4w9jXnHUyWfyTntp+6tjQ93pIi2t2cfv8Y Jt2wMtS+J9wS1L9PLMj8JrsyjmMtFcuAmnUhSaJvtdSWG0+Gp1Gonm5Od D8a9J94K0uIdZavU396GiSdq0fQehqzjLEh2GYq0NECEkkJh5V5N3x8wK kalFlMcxrMvGHLrt1BAvfGgd2fK7aPTUl9zsOnRIpPnx+sgq1Ysz7kaYV 5L+DS45evse0PQaJSF/fU4/sGuiugkG2nekZOW4/AoZ2TOAo4t0ntRiY2 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="320086232" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="320086232" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 17:53:52 -0700 Message-Id: Date: 27 Mar 2023 17:53:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="827254165" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="827254165" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 17:53:51 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [DTS][PATCH V2 1/1] tests/uni_pkt: optimize code for check result From: lijuan.tu@intel.com To: dts@dpdk.org,Jin Ling Cc: yuan.peng@intel.com,lijuan.tu@intel.com,Jin Ling In-Reply-To: <20230309012341.752557-2-jin.ling@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: Jin Ling Errors-To: dts-bounces@dpdk.org On Thu, 9 Mar 2023 09:23:41 +0800, Jin Ling wrote: > The script only checks if there are flags in the output, but both hw and sw= parts have flags, > which may lead to incorrect test results, so modified the code in this part= to check the hw flag only. >=20 > Signed-off-by: Jin Ling Applied, thanks