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 D97A4A0503; Wed, 18 May 2022 11:14:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D1B3040156; Wed, 18 May 2022 11:14:36 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 1BB21400D6 for ; Wed, 18 May 2022 11:14:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652865275; x=1684401275; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=bU5KVONVkDMIbK1T7d7hmoncZjKtRI73BXEFVXYNnRo=; b=muVkkgZEssjNImwOfixgsAhQSoPfn+MEsl9ghG9h+z3gPc8GhKHrgeTD MjiOZukmLIRVxP0oLyn6aBF6Zt2CCpLn4Zgz8xhuVjNbiKlcleHhZWwYW iWjBfZ4dTaTaOCzTZTna9IuTE2nLotpa3SXzUA9aOceJo2oujyHEoV+kU ukf4EZOprOoveELLFmV2VUYMi1O0YcAUwHQrkUCaT0Udq+HrAvfApvuBp o+mxpUBrAL3Moqd+0mnHzWMuGzh8V8gqSEamlP0bAngW7EuZjOh7/5xHc rhWkFaGGZWmXOk2Le1dhS1JMOQBSkunUqmFaNEvMx8J4Xp5HILmIzIdK6 w==; X-IronPort-AV: E=McAfee;i="6400,9594,10350"; a="332191422" X-IronPort-AV: E=Sophos;i="5.91,234,1647327600"; d="scan'208";a="332191422" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 02:14:34 -0700 Message-Id: <87f1b2$guvigg@orsmga007-auth.jf.intel.com> Date: 18 May 2022 02:14:32 -0700 X-IronPort-AV: E=Sophos;i="5.91,234,1647327600"; d="scan'208";a="569362973" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 02:14:32 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2 3/3] tests/vhost_virtio_pmd_interrupt_cbdma: add vhost_virtio_pmd_interrupt_cbdma testsuite From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220510031555.340931-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 Mon, 9 May 2022 23:15:55 -0400, Wei Ling wrote: > Add new testsuite tests/TestSuite_vhost_virtio_pmd_interrupt_cbdma.py. > > Signed-off-by: Wei Ling Series applied, thanks