doc: announce internal hotplug structure removal

Message ID 20200804140717.8659-1-david.marchand@redhat.com (mailing list archive)
State Accepted, archived
Headers
Series doc: announce internal hotplug structure removal |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed

Commit Message

David Marchand Aug. 4, 2020, 2:07 p.m. UTC
  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(+)
  

Comments

Bruce Richardson Aug. 4, 2020, 2:29 p.m. UTC | #1
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>
  
Andrew Rybchenko Aug. 6, 2020, 12:07 p.m. UTC | #2
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>
  
Ray Kinsella Aug. 6, 2020, 1:59 p.m. UTC | #3
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>
  
Thomas Monjalon Aug. 6, 2020, 4:30 p.m. UTC | #4
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
  

Patch

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