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 F40BEA054A; Tue, 6 Sep 2022 09:57:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EF39B40151; Tue, 6 Sep 2022 09:57:24 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 4353D400D6 for ; Tue, 6 Sep 2022 09:57:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662451044; x=1693987044; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=DvZaYZwXMmbKH8cH5BE3UG29WixZLI8qT0yVGvt69FM=; b=R6WRb+BSfA+U6bt9QdkxgS7ma9mHwCVTiqo0elL/zYzu+s3ga7ETjhYP rrBwFHz6rAycK5HWwBAeCsyo5IZFr2rDPbfMDybJfDqZLfKBKMm0Za6B5 uSqUicRQw6QWmJP6EZx8hVBO11TWAWPjS8sSf8Fyy4hrw5Vn3Pv4BFU/v 0IEXnFRQ4TqwXRJCxl/oW/h7LGmbIGgVX6cOexW9JM+Vb6C63zjuEQY0q pVNHZ9Eu1vq6BRV903an5zm+ZlTO1kiEQY0F1tdbol5BPXpZMZSr/Sr9+ vygJWdPVY5aJ8NJ+vOZdI8DoSPRTiWJNSrQrV184Q+pJZv2YbHdMB2sAC g==; X-IronPort-AV: E=McAfee;i="6500,9779,10461"; a="276269882" X-IronPort-AV: E=Sophos;i="5.93,293,1654585200"; d="scan'208";a="276269882" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 00:57:23 -0700 Message-Id: <9bee9c$j6783s@orsmga008-auth.jf.intel.com> Date: 06 Sep 2022 00:57:22 -0700 X-IronPort-AV: E=Sophos;i="5.93,293,1654585200"; d="scan'208";a="644063361" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 00:57:22 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/virtio_event_idx_interrupt_cbdma: modify testsuite to test virtio dequeue From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220802082314.1103885-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, 2 Aug 2022 04:23:14 -0400, Wei Ling wrote: > From DPDK-22.07, virtio support async dequeue for split and packed ring > path, so modify virtio_event_idx_interrupt_cbdma testsuite to test the spli= t=20 > and packed ring async dequeue feature. >=20 > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Series applied, thanks