From patchwork Fri Nov 11 06:08:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119750 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 BFDCEA0542; Fri, 11 Nov 2022 07:15:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9257E40141; Fri, 11 Nov 2022 07:15:00 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 0A3B6400EF for ; Fri, 11 Nov 2022 07:14:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668147299; x=1699683299; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=DBzYlHuwy/o19QQX2s5XIrrurfJKnqqLJuUN2v/eVW0=; b=nTeyyS6XW4bfHwv16SaW4xJVgJniU9uKu1bhSbgclEYA6NMeDnrVe/Ev fyZRKD8aN76uvsb9SIL4PXZkeih4KiXlMxlK6FdYU/bSLVtjQUZ3LE8eT jZy0a4bobkX7IbGnFNLv9NEw7O/8G5cUoqA5+KeoC/f05cHWQNq/sMyUj y2YAN9J043bkh2Sw8KHDga4di9bcIdKg89VdT+ccy1Lt6Ca+/uMyldYRT I5rZUDMUFOykm2od74D7bfVVkVFUwPgrqPxUbeCIBGjqOm5XYU3WQGR9e E4+F7d3lBTNJ7PXkfIVC7bgi5N816JNnkEA6EYBhqYPUeQ+FL/BfsxUbD g==; X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="313320539" X-IronPort-AV: E=Sophos;i="5.96,156,1665471600"; d="scan'208,223";a="313320539" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 22:14:58 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="639906438" X-IronPort-AV: E=Sophos;i="5.96,156,1665471600"; d="scan'208,223";a="639906438" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 22:14:56 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [PATCH V2 0/2] modify the dmas parameter Date: Fri, 11 Nov 2022 14:08:17 +0800 Message-Id: <20221111060817.2421600-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.11, the dmas parameter have changed from `lcore-dma=[lcore1@0000:00:04.0]` to `dmas=[txq0@0000:00:04.0]` by DPDK local patch,so modify the dmas parameter. Wei Ling (2): test_plans/vhost_virtio_pmd_interrupt_cbdma_test_plan: modify the dmas parameter tests/vhost_virtio_pmd_interrupt_cbdma: modify the dmas parameter ...t_virtio_pmd_interrupt_cbdma_test_plan.rst | 107 +++----- ...tSuite_vhost_virtio_pmd_interrupt_cbdma.py | 236 ++++++++++-------- 2 files changed, 170 insertions(+), 173 deletions(-)