app/crypto-perf: support PDCP
[dpdk.git] / app / test-crypto-perf / main.c
index 2109e70..52a1860 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[] = {