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

2018-08-22 Thread Stokes, Ian
> 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


___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


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

2018-08-22 Thread Aaron Conole
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(-)

-- 
2.14.3

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev