X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-crypto-perf%2Fmain.c;fp=app%2Ftest-crypto-perf%2Fmain.c;h=52a1860fbf07143be58b7e1eb4c2a8c98dd8642e;hb=8fd2b5a60d1cd0c7bc608452d6fd8c13f8761f1d;hp=2109e7007eb369b082d1bd0b16441ca166692c27;hpb=6231271d0cababcb492a154bbd8f390375ac533d;p=dpdk.git diff --git a/app/test-crypto-perf/main.c b/app/test-crypto-perf/main.c index 2109e7007e..52a1860fbf 100644 --- a/app/test-crypto-perf/main.c +++ b/app/test-crypto-perf/main.c @@ -38,7 +38,8 @@ const char *cperf_op_type_strs[] = { [CPERF_AUTH_ONLY] = "auth-only", [CPERF_CIPHER_THEN_AUTH] = "cipher-then-auth", [CPERF_AUTH_THEN_CIPHER] = "auth-then-cipher", - [CPERF_AEAD] = "aead" + [CPERF_AEAD] = "aead", + [CPERF_PDCP] = "pdcp" }; const struct cperf_test cperf_testmap[] = {