| 17829 | } |
| 17830 | |
| 17831 | static int |
| 17832 | test_cryptodev_mlx5(void) |
| 17833 | { |
| 17834 | return run_cryptodev_testsuite(RTE_STR(CRYPTODEV_NAME_MLX5_PMD)); |
| 17835 | } |
| 17836 | |
| 17837 | static int |
| 17838 | test_cryptodev_null(void) |
nothing calls this directly
no test coverage detected