From patchwork Wed Aug 3 01:52:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114553 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 92E63A00C5; Wed, 3 Aug 2022 03:57:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5ABA840A84; Wed, 3 Aug 2022 03:57:54 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id B6C3A40141 for ; Wed, 3 Aug 2022 03:57:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659491873; x=1691027873; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=1BnDW74JVVevIKMBxALNH/HtZ9L692iCQ8SqiFYputY=; b=GpracMSFUdY2YidWMDqUnhQ78BAIZdV9axhSZ6cCfdKDL21j9oJxMTgK 3/VE7i5/novwsUTpf5WMslnljlJIksESW+gYA3Fqe9qolY+KuQgPraTN7 nDDr4qGtoPZCnfS0IldmEqKg3O0EkM0Zrrc1zHJVG2VF0uFThwtIMVepA mjwlrwOFhf+AUWn+Aucmrs3uGySy1W/mZNV30sUdo5TmMnNYVyGjfPTb6 Fy+SjWy5zU/+lrgGtqDA+smLmHVwwI7MWn+exSMLotCJqx/IYyk+04HWx zIaMKXmcjQtBl/HYUrRsZEcWg1GKO5/k3X8+mVgp1dCghmJju7yL+OlYV g==; X-IronPort-AV: E=McAfee;i="6400,9594,10427"; a="269940649" X-IronPort-AV: E=Sophos;i="5.93,212,1654585200"; d="scan'208,223";a="269940649" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2022 18:57:52 -0700 X-IronPort-AV: E=Sophos;i="5.93,212,1654585200"; d="scan'208,223";a="578450007" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2022 18:57:51 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 0/2] modify loopback_virtio_user_server_mode_cbdma to test virito dequeue Date: Tue, 2 Aug 2022 21:52:15 -0400 Message-Id: <20220803015215.1123044-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 loopback_virtio_user_server_mode_cbdma testplan and testsuite to test the split and packed ring async dequeue feature. Wei Ling (2): test_plans/loopback_virtio_user_server_mode_cbdma_test_plan: modify testplan to test virtio dequeue tests/loopback_virtio_user_server_mode_cbdma: modify testsuite to test virtio dequeue ...irtio_user_server_mode_cbdma_test_plan.rst | 120 ++-- ..._loopback_virtio_user_server_mode_cbdma.py | 515 +++++------------- 2 files changed, 202 insertions(+), 433 deletions(-)