Searched refs:runtest (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_dmadev.c | 39 runtest(const char *printable, int (*test_fn)(int16_t dev_id, uint16_t vchan), int iterations, in runtest() function 798 if (runtest("copy", test_enqueue_copies, 640, dev_id, vchan, CHECK_ERRS) < 0) in test_dmadev_instance() 805 else if (runtest("burst capacity", test_burst_capacity, 1, dev_id, vchan, CHECK_ERRS) < 0) in test_dmadev_instance() 817 else if (runtest("error handling", test_completion_handling, 1, in test_dmadev_instance() 823 else if (runtest("fill", test_enqueue_fill, 1, dev_id, vchan, CHECK_ERRS) < 0) in test_dmadev_instance()
|