aboutsummaryrefslogtreecommitdiff
path: root/test/linux-dpdk/validation
AgeCommit message (Collapse)Author
2017-02-27linux-dpdk: disable pci devices when running make checkMatias Elo
Disable pci devices during validation test. If the system has pci devices mapped to DPDK pmd drivers they may overlap with the test vdev device indices, which will cause the validation test to fail. Signed-off-by: Matias Elo <matias.elo@nokia.com>
2016-07-26linux-dpdk: devbuild: allow running gdb with unit testsZoltan Kiss
ODP_GDB=gdb env variable could be the magic for it. Document it as well. Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>
2016-07-22linux-dpdk: test: adjust file contents after the moveZoltan Kiss
Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>
2016-07-22linux-dpdk: move platform/linux-dpdk/test to test/linux-dpdkZoltan Kiss
And inside that, pktio to validation/api subdir. Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>