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 07F2B42CB0; Wed, 14 Jun 2023 03:32:03 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0361140E0F; Wed, 14 Jun 2023 03:32:03 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 97D8B40DDB for ; Wed, 14 Jun 2023 03:32:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686706321; x=1718242321; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=HOvlus5TIjguQmVVeBV7th5JIOTGLss7EW4pKML2Ags=; b=Qutkeeg/P21blO84Ak+qwIrZdCVHSFTrH84WCBV71UqIaSbOkTVrfxw0 LxJruMgaXAmEm5qpFs+fx6YX8UMiLq7hxpmidOP7q/aExoWkKgVw0O49m ieZTVCuK06mXbblo8uKYbWDL/1DQgLXrw6H7DuiZQ4jkYW00dnp3K27+L eB1cWShPfOAlU+baPCy4f1pLCymOSJRajwiCu4R/5uiAxn3GQMAQycGsi kCF+VIh5/bCK0bsVZtJbVDRo45idva6WNCeVhL8nl3gCypT5qNUmDtuLq Sncr69sL4ADfYImzt79o03jlDMvT2mPZ6EGJm5KAgZrQBlWAIMbe7PMd7 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10740"; a="422092234" X-IronPort-AV: E=Sophos;i="6.00,241,1681196400"; d="scan'208";a="422092234" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jun 2023 18:32:00 -0700 Message-Id: Date: 13 Jun 2023 18:31:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10740"; a="741653233" X-IronPort-AV: E=Sophos;i="6.00,241,1681196400"; d="scan'208";a="741653233" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jun 2023 18:31:29 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/vm2vm_virtio_net_perf_dsa: modify testsuite by tests/virtio_common.py have changed From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230608021320.561531-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, 8 Jun 2023 10:13:20 +0800, Wei Ling wrote: > As DTS 865c7212(tests/*_dsa: modify all dsa related testsuites by virtio_co= mmon optimize) > So, modify testsuite call function name and function option. >=20 > Signed-off-by: Wei Ling Applied, thanks