net/ice/base: init marker group table for parser
[dpdk.git] / drivers / net / octeontx2 / otx2_ethdev_devargs.c
index 71d3e97..83f9053 100644 (file)
@@ -119,6 +119,12 @@ parse_switch_header_type(const char *key, const char *value, void *extra_args)
        if (strcmp(value, "chlen24b") == 0)
                *(uint16_t *)extra_args = OTX2_PRIV_FLAGS_CH_LEN_24B;
 
+       if (strcmp(value, "exdsa") == 0)
+               *(uint16_t *)extra_args = OTX2_PRIV_FLAGS_EXDSA;
+
+       if (strcmp(value, "vlan_exdsa") == 0)
+               *(uint16_t *)extra_args = OTX2_PRIV_FLAGS_VLAN_EXDSA;
+
        return 0;
 }
 
@@ -195,7 +201,7 @@ exit:
        return -EINVAL;
 }
 
-RTE_PMD_REGISTER_PARAM_STRING(net_octeontx2,
+RTE_PMD_REGISTER_PARAM_STRING(OCTEONTX2_PMD,
                              OTX2_RSS_RETA_SIZE "=<64|128|256>"
                              OTX2_IPSEC_IN_MAX_SPI "=<1-65535>"
                              OTX2_SCL_ENABLE "=1"