[ovs-dev] [PATCH v5] tests: Add system-dpdk-testsuite

2018-04-20 Thread Marcin Rybka
New OVS-DPDK testsuite, which can be launched via `make check-dpdk`, tests OVS using a DPDK datapath. The testsuite contains already initial tests: 1. EAL init 2. Add standard DPDK PHY port 3. Add vhost-user-client port Signed-off-by: Marcin Rybka <marcinx.ry...@intel.com> --- Ver.5 u

[ovs-dev] [PATCH v4] tests: Add system-dpdk-testsuite

2018-04-16 Thread Marcin Rybka
New OVS-DPDK testsuite, which can be launched via `make check-dpdk`, tests OVS using a DPDK datapath. The testsuite contains already initial tests: 1. EAL init 2. Add standard DPDK PHY port 3. Add vhost-user-client port Signed-off-by: Marcin Rybka <marcinx.ry...@intel.com> --- Ver.4 u

[ovs-dev] [PATCH v3] tests: Add system-dpdk-testsuite

2018-02-13 Thread Marcin Rybka
New OVS-DPDK testsuite, which can be launched via `make check-dpdk`, tests OVS using a DPDK datapath. The testsuite contains already initial tests: 1. EAL init 2. Add standard DPDK PHY port 3. Add vhost-user-client port Signed-off-by: Marcin Rybka <marcinx.ry...@intel.com> --- Change

[ovs-dev] [PATCH v2] tests: Add system-dpdk-testsuite

2018-01-02 Thread Marcin Rybka
New OVS-DPDK testsuite, which can be launched via `make check-dpdk`, tests OVS using a DPDK datapath. The testsuite contains already initial tests: 1. EAL init 2. Add standard DPDK PHY port 3. Add vhost-user-client port Signed-off-by: Marcin Rybka <marcinx.ry...@intel.com> --- Documen