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 CA401423BC; Fri, 13 Jan 2023 03:45:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C8CC642B8E; Fri, 13 Jan 2023 03:45:31 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 2A539410D4 for ; Fri, 13 Jan 2023 03:45:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673577930; x=1705113930; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=T9I9fRUP/J5aDRDWdkxYI3VszAzjz7w+5to9jjLUxvw=; b=I6tRMOMSZNsaXxTgbk4tLobWUkiGgrGRPzh3PKYxBr+z6ZkeU3YR7vb1 Ov1H4uZfWtos+hmd/Xjybd4GF5xiBlVIx448XqA2G8NAp3HxBKuh4h1BN i3zJLQX0Yok3t2qFgIE/heofiZSupm02QKQABsJQNAQgVII3CUn1/vQon svnB6awlDnZ7ueFNt1BbKL+ffiVwLpF9V3atlO+lUi/yJv4Qzzz4Ktxuj ZeTQE76i7ihv9w1Q6XuNlodHzagUw8sxEd6+55sZW6l2fgIFm9pcUWfUK YA0Lg1pNkT6VvEoH1tm4XFD47ZoEXphefGtiVM/re081VTX1QW/5yoG92 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="325160319" X-IronPort-AV: E=Sophos;i="5.97,212,1669104000"; d="scan'208";a="325160319" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 18:45:29 -0800 Message-Id: <5f0cd1$mqc2m4@fmsmga002-auth.fm.intel.com> Date: 12 Jan 2023 18:45:28 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="765856455" X-IronPort-AV: E=Sophos;i="5.97,212,1669104000"; d="scan'208";a="765856455" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 18:45:28 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/perf_test_base: add '--parse-ptype' parameter when test l3fwd with EM mode From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230112055552.1312174-1-weix.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: Wei Ling Errors-To: dts-bounces@dpdk.org On Thu, 12 Jan 2023 13:55:52 +0800, Wei Ling wrote: > When test l3fwd with EM mode, need add with `--parse-ptype` in start > dpdk-l3fwd command line or start dpdk-l3fwd will failed. > > Signed-off-by: Wei Ling Applied, thanks