On Thu, 17 Sep 2026 12:40:04 +0530 Rahul Bhansali <[email protected]> wrote:
> Disable CPT drop error in CQ context for cn20k platform. > > Signed-off-by: Rahul Bhansali <[email protected]> > --- More detailed AI review. Patch 2/14 common/cnxk: disable CPT drop error in CQ ---------------------------------------------------- Warning: the line above still does cq_ctx->cq_err_int_ena |= BIT(NIX_CQERRINT_CPT_DROP); while cpt_drop_err_en is now 0. Either drop the interrupt enable too, or explain why it stays. The commit log gives no reason for the change and has no Fixes: tag if this corrects prior behaviour.

