> -----Original Message-----
> From: Rakesh Kudurumalla <[email protected]>
> Sent: Monday, October 6, 2025 10:44 AM
> To: Nithin Kumar Dabilpuram <[email protected]>; Kiran Kumar
> Kokkilagadda <[email protected]>; Sunil Kumar Kori
> <[email protected]>; Satha Koteswara Rao Kottidi
> <[email protected]>; Harman Kalra <[email protected]>
> Cc: [email protected]; Jerin Jacob <[email protected]>; Rakesh Kudurumalla
> <[email protected]>
> Subject: [PATCH 4/5] net/cnxk: handle soft expiry support
>
> Add routines to handle soft expiry for outbound packets using CPT CQ
> mechanism. Added devargs support to inline device to use CPT CQ.
>
> Signed-off-by: Rakesh Kudurumalla <[email protected]>
> ---
> drivers/common/cnxk/roc_features.h | 5 +
> drivers/common/cnxk/roc_nix_inl.h | 18 ++-
> drivers/common/cnxk/roc_nix_inl_dev.c | 29 +++--
> drivers/common/cnxk/roc_nix_inl_dev_irq.c | 75 +++++++++++-
> drivers/common/cnxk/roc_nix_inl_priv.h | 2 +
> drivers/net/cnxk/cn10k_ethdev.h | 4 +-
> drivers/net/cnxk/cn10k_ethdev_sec.c | 8 +-
> drivers/net/cnxk/cn20k_ethdev.h | 3 +-
> drivers/net/cnxk/cn20k_ethdev_sec.c | 132 +++++++++++++++-------
> drivers/net/cnxk/cnxk_ethdev_sec.c | 4 +
Update doc/guides/nics/cnxk.rst for this new devags