Re: [ovs-dev] [PATCH v2 0/7] PMD Testsuite.

2016-06-07 Thread Ilya Maximets
Thanks for all your review and testing. I've sent new version of tests based on your 'dummy-numa' series: http://openvswitch.org/pipermail/dev/2016-June/072331.html Actually I have no environment to test with non-Linux systems and also have no account to test with travis. So, this series is only t

Re: [ovs-dev] [PATCH v2 0/7] PMD Testsuite.

2016-06-06 Thread Daniele Di Proietto
Hi Ilya, thanks for the series, I really appreciate the effort to test the pmd threads. I reviewed the whole series and it looks good to me, but I found some problems with travis and non linux systems. 1 On FreeBSD (and I assume also on windows), the pmd tests fail, because ovs_numa_get_n_core

[ovs-dev] [PATCH v2 0/7] PMD Testsuite.

2016-05-27 Thread Ilya Maximets
New 'dummy-pmd' class created in a purpose of testing of PMD interfaces. Added a bunch of PMD specific tests. Some already existing tests reused to run with 'dummy-pmd' interfaces. 'appctl dpctl/flow-get' implemented for dpif-netdev with PMD threads. Version 2: * 'dummy-pmd' implemented as