From: Hemant Agrawal <hemant.agrawal@nxp.com>
To: Ferruh Yigit <ferruh.yigit@amd.com>,
Sivaprasad Tummala <sivaprasad.tummala@amd.com>,
"dev@dpdk.org" <dev@dpdk.org>
Cc: "bruce.richardson@intel.com" <bruce.richardson@intel.com>,
"david.marchand@redhat.com" <david.marchand@redhat.com>,
"thomas@monjalon.net" <thomas@monjalon.net>,
"jerinjacobk@gmail.com" <jerinjacobk@gmail.com>,
"techboard@dpdk.org" <techboard@dpdk.org>
Subject: RE: [PATCH v1] doc: deprecation notice to add callback data to rte_event_fp_ops
Date: Tue, 25 Jul 2023 16:46:41 +0000 [thread overview]
Message-ID: <PAXPR04MB932850938514E4F635B2C0C18903A@PAXPR04MB9328.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <9837e5a0-f76d-f126-32de-193dd9e97cde@amd.com>
> -----Original Message-----
> From: Ferruh Yigit <ferruh.yigit@amd.com>
> Sent: Tuesday, July 25, 2023 2:11 PM
> To: Sivaprasad Tummala <sivaprasad.tummala@amd.com>; dev@dpdk.org
> Cc: bruce.richardson@intel.com; david.marchand@redhat.com;
> thomas@monjalon.net; jerinjacobk@gmail.com; techboard@dpdk.org
> Subject: Re: [PATCH v1] doc: deprecation notice to add callback data to
> rte_event_fp_ops
>
> On 7/17/2023 12:24 PM, Sivaprasad Tummala wrote:
> > Deprecation notice to add "rte_eventdev_port_data" field to
> > ``rte_event_fp_ops`` for callback support.
> >
> > Signed-off-by: Sivaprasad Tummala <sivaprasad.tummala@amd.com>
> > ---
> > doc/guides/rel_notes/deprecation.rst | 7 +++++++
> > 1 file changed, 7 insertions(+)
> >
> > diff --git a/doc/guides/rel_notes/deprecation.rst
> > b/doc/guides/rel_notes/deprecation.rst
> > index fb771a0305..057f97ce5a 100644
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_notes/deprecation.rst
> > @@ -130,6 +130,13 @@ Deprecation Notices
> > ``rte_cryptodev_get_auth_algo_string``,
> ``rte_cryptodev_get_aead_algo_string`` and
> > ``rte_cryptodev_asym_get_xform_string`` respectively.
> >
> > +* eventdev: The struct rte_event_fp_ops will be updated with a new
> > +element
> > + rte_eventdev_port_data to support optional callbacks in DPDK 23.11.
> > + rte_eventdev_port_data is used to hold callbacks registered
> > +optionally
> > + per event device port and associated callback data. By adding
> > +rte_eventdev_port_data
> > + to rte_event_fp_ops, allows to fetch this data for fastpath
> > +eventdev inline functions
> > + in advance. This changes the size of rte_event_fp_ops and result in ABI
> change.
> > +
> > * security: Hide structures ``rte_security_ops`` and ``rte_security_ctx``
> > as these are internal to DPDK library and drivers.
> >
>
> +techboard,
>
> Request for review/ack, patch is to extend eventdev to support callbacks per
> packet.
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
next prev parent reply other threads:[~2023-07-25 16:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-12 17:30 [PATCH] " Sivaprasad Tummala
2023-07-13 8:51 ` Jerin Jacob
2023-07-13 10:38 ` Tummala, Sivaprasad
2023-07-13 10:40 ` Jerin Jacob
2023-07-14 11:32 ` Tummala, Sivaprasad
2023-07-17 11:24 ` [PATCH v1] " Sivaprasad Tummala
2023-07-17 11:43 ` Jerin Jacob
2023-07-17 12:42 ` Ferruh Yigit
2023-07-25 8:40 ` Ferruh Yigit
2023-07-25 16:46 ` Hemant Agrawal [this message]
2023-07-25 18:44 ` Pavan Nikhilesh Bhagavatula
2023-07-28 15:42 ` Thomas Monjalon
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=PAXPR04MB932850938514E4F635B2C0C18903A@PAXPR04MB9328.eurprd04.prod.outlook.com \
--to=hemant.agrawal@nxp.com \
--cc=bruce.richardson@intel.com \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@amd.com \
--cc=jerinjacobk@gmail.com \
--cc=sivaprasad.tummala@amd.com \
--cc=techboard@dpdk.org \
--cc=thomas@monjalon.net \
/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).