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 483C7A0542; Fri, 18 Nov 2022 09:28:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 428AF4067B; Fri, 18 Nov 2022 09:28:38 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 6BCAB4021F for ; Fri, 18 Nov 2022 09:28:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668760116; x=1700296116; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=g0iOE4i+w7Q9gNOczshyDNcE2OuIkJyCXtWk7nazJxE=; b=cxVpLE4PWSiL49ghJrVJvkuVQoVv17aXjkn3k1Nt1lccdP8CfJUTPbOR 931+1xg+a40Px3nHc+g8Zijz5dqLioZ3ijQ6l05jyGGoGZEHuy0TRTl5G qSgsz8L6hqgySedZ5hs6O0awtqFo9ZbbrcjHV5+dLvXg90E1MY84dFjAW W1WAjS3KD6MG0/117a9SxudvvXwwnD8Xn8mGSSgwcrCDbV3Y3px4tfc/v Ie1j1fJtu2uGRgCzQj3coOk26Vz1FzUhqjgU/AEk3fkPOqs0gBDx+BtDq YJcoTn+F/KWIzQUEnW4GM/qZD0GmJ1NlGUxDGDD89MF25k20LNEm0FX1A g==; X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="314905081" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="314905081" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2022 00:28:35 -0800 Message-Id: <640464$qc6iv0@fmsmga006-auth.fm.intel.com> Date: 18 Nov 2022 00:28:33 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="885214188" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="885214188" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2022 00:28:33 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V2 2/2] test_plans/vm2vm_virtio_pmd_dsa_test_plan: add vm2vm_virtio_pmd_dsa_test_plan.rst into test plan From: lijuan.tu@intel.com To: dts@dpdk.org,Xingguang He Cc: "He, Xingguang" , He@dpdk.org In-Reply-To: <20221010041112.99538-3-xingguang.he@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: Xingguang He Errors-To: dts-bounces@dpdk.org On Mon, 10 Oct 2022 04:11:12 +0000, Xingguang He wro= te: > From: "He, Xingguang" >=20 > Add test plan to test vhost async data-path with virito-pmd as > front-end. >=20 > Signed-off-by: He, Xingguang Series applied, thanks