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 289084291B; Tue, 11 Apr 2023 10:48:59 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 256FC410F9; Tue, 11 Apr 2023 10:48:59 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 1CC9440DFD for ; Tue, 11 Apr 2023 10:48:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681202938; x=1712738938; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=oiNGLZ5S5IiPjhMOdhn0DjYoMYbSs3D6kh48B/w+2tg=; b=RrMQusyNHWrFryrpl1rgk5g7R+0UqkF/dywwGPvp/JJPCQHVifLkG5WG 9kc7h/6iHXElCR99k6CrRv4tP1gAAQFtIXDtLcPZC0jE4ill3InxbhRXC Hp2ZDXoRHYBjgSK+O9aOZcBW8QiTWkppq1lOUMuCHCltQdYOmRcGxTHof AOQfzi5FryD2+z6oQmFJUmp57tv1RsJHnfe2yf7p9SJWm5gCk6XnnFFfz F6/c2qT2Q2sAnh85nCtmslNZiHiDjSajWMq8Lv7ZzaO2FFK4n0aPnNUKB TcW7D2sFWyHcClHI1sSWH93WjPZfc/ziLVKjjkMruS+qGiD8ZpkIBQ+mP g==; X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="341049845" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="341049845" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2023 01:48:57 -0700 Message-Id: <8899fd$j14m5m@orsmga003-auth.jf.intel.com> Date: 11 Apr 2023 01:48:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="638736569" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="638736569" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2023 01:48:56 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V2 3/3] tests/vhost_async_robust_cbdma: add new testsuite From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230328015820.3793371-4-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 Tue, 28 Mar 2023 09:58:20 +0800, Wei Ling wrote: > Add new testsuite for testing Vhost asynchronous data path robust with CBDM= A driver. >=20 > Signed-off-by: Wei Ling Series applied, thanks