DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Van Haaren, Harry" <harry.van.haaren@intel.com>
To: mattias.ronnblom <mattias.ronnblom@ericsson.com>,
	"Pavan Nikhilesh Bhagavatula" <pbhagavatula@marvell.com>,
	Jerin Jacob <jerinjacobk@gmail.com>,
	 Gage Eads <gage.eads@intel.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" <hemant.agrawal@nxp.com>,
	"sachin.saxena@oss.nxp.com" <sachin.saxena@oss.nxp.com>,
	"liangma@liangbit.com" <liangma@liangbit.com>,
	"Mccarthy, Peter" <peter.mccarthy@intel.com>,
	"Carrillo, Erik G" <erik.g.carrillo@intel.com>,
	"Gujjar, Abhinandan S" <abhinandan.gujjar@intel.com>,
	"Jayatheerthan, Jay" <jay.jayatheerthan@intel.com>,
	"Burakov, Anatoly" <anatoly.burakov@intel.com>
Subject: RE: [EXT] Re: [PATCH] doc: announce name change of stop flush callback
Date: Thu, 14 Jul 2022 11:21:45 +0000	[thread overview]
Message-ID: <BN0PR11MB57123C51E25E1ACB704A8B8AD7889@BN0PR11MB5712.namprd11.prod.outlook.com> (raw)
In-Reply-To: <db5d5613-e5b5-ee17-668d-bd7712ef9148@ericsson.com>

> -----Original Message-----
> From: Mattias Rönnblom <mattias.ronnblom@ericsson.com>
> Sent: Wednesday, July 13, 2022 10:11 AM
> To: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>; Jerin Jacob
> <jerinjacobk@gmail.com>; Gage Eads <gage.eads@intel.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; 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>; Burakov, Anatoly <anatoly.burakov@intel.com>
> Subject: Re: [EXT] Re: [PATCH] doc: announce name change of stop flush callback
> 
> On 2022-07-12 20:12, Pavan Nikhilesh Bhagavatula wrote:
> > +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:21 PM
> >> To: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>; Gage Eads
> >> <gage.eads@intel.com>
> >> Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>; Ray Kinsella
> >> <mdr@ashroe.eu>; dpdk-dev <dev@dpdk.org>
> >> Subject: [EXT] Re: [PATCH] doc: announce name change of stop flush callback
> >>
> >> External Email
> >>
> >> ----------------------------------------------------------------------
> >> On Fri, Jun 24, 2022 at 2:40 PM <pbhagavatula@marvell.com> wrote:
> >>>
> >>> From: Pavan Nikhilesh <pbhagavatula@marvell.com>
> >>>
> >>> Stop flush callback is missing `rte_` prefix and might conflict with
> >>> application declarations.
> >>>
> >>> Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
> >>
> >> Acked-by: Jerin Jacob <jerinj@marvell.com>
> >>
> >> + @Gage Eads
> >>
> >>
> >>> ---
> >>>   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 4e5b23c53d..a3c4f4ac09 100644
> >>> --- a/doc/guides/rel_notes/deprecation.rst
> >>> +++ b/doc/guides/rel_notes/deprecation.rst
> >>> @@ -125,3 +125,6 @@ Deprecation Notices
> >>>     applications should be updated to use the ``dmadev`` library instead,
> >>>     with the underlying HW-functionality being provided by the ``ioat`` or
> >>>     ``idxd`` dma drivers
> >>> +
> >>> +* eventdev: The function pointer declaration ``eventdev_stop_flush_t``
> >> will be
> >>> +  renamed to ``rte_eventdev_stop_flush_t`` in DPDK 22.11.
> >>> --
> >>> 2.25.1
> >>>
> 
> Acked-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com>

Makes sense; good tidy up.

Acked-by: Harry van Haaren <harry.van.haaren@intel.com>



  reply	other threads:[~2022-07-14 11:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-24  9:08 pbhagavatula
2022-07-11 14:50 ` Jerin Jacob
2022-07-12 18:12   ` [EXT] " Pavan Nikhilesh Bhagavatula
2022-07-13  9:11     ` Mattias Rönnblom
2022-07-14 11:21       ` Van Haaren, Harry [this message]
2022-07-17 12:25         ` 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=BN0PR11MB57123C51E25E1ACB704A8B8AD7889@BN0PR11MB5712.namprd11.prod.outlook.com \
    --to=harry.van.haaren@intel.com \
    --cc=abhinandan.gujjar@intel.com \
    --cc=anatoly.burakov@intel.com \
    --cc=dev@dpdk.org \
    --cc=erik.g.carrillo@intel.com \
    --cc=gage.eads@intel.com \
    --cc=hemant.agrawal@nxp.com \
    --cc=jay.jayatheerthan@intel.com \
    --cc=jerinj@marvell.com \
    --cc=jerinjacobk@gmail.com \
    --cc=liangma@liangbit.com \
    --cc=mattias.ronnblom@ericsson.com \
    --cc=mdr@ashroe.eu \
    --cc=pbhagavatula@marvell.com \
    --cc=peter.mccarthy@intel.com \
    --cc=sachin.saxena@oss.nxp.com \
    --cc=timothy.mcdaniel@intel.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).