]> git.droids-corp.org - dpdk.git/blobdiff - app/test-crypto-perf/main.c
app/crypto-perf: support PDCP
[dpdk.git] / app / test-crypto-perf / main.c
index 2109e7007eb369b082d1bd0b16441ca166692c27..52a1860fbf07143be58b7e1eb4c2a8c98dd8642e 100644 (file)
@@ -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[] = {