From patchwork Tue Nov 22 07:13:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120051 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 51A15A057F; Tue, 22 Nov 2022 08:18:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4C3F642D43; Tue, 22 Nov 2022 08:18:57 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id BF259427EB for ; Tue, 22 Nov 2022 08:18:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669101535; x=1700637535; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=opXBGfc5Kk9SS8IUSEG8eLj+U2Sjkl0/O+dyeIO+a/k=; b=aOzEHR/yXYIlUTqtBaoxRCNq1gaJh2dmEIMcKHN9UA4uT7iSvPbLAo+U bNRl7h0Dv3DHKBMiKilos31d2b4/fMMcLIaZFQQY7f8OEFSfJzPMutIyj J4BrBiwfW9vEGcw/aWyEl+Ufcr6hZjWd9dDXzHFCqlLFYz5SooBqYVnlB JSQe/TxApJ0zlWOdE75MnbmnMiCE5FJdr59RwN+scDHJN651mE/Xsbom9 LfY1OAwR2oR5Bu+/R8kGrTDP7Cr2t3nxRLexizx0aRGyDnXyakskLHxlC 7pdPfabazApueADf/CGCEsCpRNwjw7BIrOv4Ec8TDLnxVZeoo8H3VBCCZ g==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="311381810" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208,223";a="311381810" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2022 23:18:54 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="619114003" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208,223";a="619114003" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2022 23:18:52 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 0/2] modify the dmas parameter by DPDK changed Date: Tue, 22 Nov 2022 15:13:04 +0800 Message-Id: <20221122071304.2895198-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 by DPDK changed tests/virtio_event_idx_interrupt_cbdma: modify the dmas parameter by DPDK changed ...io_event_idx_interrupt_cbdma_test_plan.rst | 118 ++++----- ...tSuite_virtio_event_idx_interrupt_cbdma.py | 244 ++++++++++-------- 2 files changed, 200 insertions(+), 162 deletions(-)