mbox series

[V1,0/2] move ioat device IDs to DMA class: change misc to dma.

Message ID 20211125131311.134679-1-linglix.chen@intel.com (mailing list archive)
Headers
Series move ioat device IDs to DMA class: change misc to dma. |

Message

Lingli Chen Nov. 25, 2021, 1:13 p.m. UTC
  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(-)