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 5EA61A00C5; Mon, 26 Dec 2022 05:52:18 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5998940146; Mon, 26 Dec 2022 05:52:18 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 773C540143 for ; Mon, 26 Dec 2022 05:52:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672030337; x=1703566337; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=bXMmorL4Ax0hQhJMH5INYnGtJkQTDiVh56ZL0lNIGl0=; b=d2//OcW/YkXUIhqn0TwMP55pEfNejGBSLcyt7YnKI97FA2TwC9x+LPMi X28EC09F1bxQMl3p9/Bq0OCeoz9xjuWFArdMoMpDqmi8Y9bpfrPk1rx6i /x9EB9ZtzU6mDCuRB2kv7jpJeHlRoFUZRjMqqKhA8gVfQwJW7OFZ9UMYt xxGFk6QCuodizgGjvg20osSDIWEFM4TmvzQY1b4/8qTHmtdiZ03z8vL0w aTu+eIFG7GxgS93zK1bxfUHb3xBP1lPW9sRbjt8zlfVkQA88CVZddXkgo Q1uSX6TlOI2WkwPjjNlWFrysuueBtp30Li2xsZ4muQRZcSCfxZLR5ywiB A==; X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="320609081" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="320609081" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2022 20:52:16 -0800 Message-Id: <649fab$laqrob@fmsmga008-auth.fm.intel.com> Date: 25 Dec 2022 20:52:15 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="716009232" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="716009232" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2022 20:52:15 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [PATCH V7 3/3] tests/vhost_event_idx_interrupt_cbdma: add new testsuite From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20221223022859.751875-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, 23 Dec 2022 10:28:59 +0800, Wei Ling wrote: > Add TestSuite_vhost_event_idx_interrupt_cbdma.py in testsuite to test > the virtio enqueue with split ring and packed ring path and CBDMA. > > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Series applied, thanks