From patchwork Thu Aug 11 05:43:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114814 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B489AA0548; Thu, 11 Aug 2022 07:46:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8757040DDA; Thu, 11 Aug 2022 07:46:45 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 5969140A87 for ; Thu, 11 Aug 2022 07:46:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660196804; x=1691732804; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=xG2V/deeVJjGU1OTQjcUyWktgjuG3z91YkvLskiAX+8=; b=Ul+k+spD61nQ2AIleNNst3AtuqF+0PdNs2YsAoWLV62EwgjzG41oHqFl nH9fdVWzUEGuXlMsKLjZEVDYY9lKLN7RxNh36bC2lRC9tlBDXaRgJr5ou bA1UaZyVB8Ie+Mgqe3NynEX9hPoZbrZZkfQBWA6/rk8x2VEyRS2wZVaJh BbTT0M92phRuptSav/ZH8sFud0IQdlOXQa21oErExhUm9HOyumk6INp0j Q/aKx0aFg1/sjnZogltbpDa3B578OU43EH1E+yV3Cis3wziNj5QlkU4Ee hkwW43R9U1X3zE1deNwGd85vxEI3hudFf1cPJKO8QiKphKMTPWYDK8Amq A==; X-IronPort-AV: E=McAfee;i="6400,9594,10435"; a="288832378" X-IronPort-AV: E=Sophos;i="5.93,228,1654585200"; d="scan'208,223";a="288832378" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Aug 2022 22:46:43 -0700 X-IronPort-AV: E=Sophos;i="5.93,228,1654585200"; d="scan'208,223";a="602050600" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Aug 2022 22:46:41 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify vhost_cbdma to test virito dequeue Date: Thu, 11 Aug 2022 01:43:10 -0400 Message-Id: <20220811054310.385441-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 From DPDK-22.07, virtio support async dequeue for split and packed ring path, so modify vhost_cbdma testplan and testsuite to test the split and packed ring async dequeue feature. Wei Ling (2): test_plans/vhost_cbdma_test_plan: modify testplan to test virtio dequeue tests/vhost_cbdma: modify testsuite to test virtio dequeue test_plans/vhost_cbdma_test_plan.rst | 1353 +++++----------- tests/TestSuite_vhost_cbdma.py | 2158 +++++++++----------------- 2 files changed, 1136 insertions(+), 2375 deletions(-)