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 51986A0546; Wed, 7 Apr 2021 09:06:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 23110407FF; Wed, 7 Apr 2021 09:06:01 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 80C484069F for ; Wed, 7 Apr 2021 09:05:59 +0200 (CEST) IronPort-SDR: ZZWFm21NXAwbQO8fZgaJ5FPgz/GiEne33mIn1YcW7N3+WbVzvCl4z/NOvWZip8vO8/X7aNWVbf yNQ8KvXNb7LQ== X-IronPort-AV: E=McAfee;i="6000,8403,9946"; a="193354381" X-IronPort-AV: E=Sophos;i="5.82,201,1613462400"; d="scan'208";a="193354381" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2021 00:05:58 -0700 IronPort-SDR: E1ELn+1pcc3K3rX1mPBd94UYqPxejPKegfzDWJBu3aKScFfpZDnHSJ7Uzx31N5r1qVgzON3kLU JlaGmkHceKMQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,201,1613462400"; d="scan'208";a="421569269" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by orsmga008.jf.intel.com with ESMTP; 07 Apr 2021 00:05:57 -0700 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Wed, 7 Apr 2021 11:47:35 -0400 Message-Id: <20210407154735.823138-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V2 0/3] Add cases for cbdma packed ring test 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" v2: - fix typo issue. v1: - add more test scenario. Yinan Wang (3): test_plans/vhost_virtio_pmd_interrupt_test_plan.rst test_plans/vhost_virtio_user_interrupt_test_plan.rst test_plans/virtio_event_idx_interrupt_test_plan.rst .../vhost_virtio_pmd_interrupt_test_plan.rst | 39 +++++++++- .../vhost_virtio_user_interrupt_test_plan.rst | 48 ++++++++++++ .../virtio_event_idx_interrupt_test_plan.rst | 77 ++++++++++++++++++- 3 files changed, 160 insertions(+), 4 deletions(-) -- 2.25.1