Ping..
> -----Original Message-----
> From: Vamsi Attunuru <vattun...@marvell.com>
> Sent: Thursday, March 17, 2022 1:28 PM
> To: dev@dpdk.org
> Cc: Jerin Jacob Kollanukkaran <jer...@marvell.com>; Nithin Kumar
> Dabilpuram <ndabilpu...@marvell.com>; Akhil Goyal
> <gak...@marvell.com>; Vamsi Krishna Attunuru <vattun...@marvell.com>
> Subject: [PATCH 1/1] ethdev: add packet expiry event subtype
>
> Patch adds a new event subtype for notifying expiry event upon soft packet
> limit expiry.
>
> Signed-off-by: Vamsi Attunuru <vattun...@marvell.com>
> ---
> lib/ethdev/rte_ethdev.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/lib/ethdev/rte_ethdev.h b/lib/ethdev/rte_ethdev.h index
> 04cff8ee10..07d1f02bae 100644
> --- a/lib/ethdev/rte_ethdev.h
> +++ b/lib/ethdev/rte_ethdev.h
> @@ -3828,6 +3828,8 @@ enum rte_eth_event_ipsec_subtype {
> RTE_ETH_EVENT_IPSEC_SA_TIME_EXPIRY,
> /** Soft byte expiry of SA */
> RTE_ETH_EVENT_IPSEC_SA_BYTE_EXPIRY,
> + /** Soft packet expiry of SA */
> + RTE_ETH_EVENT_IPSEC_SA_PKT_EXPIRY,
> /** Max value of this enum */
> RTE_ETH_EVENT_IPSEC_MAX
> };
> @@ -3849,6 +3851,7 @@ struct rte_eth_event_ipsec_desc {
> * - @ref RTE_ETH_EVENT_IPSEC_ESN_OVERFLOW
> * - @ref RTE_ETH_EVENT_IPSEC_SA_TIME_EXPIRY
> * - @ref RTE_ETH_EVENT_IPSEC_SA_BYTE_EXPIRY
> + * - @ref RTE_ETH_EVENT_IPSEC_SA_PKT_EXPIRY
> *
> * @see struct rte_security_session_conf
> *
> --
> 2.25.1