[lng-odp] DPDK pktio tests failure

2017-10-04 Thread Dmitry Eremin-Solenikov
Hello, I'm observing occasional test failures on pktio_dpdk tests, with the following lines in the log: ERROR: This system does not support "RDRAND". Please check that RTE_MACHINE is set correctly. Does anyone know how to fix or workaround that? -- With best wishes Dmitry

Re: [lng-odp] DPDK pktio tests failure

2017-10-04 Thread Bill Fischofer
Are you using valgrind by any chance? Some quick Googling suggests shows this: https://stackoverflow.com/questions/37386738/error-when-running-dpdk-app-on-valgrind On Wed, Oct 4, 2017 at 6:17 PM, Dmitry Eremin-Solenikov < dmitry.ereminsoleni...@linaro.org> wrote: > Hello, > > I'm observing occas

Re: [lng-odp] DPDK pktio tests failure

2017-10-04 Thread Bogdan Pricope
... or dpdk tests are really failing... # ./test/linux-generic/validation/api/pktio/pktio_run_dpdk.sh running with pktio_main: pktio: setting up test interfaces pktiop0p1, pktiop1p0, pktiop2p3, pktiop3p2. HW time counter freq: 3092977409 hz PKTIO: initialized loop interface. PKTIO: initialized

Re: [lng-odp] DPDK pktio tests failure

2017-10-04 Thread Maxim Uvarov
2 issues with dpdk pktio found yesterday: 1) Krishnas update of dpdk version did something wrong with Travis cache. So I had to clear it. 2) Zero copy dpdk has some issues now. We need to understand what is it. Maxim. On 10/05/17 08:56, Bogdan Pricope wrote: > ... or dpdk tests are really fail