From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4DA97A0C4B; Thu, 25 Nov 2021 06:12:35 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1372240DF5; Thu, 25 Nov 2021 06:12:35 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 0461040140 for ; Thu, 25 Nov 2021 06:12:32 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10178"; a="321679150" X-IronPort-AV: E=Sophos;i="5.87,262,1631602800"; d="scan'208";a="321679150" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2021 21:12:31 -0800 X-IronPort-AV: E=Sophos;i="5.87,262,1631602800"; d="scan'208";a="741061165" Received: from unknown (HELO dpdk.lan) ([10.240.183.77]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2021 21:12:30 -0800 From: Lingli Chen To: dts@dpdk.org Cc: Lingli Chen Subject: [dts][PATCH V1 0/2] move ioat device IDs to DMA class: change misc to dma. Date: Thu, 25 Nov 2021 13:13:09 +0000 Message-Id: <20211125131311.134679-1-linglix.chen@intel.com> X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 1. According to dpdk commit e6f6dda60a5f("usertools/devbind: move ioat device IDs to DMA class") change misc to dma. 2. Modify re.search('\s*(0000:\S*:\d*.\d*)', device) for some DMA devices_info contains letter. 3. Cbdma only tests vfio-pci from 21.11, so remove igb_uio. Lingli Chen (2): tests/*: Move Intel IOAT devices from Misc to DMA devices test_plans/*: Change igb_uio to vfio-pci test_plans/cbdma_test_plan.rst | 14 ++-- test_plans/dpdk_gro_lib_test_plan.rst | 24 +++--- test_plans/dpdk_gso_lib_test_plan.rst | 12 +-- .../dpdk_hugetlbfs_mount_size_test_plan.rst | 10 +-- .../pvp_diff_qemu_version_test_plan.rst | 8 +- .../pvp_multi_paths_performance_test_plan.rst | 20 ++--- ...host_single_core_performance_test_plan.rst | 20 ++--- ...rtio_single_core_performance_test_plan.rst | 20 ++--- ...emu_multi_paths_port_restart_test_plan.rst | 24 +++--- test_plans/pvp_share_lib_test_plan.rst | 4 +- .../pvp_vhost_user_reconnect_test_plan.rst | 40 +++++----- test_plans/pvp_virtio_bonding_test_plan.rst | 12 +-- ...pvp_virtio_user_2M_hugepages_test_plan.rst | 4 +- ...er_multi_queues_port_restart_test_plan.rst | 20 ++--- .../vdev_primary_secondary_test_plan.rst | 14 ++-- test_plans/vhost_cbdma_test_plan.rst | 10 +-- .../vhost_event_idx_interrupt_test_plan.rst | 8 +- .../vhost_multi_queue_qemu_test_plan.rst | 12 +-- test_plans/vhost_user_interrupt_test_plan.rst | 4 +- .../vhost_user_live_migration_test_plan.rst | 80 +++++++++---------- .../vhost_virtio_pmd_interrupt_test_plan.rst | 14 ++-- .../vhost_virtio_user_interrupt_test_plan.rst | 12 +-- .../virtio_event_idx_interrupt_test_plan.rst | 20 ++--- .../virtio_pvp_regression_test_plan.rst | 32 ++++---- ...tio_user_as_exceptional_path_test_plan.rst | 12 +-- ...ser_for_container_networking_test_plan.rst | 4 +- test_plans/vm2vm_virtio_pmd_test_plan.rst | 54 ++++++------- test_plans/vswitch_sample_cbdma_test_plan.rst | 12 +-- tests/TestSuite_cbdma.py | 4 +- tests/TestSuite_dpdk_gro_lib.py | 8 +- tests/TestSuite_vhost_cbdma.py | 7 +- tests/TestSuite_vhost_event_idx_interrupt.py | 7 +- tests/TestSuite_vhost_user_interrupt.py | 8 +- tests/TestSuite_vhost_virtio_pmd_interrupt.py | 7 +- .../TestSuite_vhost_virtio_user_interrupt.py | 8 +- tests/TestSuite_virtio_event_idx_interrupt.py | 7 +- tests/TestSuite_vm2vm_virtio_net_perf.py | 14 ++-- tests/TestSuite_vm2vm_virtio_pmd.py | 6 +- tests/TestSuite_vm2vm_virtio_user.py | 8 +- tests/TestSuite_vswitch_sample_cbdma.py | 6 +- 40 files changed, 284 insertions(+), 326 deletions(-) -- 2.33.1