doc: announce cpuflags check symbol removal

Message ID 1564129654-9161-1-git-send-email-david.marchand@redhat.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series doc: announce cpuflags check symbol removal |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

David Marchand July 26, 2019, 8:27 a.m. UTC
  This symbol has been deprecated for quite some time.
Let's drop it in the next release.

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 doc/guides/rel_notes/deprecation.rst | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

Aaron Conole July 26, 2019, 1:40 p.m. UTC | #1
David Marchand <david.marchand@redhat.com> writes:

> This symbol has been deprecated for quite some time.
> Let's drop it in the next release.
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---

I don't know how many out-of-tree users there are.  OVS doesn't use this
symbol - and a brief look at github (first 25 pages of results) shows
that it's all clones of DPDK, 1 rust autogenerated FFI, and 1 "nimble"
autogenerated FFI.

Acked-by: Aaron Conole <aconole@redhat.com>
  
Ananyev, Konstantin Aug. 6, 2019, 1:54 p.m. UTC | #2
> This symbol has been deprecated for quite some time.
> Let's drop it in the next release.
> 
> 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 37b8592..58b1852 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -34,6 +34,9 @@ Deprecation Notices
> 
>      + ``rte_eal_devargs_type_count``
> 
> +* eal: The ``rte_cpu_check_supported`` function has been deprecated since
> +  v17.08 and will be removed in DPDK 19.11.
> +
>  * vfio: removal of ``rte_vfio_dma_map`` and ``rte_vfio_dma_unmap`` APIs which
>    have been replaced with ``rte_dev_dma_map`` and ``rte_dev_dma_unmap``
>    functions.  The due date for the removal targets DPDK 20.02.
> --

Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>

> 1.8.3.1
  
Andrew Rybchenko Aug. 6, 2019, 1:56 p.m. UTC | #3
On 8/6/19 4:54 PM, Ananyev, Konstantin wrote:
> 
> 
>> This symbol has been deprecated for quite some time.
>> Let's drop it in the next release.
>>
>> 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 37b8592..58b1852 100644
>> --- a/doc/guides/rel_notes/deprecation.rst
>> +++ b/doc/guides/rel_notes/deprecation.rst
>> @@ -34,6 +34,9 @@ Deprecation Notices
>>
>>       + ``rte_eal_devargs_type_count``
>>
>> +* eal: The ``rte_cpu_check_supported`` function has been deprecated since
>> +  v17.08 and will be removed in DPDK 19.11.
>> +
>>   * vfio: removal of ``rte_vfio_dma_map`` and ``rte_vfio_dma_unmap`` APIs which
>>     have been replaced with ``rte_dev_dma_map`` and ``rte_dev_dma_unmap``
>>     functions.  The due date for the removal targets DPDK 20.02.
>> --
> 
> Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>

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

Patch

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 37b8592..58b1852 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -34,6 +34,9 @@  Deprecation Notices
 
     + ``rte_eal_devargs_type_count``
 
+* eal: The ``rte_cpu_check_supported`` function has been deprecated since
+  v17.08 and will be removed in DPDK 19.11.
+
 * vfio: removal of ``rte_vfio_dma_map`` and ``rte_vfio_dma_unmap`` APIs which
   have been replaced with ``rte_dev_dma_map`` and ``rte_dev_dma_unmap``
   functions.  The due date for the removal targets DPDK 20.02.