* [dpdk-dev] [PATCH] doc: announce deprecation of dpaa2 exposed mem structure
@ 2018-11-15 13:29 Shreyansh Jain
2018-11-21 8:50 ` Hemant Agrawal
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Shreyansh Jain @ 2018-11-15 13:29 UTC (permalink / raw)
To: dev; +Cc: Shreyansh Jain
rte_dpaa2_memsegs is no more required once the dpaax (pa-va) translation
library has been introduced. This can be made internal (for fallback
operations) in subsequent release.
Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
---
This diff was generated over a previous patch on same file (a para
before) [1] - so, it might not apply in case [1] is missed.
It is possible to merge this and [1] as well, if that makes better sense.
[1] http://patches.dpdk.org/patch/48118/
doc/guides/rel_notes/deprecation.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 776b9b245..a2c0d21bc 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -60,3 +60,9 @@ Deprecation Notices
Currently this is exposed from the library. Ideally, no application should
be directly using it. This is expected to be deprecated and made internal
in v19.02 or later.
+
+* dpaa2: removal of ``rte_dpaa2_memsegs`` structure which has been replaced
+ by a pa-va search library. This structure was earlier being used for holding
+ memory segments used by dpaa2 driver for faster pa->va translation. This
+ structure would be made internal (or removed if all dependencies are cleared)
+ in future releases.
--
2.17.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce deprecation of dpaa2 exposed mem structure
2018-11-15 13:29 [dpdk-dev] [PATCH] doc: announce deprecation of dpaa2 exposed mem structure Shreyansh Jain
@ 2018-11-21 8:50 ` Hemant Agrawal
2018-11-23 12:46 ` Burakov, Anatoly
2018-11-23 13:51 ` Maxime Coquelin
2 siblings, 0 replies; 6+ messages in thread
From: Hemant Agrawal @ 2018-11-21 8:50 UTC (permalink / raw)
To: Shreyansh Jain, dev
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce deprecation of dpaa2 exposed mem structure
2018-11-15 13:29 [dpdk-dev] [PATCH] doc: announce deprecation of dpaa2 exposed mem structure Shreyansh Jain
2018-11-21 8:50 ` Hemant Agrawal
@ 2018-11-23 12:46 ` Burakov, Anatoly
2018-11-23 16:34 ` Jerin Jacob
2018-11-23 13:51 ` Maxime Coquelin
2 siblings, 1 reply; 6+ messages in thread
From: Burakov, Anatoly @ 2018-11-23 12:46 UTC (permalink / raw)
To: Shreyansh Jain, dev
On 15-Nov-18 1:29 PM, Shreyansh Jain wrote:
> rte_dpaa2_memsegs is no more required once the dpaax (pa-va) translation
> library has been introduced. This can be made internal (for fallback
> operations) in subsequent release.
>
> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> ---
> This diff was generated over a previous patch on same file (a para
> before) [1] - so, it might not apply in case [1] is missed.
> It is possible to merge this and [1] as well, if that makes better sense.
>
> [1] http://patches.dpdk.org/patch/48118/
>
> doc/guides/rel_notes/deprecation.rst | 6 ++++++
> 1 file changed, 6 insertions(+)
>
FWIW
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
--
Thanks,
Anatoly
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce deprecation of dpaa2 exposed mem structure
2018-11-15 13:29 [dpdk-dev] [PATCH] doc: announce deprecation of dpaa2 exposed mem structure Shreyansh Jain
2018-11-21 8:50 ` Hemant Agrawal
2018-11-23 12:46 ` Burakov, Anatoly
@ 2018-11-23 13:51 ` Maxime Coquelin
2 siblings, 0 replies; 6+ messages in thread
From: Maxime Coquelin @ 2018-11-23 13:51 UTC (permalink / raw)
To: Shreyansh Jain, dev
On 11/15/18 2:29 PM, Shreyansh Jain wrote:
> rte_dpaa2_memsegs is no more required once the dpaax (pa-va) translation
> library has been introduced. This can be made internal (for fallback
> operations) in subsequent release.
>
> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> ---
> This diff was generated over a previous patch on same file (a para
> before) [1] - so, it might not apply in case [1] is missed.
> It is possible to merge this and [1] as well, if that makes better sense.
>
> [1] http://patches.dpdk.org/patch/48118/
>
> doc/guides/rel_notes/deprecation.rst | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index 776b9b245..a2c0d21bc 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -60,3 +60,9 @@ Deprecation Notices
> Currently this is exposed from the library. Ideally, no application should
> be directly using it. This is expected to be deprecated and made internal
> in v19.02 or later.
> +
> +* dpaa2: removal of ``rte_dpaa2_memsegs`` structure which has been replaced
> + by a pa-va search library. This structure was earlier being used for holding
> + memory segments used by dpaa2 driver for faster pa->va translation. This
> + structure would be made internal (or removed if all dependencies are cleared)
> + in future releases.
>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce deprecation of dpaa2 exposed mem structure
2018-11-23 12:46 ` Burakov, Anatoly
@ 2018-11-23 16:34 ` Jerin Jacob
2018-11-24 17:25 ` Thomas Monjalon
0 siblings, 1 reply; 6+ messages in thread
From: Jerin Jacob @ 2018-11-23 16:34 UTC (permalink / raw)
To: Burakov, Anatoly; +Cc: Shreyansh Jain, dev
-----Original Message-----
> Date: Fri, 23 Nov 2018 12:46:42 +0000
> From: "Burakov, Anatoly" <anatoly.burakov@intel.com>
> To: Shreyansh Jain <shreyansh.jain@nxp.com>, "dev@dpdk.org" <dev@dpdk.org>
> Subject: Re: [dpdk-dev] [PATCH] doc: announce deprecation of dpaa2 exposed
> mem structure
> User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101
> Thunderbird/52.9.1
>
> External Email
>
> On 15-Nov-18 1:29 PM, Shreyansh Jain wrote:
> > rte_dpaa2_memsegs is no more required once the dpaax (pa-va) translation
> > library has been introduced. This can be made internal (for fallback
> > operations) in subsequent release.
> >
> > Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> > ---
> > This diff was generated over a previous patch on same file (a para
> > before) [1] - so, it might not apply in case [1] is missed.
> > It is possible to merge this and [1] as well, if that makes better sense.
> >
> > [1] http://patches.dpdk.org/patch/48118/
> >
> > doc/guides/rel_notes/deprecation.rst | 6 ++++++
> > 1 file changed, 6 insertions(+)
> >
>
> FWIW
>
> Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce deprecation of dpaa2 exposed mem structure
2018-11-23 16:34 ` Jerin Jacob
@ 2018-11-24 17:25 ` Thomas Monjalon
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2018-11-24 17:25 UTC (permalink / raw)
To: Shreyansh Jain; +Cc: dev, Jerin Jacob, Burakov, Anatoly
23/11/2018 17:34, Jerin Jacob:
> From: "Burakov, Anatoly" <anatoly.burakov@intel.com>
> > On 15-Nov-18 1:29 PM, Shreyansh Jain wrote:
> > > rte_dpaa2_memsegs is no more required once the dpaax (pa-va) translation
> > > library has been introduced. This can be made internal (for fallback
> > > operations) in subsequent release.
> > >
> > > Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> > > ---
> > > This diff was generated over a previous patch on same file (a para
> > > before) [1] - so, it might not apply in case [1] is missed.
> > > It is possible to merge this and [1] as well, if that makes better sense.
> > >
> > > [1] http://patches.dpdk.org/patch/48118/
> > >
> > > doc/guides/rel_notes/deprecation.rst | 6 ++++++
> > > 1 file changed, 6 insertions(+)
> > >
> >
> > FWIW
> >
> > Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
>
> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Applied
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-11-24 17:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-15 13:29 [dpdk-dev] [PATCH] doc: announce deprecation of dpaa2 exposed mem structure Shreyansh Jain
2018-11-21 8:50 ` Hemant Agrawal
2018-11-23 12:46 ` Burakov, Anatoly
2018-11-23 16:34 ` Jerin Jacob
2018-11-24 17:25 ` Thomas Monjalon
2018-11-23 13:51 ` Maxime Coquelin
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).