]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/octeontx2/otx2_ethdev_devargs.c
net/qede: accept bigger RSS table
[dpdk.git] / drivers / net / octeontx2 / otx2_ethdev_devargs.c
index 71d3e9747552116b906b80e201e6cd45e845accf..8d9feb3a8f53dfcdecb32beeb049a9e261cd5c07 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;
 }