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 11D26A0546; Wed, 7 Apr 2021 04:14:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D15D5141035; Wed, 7 Apr 2021 04:14:09 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 5AF5B141030 for ; Wed, 7 Apr 2021 04:14:08 +0200 (CEST) IronPort-SDR: ntqs2uYk8z2w5wtQD9XotQTECgO7zsG/Dnq37nppZzzj7GWGQrWjjx2inRaq8UalmDP1JtidbZ kgY86dGBCjdA== X-IronPort-AV: E=McAfee;i="6000,8403,9946"; a="189995831" X-IronPort-AV: E=Sophos;i="5.82,201,1613462400"; d="scan'208";a="189995831" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2021 19:14:07 -0700 IronPort-SDR: zkCVH7VLAJI5lE4HfqQXNQzOO66SnG4ABCLeyxlPohtdIiLD41rl+89oS+kB5I23SOye8cxvUf 2/Od7V6dv0uw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,201,1613462400"; d="scan'208";a="421486607" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga008.jf.intel.com with ESMTP; 06 Apr 2021 19:14:07 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 6 Apr 2021 19:14:06 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 7 Apr 2021 10:14:04 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.013; Wed, 7 Apr 2021 10:14:04 +0800 From: "Tu, Lijuan" To: "Wang, Yinan" , "dts@dpdk.org" CC: "Wang, Yinan" Thread-Topic: [dts] [PATCH v1] test_plans/vhost_event_idx_interrupt_test_plan.rst Thread-Index: AQHXJsj6DKmTHKmITEmq/9Vq1gJ83qqoWbXw Date: Wed, 7 Apr 2021 02:14:04 +0000 Message-ID: References: <20210401161228.677277-1-yinan.wang@intel.com> In-Reply-To: <20210401161228.677277-1-yinan.wang@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH v1] test_plans/vhost_event_idx_interrupt_test_plan.rst 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" > Add two cases for cbdma packed ring test. >=20 > Signed-off-by: Yinan Wang Applied