From patchwork Tue Nov 22 06:24:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120029 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 1467AA057D; Tue, 22 Nov 2022 07:30:17 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E8A9642D3D; Tue, 22 Nov 2022 07:30:16 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id B14F4427EB for ; Tue, 22 Nov 2022 07:30:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669098615; x=1700634615; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=CA8YmEc/o8MDZ1J5gGu+bw1fBksT0HND0WFJxy8vcJI=; b=Ni2+A/lEm2JQ5Fbk13Nz1ClXJxmAGr4g3ZmWw7sM0Gy6jWFFujt91blv fUxb04rr/5QJjaHFau9Kfxds/OQBrQbN8jQbfGXsnTvDnfNjvXIWttOIY pDXheoVPRyqb9i5b1k0gnJPRViZ4qRd7Eeo52nWmw+Pb/6cAEBVE0tnvf fJkPURySdSz3k+J41EadlEpCIIzPo9Fbuuxkb7IkBN34JQHQCBL1qUvDf LgWFYdZTFeIk75V4XyD1LuW08Q70OPk20ZLYn+w7BfOlOibqqspBZlB46 W2FHSnYRJwZ1sqTxtvhxZDzq0UBwOdPoGwVKfOBn2lVEbxbLtMQw7VuOr A==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="340611885" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208,223";a="340611885" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2022 22:30:14 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="886410332" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208,223";a="886410332" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2022 22:30:13 -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 14:24:28 +0800 Message-Id: <20221122062428.2892389-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/vhost_virtio_pmd_interrupt_cbdma_test_plan: modify the dmas parameter by DPDK changed tests/vhost_virtio_pmd_interrupt_cbdma: modify the dmas parameter by DPDK changed ...t_virtio_pmd_interrupt_cbdma_test_plan.rst | 190 ++++++-------- ...tSuite_vhost_virtio_pmd_interrupt_cbdma.py | 239 ++++++++++-------- 2 files changed, 213 insertions(+), 216 deletions(-)