doc: announce change in event vector structure

Message ID 20220624090951.4833-1-pbhagavatula@marvell.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: announce change in event vector structure |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-testing warning apply patch failure
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Pavan Nikhilesh Bhagavatula June 24, 2022, 9:09 a.m. UTC
  From: Pavan Nikhilesh <pbhagavatula@marvell.com>

The field `*u64s` in the structure `rte_event_vector` will
be replaced with `u64s`.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
---
 doc/guides/rel_notes/deprecation.rst | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

Jerin Jacob July 11, 2022, 2:51 p.m. UTC | #1
On Fri, Jun 24, 2022 at 2:42 PM <pbhagavatula@marvell.com> wrote:
>
> From: Pavan Nikhilesh <pbhagavatula@marvell.com>
>
> The field `*u64s` in the structure `rte_event_vector` will
> be replaced with `u64s`.
>
> Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>


Acked-by: Jerin Jacob <jerinj@marvell.com>


> ---
>  doc/guides/rel_notes/deprecation.rst | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index a3c4f4ac09..6b50ec4865 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -128,3 +128,6 @@ Deprecation Notices
>
>  * eventdev: The function pointer declaration ``eventdev_stop_flush_t`` will be
>    renamed to ``rte_eventdev_stop_flush_t`` in DPDK 22.11.
> +
> +* eventdev: The element ``*u64s`` in the structure ``rte_event_vector`` is
> +  deprecated and will be replaced with ``u64s`` in DPDK 22.11.
> --
> 2.25.1
>
  
Pavan Nikhilesh Bhagavatula July 12, 2022, 6:15 p.m. UTC | #2
+cc
	timothy.mcdaniel@intel.com;
	hemant.agrawal@nxp.com;
	sachin.saxena@oss.nxp.com;
	mattias.ronnblom@ericsson.com;
	jerinj@marvell.com;
	liangma@liangbit.com;
	peter.mccarthy@intel.com;
	harry.van.haaren@intel.com;
	erik.g.carrillo@intel.com;
	abhinandan.gujjar@intel.com;
	jay.jayatheerthan@intel.com;
	mdr@ashroe.eu;
	anatoly.burakov@intel.com;

> -----Original Message-----
> From: Jerin Jacob <jerinjacobk@gmail.com>
> Sent: Monday, July 11, 2022 8:22 PM
> To: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
> Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>; Ray Kinsella
> <mdr@ashroe.eu>; dpdk-dev <dev@dpdk.org>
> Subject: [EXT] Re: [PATCH] doc: announce change in event vector structure
> 
> External Email
> 
> ----------------------------------------------------------------------
> On Fri, Jun 24, 2022 at 2:42 PM <pbhagavatula@marvell.com> wrote:
> >
> > From: Pavan Nikhilesh <pbhagavatula@marvell.com>
> >
> > The field `*u64s` in the structure `rte_event_vector` will
> > be replaced with `u64s`.
> >
> > Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
> 
> 
> Acked-by: Jerin Jacob <jerinj@marvell.com>
> 
> 
> > ---
> >  doc/guides/rel_notes/deprecation.rst | 3 +++
> >  1 file changed, 3 insertions(+)
> >
> > diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> > index a3c4f4ac09..6b50ec4865 100644
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_notes/deprecation.rst
> > @@ -128,3 +128,6 @@ Deprecation Notices
> >
> >  * eventdev: The function pointer declaration ``eventdev_stop_flush_t``
> will be
> >    renamed to ``rte_eventdev_stop_flush_t`` in DPDK 22.11.
> > +
> > +* eventdev: The element ``*u64s`` in the structure ``rte_event_vector`` is
> > +  deprecated and will be replaced with ``u64s`` in DPDK 22.11.
> > --
> > 2.25.1
> >
  
Gujjar, Abhinandan S July 13, 2022, 7:03 a.m. UTC | #3
> -----Original Message-----
> From: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
> Sent: Tuesday, July 12, 2022 11:46 PM
> To: Jerin Jacob <jerinjacobk@gmail.com>
> Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>; Ray Kinsella
> <mdr@ashroe.eu>; dpdk-dev <dev@dpdk.org>; McDaniel, Timothy
> <timothy.mcdaniel@intel.com>; hemant.agrawal@nxp.com;
> sachin.saxena@oss.nxp.com; mattias.ronnblom
> <mattias.ronnblom@ericsson.com>; Jerin Jacob Kollanukkaran
> <jerinj@marvell.com>; liangma@liangbit.com; Mccarthy, Peter
> <peter.mccarthy@intel.com>; Van Haaren, Harry
> <harry.van.haaren@intel.com>; Carrillo, Erik G <erik.g.carrillo@intel.com>;
> Gujjar, Abhinandan S <abhinandan.gujjar@intel.com>; Jayatheerthan, Jay
> <jay.jayatheerthan@intel.com>; mdr@ashroe.eu; Burakov, Anatoly
> <anatoly.burakov@intel.com>
> Subject: RE: [EXT] Re: [PATCH] doc: announce change in event vector structure
> 
> +cc
> 	timothy.mcdaniel@intel.com;
> 	hemant.agrawal@nxp.com;
> 	sachin.saxena@oss.nxp.com;
> 	mattias.ronnblom@ericsson.com;
> 	jerinj@marvell.com;
> 	liangma@liangbit.com;
> 	peter.mccarthy@intel.com;
> 	harry.van.haaren@intel.com;
> 	erik.g.carrillo@intel.com;
> 	abhinandan.gujjar@intel.com;
> 	jay.jayatheerthan@intel.com;
> 	mdr@ashroe.eu;
> 	anatoly.burakov@intel.com;
> 
> > -----Original Message-----
> > From: Jerin Jacob <jerinjacobk@gmail.com>
> > Sent: Monday, July 11, 2022 8:22 PM
> > To: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
> > Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>; Ray Kinsella
> > <mdr@ashroe.eu>; dpdk-dev <dev@dpdk.org>
> > Subject: [EXT] Re: [PATCH] doc: announce change in event vector
> > structure
> >
> > External Email
> >
> > ----------------------------------------------------------------------
> > On Fri, Jun 24, 2022 at 2:42 PM <pbhagavatula@marvell.com> wrote:
> > >
> > > From: Pavan Nikhilesh <pbhagavatula@marvell.com>
> > >
> > > The field `*u64s` in the structure `rte_event_vector` will be
> > > replaced with `u64s`.
> > >
> > > Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
> >
> >
> > Acked-by: Jerin Jacob <jerinj@marvell.com>
> >
> >
> > > ---
> > >  doc/guides/rel_notes/deprecation.rst | 3 +++
> > >  1 file changed, 3 insertions(+)
> > >
> > > diff --git a/doc/guides/rel_notes/deprecation.rst
> > b/doc/guides/rel_notes/deprecation.rst
> > > index a3c4f4ac09..6b50ec4865 100644
> > > --- a/doc/guides/rel_notes/deprecation.rst
> > > +++ b/doc/guides/rel_notes/deprecation.rst
> > > @@ -128,3 +128,6 @@ Deprecation Notices
> > >
> > >  * eventdev: The function pointer declaration
> > > ``eventdev_stop_flush_t``
> > will be
> > >    renamed to ``rte_eventdev_stop_flush_t`` in DPDK 22.11.
> > > +
> > > +* eventdev: The element ``*u64s`` in the structure
> > > +``rte_event_vector`` is
> > > +  deprecated and will be replaced with ``u64s`` in DPDK 22.11.
> > > --
> > > 2.25.1
> > >
Acked-by: Abhinandan Gujjar <abhinandan.gujjar@intel.com>
  
Jayatheerthan, Jay July 13, 2022, 10:17 a.m. UTC | #4
Acked-by: Jay Jayatheerthan <jay.jayetheerthan@intel.com>

> -----Original Message-----
> From: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
> Sent: Tuesday, July 12, 2022 11:46 PM
> To: Jerin Jacob <jerinjacobk@gmail.com>
> Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>; Ray Kinsella <mdr@ashroe.eu>; dpdk-dev <dev@dpdk.org>; McDaniel, Timothy
> <timothy.mcdaniel@intel.com>; hemant.agrawal@nxp.com; sachin.saxena@oss.nxp.com; mattias.ronnblom
> <mattias.ronnblom@ericsson.com>; Jerin Jacob Kollanukkaran <jerinj@marvell.com>; liangma@liangbit.com; Mccarthy, Peter
> <peter.mccarthy@intel.com>; Van Haaren, Harry <harry.van.haaren@intel.com>; Carrillo, Erik G <erik.g.carrillo@intel.com>; Gujjar,
> Abhinandan S <abhinandan.gujjar@intel.com>; Jayatheerthan, Jay <jay.jayatheerthan@intel.com>; mdr@ashroe.eu; Burakov, Anatoly
> <anatoly.burakov@intel.com>
> Subject: RE: [EXT] Re: [PATCH] doc: announce change in event vector structure
> 
> +cc
> 	timothy.mcdaniel@intel.com;
> 	hemant.agrawal@nxp.com;
> 	sachin.saxena@oss.nxp.com;
> 	mattias.ronnblom@ericsson.com;
> 	jerinj@marvell.com;
> 	liangma@liangbit.com;
> 	peter.mccarthy@intel.com;
> 	harry.van.haaren@intel.com;
> 	erik.g.carrillo@intel.com;
> 	abhinandan.gujjar@intel.com;
> 	jay.jayatheerthan@intel.com;
> 	mdr@ashroe.eu;
> 	anatoly.burakov@intel.com;
> 
> > -----Original Message-----
> > From: Jerin Jacob <jerinjacobk@gmail.com>
> > Sent: Monday, July 11, 2022 8:22 PM
> > To: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
> > Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>; Ray Kinsella
> > <mdr@ashroe.eu>; dpdk-dev <dev@dpdk.org>
> > Subject: [EXT] Re: [PATCH] doc: announce change in event vector structure
> >
> > External Email
> >
> > ----------------------------------------------------------------------
> > On Fri, Jun 24, 2022 at 2:42 PM <pbhagavatula@marvell.com> wrote:
> > >
> > > From: Pavan Nikhilesh <pbhagavatula@marvell.com>
> > >
> > > The field `*u64s` in the structure `rte_event_vector` will
> > > be replaced with `u64s`.
> > >
> > > Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
> >
> >
> > Acked-by: Jerin Jacob <jerinj@marvell.com>
> >
> >
> > > ---
> > >  doc/guides/rel_notes/deprecation.rst | 3 +++
> > >  1 file changed, 3 insertions(+)
> > >
> > > diff --git a/doc/guides/rel_notes/deprecation.rst
> > b/doc/guides/rel_notes/deprecation.rst
> > > index a3c4f4ac09..6b50ec4865 100644
> > > --- a/doc/guides/rel_notes/deprecation.rst
> > > +++ b/doc/guides/rel_notes/deprecation.rst
> > > @@ -128,3 +128,6 @@ Deprecation Notices
> > >
> > >  * eventdev: The function pointer declaration ``eventdev_stop_flush_t``
> > will be
> > >    renamed to ``rte_eventdev_stop_flush_t`` in DPDK 22.11.
> > > +
> > > +* eventdev: The element ``*u64s`` in the structure ``rte_event_vector`` is
> > > +  deprecated and will be replaced with ``u64s`` in DPDK 22.11.
> > > --
> > > 2.25.1
> > >
  
Thomas Monjalon July 17, 2022, 12:42 p.m. UTC | #5
24/06/2022 11:09, pbhagavatula@marvell.com:
> From: Pavan Nikhilesh <pbhagavatula@marvell.com>
> 
> The field `*u64s` in the structure `rte_event_vector` will
> be replaced with `u64s`.
> 
> Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
> ---
> +* eventdev: The element ``*u64s`` in the structure ``rte_event_vector`` is
> +  deprecated and will be replaced with ``u64s`` in DPDK 22.11.

    Acked-by: Jerin Jacob <jerinj@marvell.com>
    Acked-by: Abhinandan Gujjar <abhinandan.gujjar@intel.com>
    Acked-by: Jay Jayatheerthan <jay.jayetheerthan@intel.com>

Applied, thanks.
  

Patch

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index a3c4f4ac09..6b50ec4865 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -128,3 +128,6 @@  Deprecation Notices
 
 * eventdev: The function pointer declaration ``eventdev_stop_flush_t`` will be
   renamed to ``rte_eventdev_stop_flush_t`` in DPDK 22.11.
+
+* eventdev: The element ``*u64s`` in the structure ``rte_event_vector`` is
+  deprecated and will be replaced with ``u64s`` in DPDK 22.11.