mbox

[V1,00/12] DPDK code prefix DEV change to RTE_ETH

Message ID 20211108162854.96466-1-linglix.chen@intel.com (mailing list archive)
Headers

Message

Lingli Chen Nov. 8, 2021, 4:28 p.m. UTC
  According to dpdk commit 295968d17("ethdev: add namespace"), DPDK code prefix DEV change to RTE_ETH.

Lingli Chen (12):
  test_plans/dpdk_gro_lib: DPDK code prefix DEV change to RTE_ETH
  tests/dpdk_gro_lib: DPDK code prefix DEV change to RTE_ETH
  test_plans/vdev_primary_secondary: DPDK code prefix DEV change to
    RTE_ETH
  tests/vdev_primary_secondary: DPDK code prefix DEV change to RTE_ETH
  test_plans/vhost_event_idx_interrupt: DPDK code prefix DEV change to
    RTE_ETH
  tests/vhost_event_idx_interrupt: DPDK code prefix DEV change to
    RTE_ETH
  test_plans/vhost_user_interrupt: DPDK code prefix DEV change to
    RTE_ETH
  tests/vhost_user_interrupt: DPDK code prefix DEV change to RTE_ETH
  test_plans/vhost_virtio_pmd_interrupt: DPDK code prefix DEV change to
    RTE_ETH
  tests/vhost_virtio_pmd_interrupt: DPDK code prefix DEV change to
    RTE_ETH
  test_plans/vhost_virtio_user_interrupt: DPDK code prefix DEV change to
    RTE_ETH
  tests/vhost_virtio_user_interrupt: DPDK code prefix DEV change to
    RTE_ETH

 test_plans/dpdk_gro_lib_test_plan.rst         | 26 +++++++++----------
 .../vdev_primary_secondary_test_plan.rst      |  7 +++--
 .../vhost_event_idx_interrupt_test_plan.rst   |  5 ++--
 test_plans/vhost_user_interrupt_test_plan.rst | 16 ++++++++++++
 .../vhost_virtio_pmd_interrupt_test_plan.rst  |  7 +++--
 .../vhost_virtio_user_interrupt_test_plan.rst |  7 +++--
 tests/TestSuite_dpdk_gro_lib.py               | 24 ++++++++---------
 tests/TestSuite_vdev_primary_secondary.py     |  4 +--
 tests/TestSuite_vhost_event_idx_interrupt.py  |  2 +-
 tests/TestSuite_vhost_user_interrupt.py       |  2 +-
 tests/TestSuite_vhost_virtio_pmd_interrupt.py |  4 +--
 .../TestSuite_vhost_virtio_user_interrupt.py  |  4 +--
 12 files changed, 60 insertions(+), 48 deletions(-)