DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: announce internal hotplug structure removal
@ 2020-08-04 14:07 David Marchand
  2020-08-04 14:29 ` Bruce Richardson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: David Marchand @ 2020-08-04 14:07 UTC (permalink / raw)
  To: dev; +Cc: thomas

rte_dev_event has never been used outside of the EAL.
No point in exposing it.

Signed-off-by: David Marchand <david.marchand@redhat.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 24808c002c..9f73297173 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -27,6 +27,9 @@ Deprecation Notices
   remove it from the externally visible ABI and allow it to be updated in the
   future.
 
+* eal: The ``rte_dev_event`` structure will be made private to the EAL as no
+  public API makes use of it.
+
 * rte_atomicNN_xxx: These APIs do not take memory order parameter. This does
   not allow for writing optimized code for all the CPU architectures supported
   in DPDK. DPDK will adopt C11 atomic operations semantics and provide wrappers
-- 
2.23.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: announce internal hotplug structure removal
  2020-08-04 14:07 [dpdk-dev] [PATCH] doc: announce internal hotplug structure removal David Marchand
@ 2020-08-04 14:29 ` Bruce Richardson
  2020-08-06 16:30   ` Thomas Monjalon
  2020-08-06 12:07 ` Andrew Rybchenko
  2020-08-06 13:59 ` Kinsella, Ray
  2 siblings, 1 reply; 5+ messages in thread
From: Bruce Richardson @ 2020-08-04 14:29 UTC (permalink / raw)
  To: David Marchand; +Cc: dev, thomas

On Tue, Aug 04, 2020 at 04:07:17PM +0200, David Marchand wrote:
> rte_dev_event has never been used outside of the EAL.
> No point in exposing it.
> 
> Signed-off-by: David Marchand <david.marchand@redhat.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 24808c002c..9f73297173 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -27,6 +27,9 @@ Deprecation Notices
>    remove it from the externally visible ABI and allow it to be updated in the
>    future.
>  
> +* eal: The ``rte_dev_event`` structure will be made private to the EAL as no
> +  public API makes use of it.
> +
>  * rte_atomicNN_xxx: These APIs do not take memory order parameter. This does
>    not allow for writing optimized code for all the CPU architectures supported
>    in DPDK. DPDK will adopt C11 atomic operations semantics and provide wrappers
> -- 
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: announce internal hotplug structure removal
  2020-08-04 14:07 [dpdk-dev] [PATCH] doc: announce internal hotplug structure removal David Marchand
  2020-08-04 14:29 ` Bruce Richardson
@ 2020-08-06 12:07 ` Andrew Rybchenko
  2020-08-06 13:59 ` Kinsella, Ray
  2 siblings, 0 replies; 5+ messages in thread
From: Andrew Rybchenko @ 2020-08-06 12:07 UTC (permalink / raw)
  To: David Marchand, dev; +Cc: thomas

On 8/4/20 5:07 PM, David Marchand wrote:
> rte_dev_event has never been used outside of the EAL.
> No point in exposing it.
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: announce internal hotplug structure removal
  2020-08-04 14:07 [dpdk-dev] [PATCH] doc: announce internal hotplug structure removal David Marchand
  2020-08-04 14:29 ` Bruce Richardson
  2020-08-06 12:07 ` Andrew Rybchenko
@ 2020-08-06 13:59 ` Kinsella, Ray
  2 siblings, 0 replies; 5+ messages in thread
From: Kinsella, Ray @ 2020-08-06 13:59 UTC (permalink / raw)
  To: David Marchand, dev; +Cc: thomas



On 04/08/2020 15:07, David Marchand wrote:
> rte_dev_event has never been used outside of the EAL.
> No point in exposing it.
> 
> Signed-off-by: David Marchand <david.marchand@redhat.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 24808c002c..9f73297173 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -27,6 +27,9 @@ Deprecation Notices
>    remove it from the externally visible ABI and allow it to be updated in the
>    future.
>  
> +* eal: The ``rte_dev_event`` structure will be made private to the EAL as no
> +  public API makes use of it.
> +
>  * rte_atomicNN_xxx: These APIs do not take memory order parameter. This does
>    not allow for writing optimized code for all the CPU architectures supported
>    in DPDK. DPDK will adopt C11 atomic operations semantics and provide wrappers
> 
Acked-by: Ray Kinsella <mdr@ashroe.eu>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: announce internal hotplug structure removal
  2020-08-04 14:29 ` Bruce Richardson
@ 2020-08-06 16:30   ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2020-08-06 16:30 UTC (permalink / raw)
  To: David Marchand; +Cc: dev, Bruce Richardson

04/08/2020 16:29, Bruce Richardson:
> On Tue, Aug 04, 2020 at 04:07:17PM +0200, David Marchand wrote:
> > rte_dev_event has never been used outside of the EAL.
> > No point in exposing it.
> > 
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
> > ---
> > +* eal: The ``rte_dev_event`` structure will be made private to the EAL as no
> > +  public API makes use of it.
> > +
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
> Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
> Acked-by: Ray Kinsella <mdr@ashroe.eu>

Applied



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-06 16:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-04 14:07 [dpdk-dev] [PATCH] doc: announce internal hotplug structure removal David Marchand
2020-08-04 14:29 ` Bruce Richardson
2020-08-06 16:30   ` Thomas Monjalon
2020-08-06 12:07 ` Andrew Rybchenko
2020-08-06 13:59 ` Kinsella, Ray

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).