crypto/cnxk: fix update of number of descriptors
[dpdk.git] / drivers / crypto / cnxk / cnxk_cryptodev.c
index 5c7801e..d67de54 100644 (file)
@@ -24,6 +24,9 @@ cnxk_cpt_default_ff_get(void)
                      RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED |
                      RTE_CRYPTODEV_FF_SECURITY;
 
+       if (roc_model_is_cn10k())
+               ff |= RTE_CRYPTODEV_FF_SECURITY_INNER_CSUM;
+
        return ff;
 }