mbox series

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

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

Message

Aaron Conole Aug. 22, 2018, 1:37 p.m. UTC
This allows system-dpdk test suite to ping two namespaces via a veth
and dpdkvhostuser port, using testpmd as a forwarding agent.

For the initial test, testpmd included with 18.11-rc0 is used, while ovs
is linked against DPDK 17.11 LTS.

Some additional enhancements are added to the dpdk testsuite to make it
easier to use.

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: Execute testpmd on the background

 tests/system-dpdk-macros.at |  20 ++++++--
 tests/system-dpdk.at        | 108 ++++++++++++++++++++++++++++++++++++++------
 2 files changed, 110 insertions(+), 18 deletions(-)

Comments

Stokes, Ian Aug. 22, 2018, 1:48 p.m. UTC | #1
> This allows system-dpdk test suite to ping two namespaces via a veth and
> dpdkvhostuser port, using testpmd as a forwarding agent.
> 
> For the initial test, testpmd included with 18.11-rc0 is used, while ovs
> is linked against DPDK 17.11 LTS.
> 
> Some additional enhancements are added to the dpdk testsuite to make it
> easier to use.
> 
> 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: Execute testpmd on the background
> 


Thanks for this Aaron/Bala. I've started reviewing the RFC today but will move to this instead.

Ian