Adding cn9k model check for pdcp_chain as
it is not supported in cn10k.

Signed-off-by: Tejasree Kondoj <ktejas...@marvell.com>
---
 drivers/crypto/cnxk/cnxk_cryptodev_ops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/cnxk/cnxk_cryptodev_ops.c 
b/drivers/crypto/cnxk/cnxk_cryptodev_ops.c
index adc1c7652b..86efe75cc3 100644
--- a/drivers/crypto/cnxk/cnxk_cryptodev_ops.c
+++ b/drivers/crypto/cnxk/cnxk_cryptodev_ops.c
@@ -479,7 +479,7 @@ cnxk_sess_fill(struct roc_cpt *roc_cpt, struct 
rte_crypto_sym_xform *xform,
        bool pdcp_chain_supported = false;
        bool ciph_then_auth = false;
 
-       if (roc_cpt->hw_caps[CPT_ENG_TYPE_SE].pdcp_chain)
+       if (roc_model_is_cn9k() && 
(roc_cpt->hw_caps[CPT_ENG_TYPE_SE].pdcp_chain))
                pdcp_chain_supported = true;
 
        if (xform == NULL)
-- 
2.25.1

Reply via email to