test suite reviews and discussions
 help / color / mirror / Atom feed
From: Herbert Guan <herbert.guan@arm.com>
To: dts@dpdk.org
Cc: Herbert Guan <herbert.guan@arm.com>
Subject: [dts] [PATCH v1 0/8] use virt_common for VM creation
Date: Fri,  9 Feb 2018 14:25:57 +0800	[thread overview]
Message-ID: <1518157565-17167-1-git-send-email-herbert.guan@arm.com> (raw)

This patch series adds support of using libvirt as VM type for a set
of vf test suites.  It use 'VM' form virt_common instead of 'QEMUKvm'
from qemu_kvm for VM creation. This will allow VM type selection
(kvm/libvirt etc.) for each VM defined in test suite's config file.

Herbert Guan (8):
  tests/vf_macfilter: use virt_common for VM creation
  tests/vf_jumboframe: use virt_common for VM creation
  tests/vf_offload: use virt_common for VM creation
  tests/vf_rss: use virt_common for VM creation
  tests/vf_to_vf_nic_bridge: use virt_common for VM creation
  tests/vf_vlan: use virt_common for VM creation
  tests/vf_packet_rxtx: use virt_common for VM creation
  tests/vf_port_start_stop: use virt_common for VM creation

 conf/vf_jumboframe.cfg                 | 111 ++++++++++++++++++++++++++++++
 conf/vf_macfilter.cfg                  |  30 ++++++++
 conf/vf_offload.cfg                    |  32 ++++++++-
 conf/vf_packet_rxtx.cfg                |  44 +++++++++++-
 conf/vf_port_start_stop.cfg            |  32 ++++++++-
 conf/vf_rss.cfg                        |  30 ++++++++
 conf/vf_to_vf_bridge.cfg               | 121 +++++++++++++++++++++++++++++++++
 conf/vf_vlan.cfg                       | 111 ++++++++++++++++++++++++++++++
 tests/TestSuite_vf_jumboframe.py       |   4 +-
 tests/TestSuite_vf_macfilter.py        |   4 +-
 tests/TestSuite_vf_offload.py          |   4 +-
 tests/TestSuite_vf_packet_rxtx.py      |   8 +--
 tests/TestSuite_vf_port_start_stop.py  |   4 +-
 tests/TestSuite_vf_rss.py              |   4 +-
 tests/TestSuite_vf_to_vf_nic_bridge.py |   6 +-
 tests/TestSuite_vf_vlan.py             |   4 +-
 16 files changed, 526 insertions(+), 23 deletions(-)

-- 
1.8.3.1

             reply	other threads:[~2018-02-09  6:26 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-09  6:25 Herbert Guan [this message]
2018-02-09  6:25 ` [dts] [PATCH v1 1/8] tests/vf_macfilter: " Herbert Guan
2018-02-09  6:25 ` [dts] [PATCH v1 2/8] tests/vf_jumboframe: " Herbert Guan
2018-02-11 10:07   ` Liu, Yong
2018-02-09  6:26 ` [dts] [PATCH v1 3/8] tests/vf_offload: " Herbert Guan
2018-02-09  6:26 ` [dts] [PATCH v1 4/8] tests/vf_rss: " Herbert Guan
2018-02-09  6:26 ` [dts] [PATCH v1 5/8] tests/vf_to_vf_nic_bridge: " Herbert Guan
2018-02-09  6:26 ` [dts] [PATCH v1 6/8] tests/vf_vlan: " Herbert Guan
2018-02-09  6:26 ` [dts] [PATCH v1 7/8] tests/vf_packet_rxtx: " Herbert Guan
2018-02-09  6:26 ` [dts] [PATCH v1 8/8] tests/vf_port_start_stop: " Herbert Guan
2018-02-12  9:57 ` [dts] [PATCH v2 0/9] " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 1/9] tests/sriov_kvm: " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 2/9] tests/vf_port_start_stop: " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 3/9] tests/vf_packet_rxtx: " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 4/9] tests/vf_vlan: " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 5/9] tests/vf_to_vf_nic_bridge: " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 6/9] tests/vf_rss: " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 7/9] tests/vf_offload: " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 8/9] tests/vf_jumboframe: " Herbert Guan
2018-02-12  9:57   ` [dts] [PATCH v2 9/9] tests/vf_macfilter: " Herbert Guan
2018-02-13 12:45   ` [dts] [PATCH v2 0/9] " Liu, Yong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1518157565-17167-1-git-send-email-herbert.guan@arm.com \
    --to=herbert.guan@arm.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).