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 4A1E1A055E; Wed, 29 Jun 2022 03:49:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 37308400D7; Wed, 29 Jun 2022 03:49:34 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 70C1F40042 for ; Wed, 29 Jun 2022 03:49:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656467372; x=1688003372; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=fQYWM2OygiOEVjW3JQBCY1OUt296fF3sAKooKSeMgC0=; b=YCpBQ7UUZpcoeqPSvWh1gqs7zX0JRWu7jZOO5/W0UdK7E52yQF/FEW/U qLkCcmZ53TAqHr5cBupGmZjczbBo4cFw7vdHotFd8SYJmJLfg+ODrVUYf 2e6qW5fZoeOG62d6Pug0EuxO8sfM2XjH58z2alsPhF+SCpzbZrLzSktK9 z0dIr0BRpUa6A5JJbXPudedoCxqSZY7B690nUZ6zYIf5plrLZLpFfCIys ZwBcGwSElMe8TePtSKzRCcj0gGfTNl96E/0z7i6NB0eTYMQ2ei7kNrkEi SVGq7cCLU7TAdyqc8weCNwyE2g/WF8uaj0xp5Pyzim8RVQdLmnhDE24WU Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10392"; a="307382779" X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="307382779" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:49:31 -0700 Message-Id: Date: 28 Jun 2022 18:49:30 -0700 X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="595034315" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:49:30 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] conf/perf_vm2vm_virtio_net_perf: delete testsuite config file From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220624031253.2830754-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, 23 Jun 2022 23:12:53 -0400, Wei Ling wrote: > According to 93f6419d4a (tests/perf_vm2vm_virtio_net_perf: delete test suit= e), no > need testsuite config file conf/perf_vm2vm_virtio_net_perf.cfg. >=20 > Signed-off-by: Wei Ling Applied, thanks