From patchwork Fri Nov 11 06:48:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119759 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 A4833A0542; Fri, 11 Nov 2022 07:55:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9F65A40141; Fri, 11 Nov 2022 07:55:19 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 9BABE400EF for ; Fri, 11 Nov 2022 07:55:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668149717; x=1699685717; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=QZ1Nx7VOjIly7koE8kHsK4SCN4Zk8kuCHJ8RX5pvU6g=; b=Py1qjui+NyfRCOWu8o1R5zTVQNnAwdJiOiP3LKlqf27Lvcil+DSfODL1 F7U5oDh2HpIv+XUy0eV5JxHmyVeqGN4UFy2wklPogA7i1Hz4siIZdjrhS Yyb5uHBQ+oa+9icxzjNc0Kv4STCudjUQihFIVc61PJqy9wiOBBqYyCPMe iQMayH/bq+IkNq8Wsxfj+PXTCPPf0HxFKV1QJOJ2B6ub4lnXjg4LxKNxa QDiq63otYTmQV0tRhjl6shpl8VYWLcFO0Y5o8bMS+UYUv/LTdD0uFB7lX d58YWg4pzeW8Rj84kXDhWzxOddH3GkdzLWKOTxtFIc/9TwHpi4yVd0sCX A==; X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="291943623" X-IronPort-AV: E=Sophos;i="5.96,156,1665471600"; d="scan'208,223";a="291943623" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 22:55:16 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="966727713" X-IronPort-AV: E=Sophos;i="5.96,156,1665471600"; d="scan'208,223";a="966727713" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 22:55:15 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/2] modify the dmas parameter Date: Fri, 11 Nov 2022 14:48:36 +0800 Message-Id: <20221111064836.2422512-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/virtio_event_idx_interrupt_cbdma_test_plan: modify the dmas parameter tests/virtio_event_idx_interrupt_cbdma: modify the dmas parameter ...io_event_idx_interrupt_cbdma_test_plan.rst | 93 +++---- ...tSuite_virtio_event_idx_interrupt_cbdma.py | 244 ++++++++++-------- 2 files changed, 187 insertions(+), 150 deletions(-)