On Tue, Jun 23, 2026 at 2:31 PM Aarnav JP <[email protected]> wrote: > > inl_dev is initialized to NULL and only assigned within the > if (idev && idev->nix_inl_dev) block. > Move inl_dev->res_addr_offset and inl_dev->cpt_cq_ena > accesses inside this null-guarded block in > nix_inl_inb_ipsec_sa_tbl_setup() and nix_inl_reass_inb_sa_tbl_setup() > to avoid dereferencing a null pointer. > > Fixes: 3fdf3e53f3c4 ("common/cnxk: enable CPT CQ for inline IPsec inbound") > Cc: [email protected] > > Signed-off-by: Aarnav JP <[email protected]>
Applied to dpdk-next-net-mrvl/for-main. Thanks

