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 B8BA242919; Tue, 11 Apr 2023 09:50:00 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B332F40DFD; Tue, 11 Apr 2023 09:50:00 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id D1B9D40A8B for ; Tue, 11 Apr 2023 09:49:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681199400; x=1712735400; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=2e135cKYXTbq0LjWU6xOa/CLrZFv/6dgQxgar2Ek/js=; b=X2n57WCduj8zW3Ya1dC4w9CfkA6L9s3Oztjt30+YGAOIQvlrGRx097hm Urlgyvsy8MrkSCTfxet8+f8G5s13+JLHfPhljmntKgCzApI4bnWFXaw7S h2zwleBlrMi0nCJSLqI/hYbM+W7B8f8qXYuWwWf5Oj4IU33qvcGQalqdz BuCgltruNPfHUqz5Ofgzcd3Es4IhWTN8p3MTl4RQCicAxg/jedzOa5qXC hQNaTBPSMSurWitSs7sxyxiKk01BtcJGkSt++LEHL5XCSFWeCm366LLJ+ C2t5Zr67V+fXwCj2DMiYAmCiOx2IPRgXsoFQDCfL19fbCxQgixrEEI1tQ A==; X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="323912338" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="323912338" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2023 00:49:59 -0700 Message-Id: Date: 11 Apr 2023 00:49:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="757724176" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="757724176" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2023 00:49:57 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [DTS][PATCH V1 1/1] tests/uni_pkt: delete 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: <20230330082353.2404798-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, 30 Mar 2023 16:23:53 +0800, Jin Ling wrote: > hw ptype shows the info of NIC descriptor, and sw ptype shows the info of m= buf, both of them can indicate the packet type was detected, so delete the co= de of check hw ptype only. >=20 > Signed-off-by: Jin Ling Applied, thanks