Disable CPT drop error in CQ context for cn20k platform.
Signed-off-by: Rahul Bhansali <[email protected]>
---
drivers/common/cnxk/roc_nix_queue.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/common/cnxk/roc_nix_queue.c
b/drivers/common/cnxk/roc_nix_queue.c
index 075c9c1591..ad8f62f38f 100644
--- a/drivers/common/cnxk/roc_nix_queue.c
+++ b/drivers/common/cnxk/roc_nix_queue.c
@@ -1251,7 +1251,7 @@ roc_nix_cn20k_cq_init(struct roc_nix *roc_nix, struct
roc_nix_cq *cq)
cq_ctx->cq_err_int_ena |= BIT(NIX_CQERRINT_DOOR_ERR);
if (roc_feature_nix_has_late_bp() &&
roc_nix_inl_inb_is_enabled(roc_nix)) {
cq_ctx->cq_err_int_ena |= BIT(NIX_CQERRINT_CPT_DROP);
- cq_ctx->cpt_drop_err_en = 1;
+ cq_ctx->cpt_drop_err_en = 0;
/* Enable Late BP only when non zero CPT BPID */
if (cpt_lbpid) {
cq_ctx->lbp_ena = 1;
--
2.34.1