MCPcopy Create free account
hub / github.com/F-Stack/f-stack / run_cryptodev_raw_testsuite

Function run_cryptodev_raw_testsuite

dpdk/app/test/test_cryptodev.c:18035–18049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18033}
18034
18035static int
18036run_cryptodev_raw_testsuite(const char *pmd_name)
18037{
18038 int ret;
18039
18040 ret = require_feature_flag(pmd_name, RTE_CRYPTODEV_FF_SYM_RAW_DP, "RAW API");
18041 if (ret)
18042 return ret;
18043
18044 global_api_test_type = CRYPTODEV_RAW_API_TEST;
18045 ret = run_cryptodev_testsuite(pmd_name);
18046 global_api_test_type = CRYPTODEV_API_TEST;
18047
18048 return ret;
18049}
18050
18051static int
18052test_cryptodev_qat_raw_api(void)

Calls 2

require_feature_flagFunction · 0.85
run_cryptodev_testsuiteFunction · 0.85

Tested by

no test coverage detected