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 31471A00C2; Wed, 30 Nov 2022 07:48:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2C90B40151; Wed, 30 Nov 2022 07:48:23 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 0E0094014F for ; Wed, 30 Nov 2022 07:48:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669790901; x=1701326901; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=lUnXGxS2J2hL5RHd1vorPWGhZczlli3yREu8kb6bYKg=; b=PBxLXu/JZ10YuaghxF54/e7jJo+dS/XcNy3iI8ZlT9RCqACZx1TIUsj/ GpyRLUUQeos8QkhwZdTSKt0gdaq/4WQy72OCafPL/W5OqNLN/2/s3p02B /oHR2OrPhAIaYfYgXGwQs7yk4uWTgLC/2HGP98ZriX+RDLJBni+FRigy+ ehnn2vfCIMDIVozODSqkgncfXptI32hps2bqfpTblFbPXluIA0pU+40WZ IXI4B6BWrIj9NzyafRRvohCOcq7vdeuDuKJ87MOBMhw2oiBEtebiGWQBv e58tzTiWW6Oo1Zd6xZvX3aWHAZBrq14IdX+A6btifoG+UV1mNTbZhGMVC w==; X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="295016650" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="295016650" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 22:48:20 -0800 Message-Id: <5f0cd1$mbehaq@fmsmga002-auth.fm.intel.com> Date: 29 Nov 2022 22:48:19 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="750208348" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="750208348" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 22:48:19 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V3 3/3] tests/vhost_user_interrupt_cbdma: add new testsuite From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20221122065251.2894138-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 Tue, 22 Nov 2022 14:52:51 +0800, Wei Ling wrote: > Add new vhost_user_interrupt_cbdma testsuite to test the virtio > enqueue and dequeue use l3fwd-power with split ring and packed > ring path and CBDMA. > > Signed-off-by: Wei Ling Series applied, thanks