mbox series

[ovs-dev,0/6] system-dpdk: add support to ping two namespaces

Message ID 20180801203118.24126-1-aconole@redhat.com
Headers show
Series system-dpdk: add support to ping two namespaces | expand

Message

Aaron Conole Aug. 1, 2018, 8:31 p.m. UTC
This allows system-dpdk test suite to ping two namespaces via a pair
of dpdkvhostuserclient ports, using testpmd as a forwarding agent.

Currently, the final patch in the series (which adds the test) isn't
reliable enough yet, so it is still RFC.  Submitted for early feedback.

Aaron Conole (3):
  system-dpdk: update test suite for non-phy testing
  system-dpdk: Allow running the dpdk tests from a VM
  system-dpdk: Use a different character marker for sed commands

Bala Sankaran (3):
  system-dpdk: skip all tests if there are no hugepages
  system-dpdk: Convert /tmp to use OVS_RUNDIR
  system-dpdk: Connect two namespaces via virtio

 tests/system-dpdk-macros.at |  20 +++++++--
 tests/system-dpdk.at        | 104 ++++++++++++++++++++++++++++++++++++++------
 2 files changed, 107 insertions(+), 17 deletions(-)