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 98A2AA054F; Wed, 25 May 2022 12:03:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9166040146; Wed, 25 May 2022 12:03:34 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 810EA400EF for ; Wed, 25 May 2022 12:03: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=1653473012; x=1685009012; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=+k3E7tQzBD2uZjBldlMZMt0AtoD8OXTsgX/Oz7MasWQ=; b=hboE8o66rQtiw0gmYYPN87tF6HVBlrg8ll38tr64R66kKjFZTs5b2xmO F2zqjXUp666pR6rZLQcYeRKJe73DkgZhvnvDKcV7u/hY21DYPTFgGXR1s BphwvqdswICzY3mMpPKsw9bDsjdee4IMRyZMNYihNqSWHJqnpjDD2aB2O RYlTH8y4Zlq/UU5tsUmljRiSIhbJjRM3JGAhkUrdco3YVWadJF0YDzg3i oyi/pObD+VlKCHCjt8dKiZ1zxL4Bw3MEVGtIXu0xmUFGT1DAZQw5ZQv3w V+9wXNqSCwlPENrHTMaALUG/0FzMdG2zxkCPQgb40vNRoS7EinBz7lgb/ A==; X-IronPort-AV: E=McAfee;i="6400,9594,10357"; a="336825999" X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="336825999" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2022 03:03:29 -0700 Message-Id: <003cea$httuml@orsmga008-auth.jf.intel.com> Date: 25 May 2022 03:03:28 -0700 X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="601815768" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2022 03:03:28 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 5/5] tests/vhost_user_interrupt_cbdma: add new testsuite for CBDMA related testcases From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220519081426.2816233-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, 19 May 2022 04:14:26 -0400, Wei Ling wrote: > Add new testsuite for CBDMA related testcases. > > Signed-off-by: Wei Ling Series applied, thanks