From patchwork Fri Jul 29 07:20:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114421 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 0CC09A04FD; Fri, 29 Jul 2022 09:25:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 07D864069C; Fri, 29 Jul 2022 09:25:44 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 63F2F40151 for ; Fri, 29 Jul 2022 09:25:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659079542; x=1690615542; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Kk6MNPWmP7aBdx6v3J94iArLKcsVDovQmZgkmlVsg0Q=; b=nR4CF8IQdhGNazGKo+h4pd93faFH83x1pPeryv80lgxQHvmD4GC8Qeap b4QvCRVU1x5JdwX/mMIxNnNO7Z+ICsIhCBPRbYZuZKPhaaPM/c418d4m2 gnalKtrCNT8bGNdLhLt8bvd7Y6WHqFs16SFwz66zI6QR7g/i7hgZOsM0d DPITGn+6o9XLIu4p3d9Zto4ymmyTtkPxr/ISrGpnyrjO22+q2nPswQt84 6+fN4uNAbsczTsd5OEZQYNzN20++hbZ7+YRUA71VZZ0tVCfx0sMuIxF/a NoJmKJQvD2bMUtX+xCjcq3cvJqUeoWFJ+V7XAszjmDj3hMz4ENhfihq4P w==; X-IronPort-AV: E=McAfee;i="6400,9594,10422"; a="314511483" X-IronPort-AV: E=Sophos;i="5.93,200,1654585200"; d="scan'208,223";a="314511483" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jul 2022 00:25:41 -0700 X-IronPort-AV: E=Sophos;i="5.93,200,1654585200"; d="scan'208,223";a="598175616" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jul 2022 00:25:29 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/2] modify vswitch_sample_cbdma to test virito dequeue Date: Fri, 29 Jul 2022 03:20:32 -0400 Message-Id: <20220729072032.1007286-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 vswitch_sample_cbdma testplan and testsuite to test the split and packed ring async dequeue feature. Wei Ling (2): test_plans/vswitch_sample_cbdma_test_plan: modify testplan to test virito dequeue tests/vswitch_sample_cbdma: modify testsuite to test virito dequeue test_plans/vswitch_sample_cbdma_test_plan.rst | 468 ++++++++---- tests/TestSuite_vswitch_sample_cbdma.py | 690 ++++++++---------- 2 files changed, 631 insertions(+), 527 deletions(-)