From patchwork Wed Nov 9 05:56:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119590 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 A3799A0093; Wed, 9 Nov 2022 07:03:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9176E400D7; Wed, 9 Nov 2022 07:03:30 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 8DDA7400D4 for ; Wed, 9 Nov 2022 07:03:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667973808; x=1699509808; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=dQ/5H1FlNwy4OccURP3gTJevJXFKzmvMElzrufl68WI=; b=aV2IgMOGMa5rGyhhsrf2Si9c1Spt81HX4xZAT2ocBknJxJ69duvfrxTn rGKLGJNrujNNMZc2GqmxVXWL52GNz50bXRxVtdS9vndeqnqHHUBwSlqM6 EcchObbiIthOyR0ly/RVCwpqxoXvZq5oMlpduFaUq4enMv9oci25R/Zz6 mXt2zG+OJk965685XESjdePIeoc+isn/Yt2NfvwLGo91b1isdXJh5cIGK tlJz7zzBIIn9p0ETda1vnWyle3hgtXxQCg8IjQNUfQRlmEmMT14tap/uT Vl+tRU0CGUF5CMt/RMDKr1ZPJFfqsZEeAeW2N7XvO0r4vs7dIKtN32tOn Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10525"; a="312695480" X-IronPort-AV: E=Sophos;i="5.96,149,1665471600"; d="scan'208,223";a="312695480" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2022 22:03:27 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10525"; a="705580318" X-IronPort-AV: E=Sophos;i="5.96,149,1665471600"; d="scan'208,223";a="705580318" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2022 22:03:24 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify the dmas parameter by DPDK changed Date: Wed, 9 Nov 2022 13:56:59 +0800 Message-Id: <20221109055659.1207639-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, 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 | 94 +++---- ...tSuite_virtio_event_idx_interrupt_cbdma.py | 244 ++++++++++-------- 2 files changed, 187 insertions(+), 151 deletions(-)