]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/parameters.c
app/testpmd: support IPsec event
[dpdk.git] / app / test-pmd / parameters.c
index 394fa6d92831ab88873d87d3769f8ecae05c570e..d67f60d86b86dcf97b3a1503049916367d5b5ec6 100644 (file)
@@ -513,6 +513,8 @@ parse_event_printing_config(const char *optarg, int enable)
                mask = UINT32_C(1) << RTE_ETH_EVENT_INTR_RESET;
        else if (!strcmp(optarg, "vf_mbox"))
                mask = UINT32_C(1) << RTE_ETH_EVENT_VF_MBOX;
+       else if (!strcmp(optarg, "ipsec"))
+               mask = UINT32_C(1) << RTE_ETH_EVENT_IPSEC;
        else if (!strcmp(optarg, "macsec"))
                mask = UINT32_C(1) << RTE_ETH_EVENT_MACSEC;
        else if (!strcmp(optarg, "intr_rmv"))