On Thu, 17 Sep 2026 12:40:03 +0530
Rahul Bhansali <[email protected]> wrote:
> Fix packet length handling for reassembly failure cases.
> Also updated few macros as per cn20k platform.
>
> Fixes: 5856f23129bb ("net/cnxk: support CN20K inline IPsec Rx")
> Cc: [email protected]
>
> Signed-off-by: Rahul Bhansali <[email protected]>
> ---
More careful review by AI saw:
Patch 1/14 net/cnxk: fix packet length handling
-----------------------------------------------
Warning: the commit log does not mention the userdata change. The
patch drops the "flags & NIX_RX_REAS_F && inb_priv->userdata" guard
in nix_sec_meta_to_mbuf_sc() and nix_sec_meta_to_mbuf(), so
rte_security_dynfield is now written unconditionally. Describe it or
split it out.
Info: the OT->OW macro changes are no-op renames
(ROC_NIX_INL_OT/OW_IPSEC_INB_SA_SZ_LOG2 are both 10). Keep them out of
a stable fix.