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 AB606A0580; Wed, 29 Jun 2022 03:32:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A145F400D7; Wed, 29 Jun 2022 03:32:41 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 4444A40042 for ; Wed, 29 Jun 2022 03:32:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656466360; x=1688002360; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=LwUTTNlqyIDs/AdZ+9digD1JkJhA8WlQFoHGyjOB36U=; b=LfZHsncMIfu0+9l33oT2+QybZXZh0bSUzgrEOXZjUgOJlP2RIhz3u3St 5nDpD0g8FMzZB83Bhw9hGmKvXtQ7kY1QUzPTKYGQIDpSV8mnmSCLEdGns EugsOn8meA3SATLw8hKBazDfF+vTlvD15t2DM/E0r5rSzYC7uY7OxRNRB Y8alSnUxUcNeqfWIvPcZfCcdgF6/ojzou4mWmjSdP/Ijklm6zwhgypye6 PjaCL2gr/bHnNkIxDEytx77zzvE0M7mP95ilYdGf6tg9AgMcsAQzBnO17 1WZs5zMC9llPdF+JdsabQ+7Gh9RrOk78h/TFCrs2r/HkAeIw24VlFEugN A==; X-IronPort-AV: E=McAfee;i="6400,9594,10392"; a="281927045" X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="281927045" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:32:39 -0700 Message-Id: Date: 28 Jun 2022 18:32:37 -0700 X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="658357337" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:32:37 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2 2/2] tests/vhost_qemu_mtu: add new testsuite vhost_qemu_mtu From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220624094331.2891595-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 Fri, 24 Jun 2022 05:43:31 -0400, Wei Ling wrote: > Add new testsuite for automation test. > > Signed-off-by: Wei Ling Series applied, thanks