DPDK patches and discussions
 help / color / mirror / Atom feed
From: Vamsi Krishna Attunuru <vattunuru@marvell.com>
To: Ferruh Yigit <ferruh.yigit@xilinx.com>,
	"dev@dpdk.org" <dev@dpdk.org>, Anoob Joseph <anoobj@marvell.com>,
	Konstantin Ananyev <konstantin.ananyev@intel.com>
Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>,
	Nithin Kumar Dabilpuram <ndabilpuram@marvell.com>,
	Akhil Goyal <gakhil@marvell.com>
Subject: RE: [EXT] Re: [PATCH 1/1] ethdev: add packet expiry event subtype
Date: Thu, 21 Apr 2022 06:45:07 +0000	[thread overview]
Message-ID: <MWHPR18MB0942470F335C9DE1E3D7E2D6A6F49@MWHPR18MB0942.namprd18.prod.outlook.com> (raw)
In-Reply-To: <4607ff89-ee9a-73c3-d3fe-53c8c3c84d5f@xilinx.com>



> -----Original Message-----
> From: Ferruh Yigit <ferruh.yigit@xilinx.com>
> Sent: Wednesday, April 20, 2022 11:46 PM
> To: Vamsi Krishna Attunuru <vattunuru@marvell.com>; dev@dpdk.org;
> Anoob Joseph <anoobj@marvell.com>; Konstantin Ananyev
> <konstantin.ananyev@intel.com>
> Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>; Nithin Kumar
> Dabilpuram <ndabilpuram@marvell.com>; Akhil Goyal
> <gakhil@marvell.com>
> Subject: [EXT] Re: [PATCH 1/1] ethdev: add packet expiry event subtype
> 
> External Email
> 
> ----------------------------------------------------------------------
> On 3/23/2022 3:04 AM, Vamsi Krishna Attunuru wrote:
> > Ping..
> >
> >> -----Original Message-----
> >> From: Vamsi Attunuru <vattunuru@marvell.com>
> >> Sent: Thursday, March 17, 2022 1:28 PM
> >> To: dev@dpdk.org
> >> Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>; Nithin Kumar
> >> Dabilpuram <ndabilpuram@marvell.com>; Akhil Goyal
> >> <gakhil@marvell.com>; Vamsi Krishna Attunuru
> <vattunuru@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.
> >>
> 
> cc'ed more people
> 
> Is there any user of this event to provide more context? Or to justify why it is
> needed?

Hi Ferruh,
This patch is superseded by
http://patches.dpdk.org/project/dpdk/patch/20220416192530.173895-8-gakhil@marvell.com/
Please check the comment section for the context and requirement details.

> 
> >> Signed-off-by: Vamsi Attunuru <vattunuru@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
> >


      reply	other threads:[~2022-04-21  6:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-17  7:57 Vamsi Attunuru
2022-03-23  3:04 ` Vamsi Krishna Attunuru
2022-04-20 18:16   ` Ferruh Yigit
2022-04-21  6:45     ` Vamsi Krishna Attunuru [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MWHPR18MB0942470F335C9DE1E3D7E2D6A6F49@MWHPR18MB0942.namprd18.prod.outlook.com \
    --to=vattunuru@marvell.com \
    --cc=anoobj@marvell.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@xilinx.com \
    --cc=gakhil@marvell.com \
    --cc=jerinj@marvell.com \
    --cc=konstantin.ananyev@intel.com \
    --cc=ndabilpuram@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).