* [dpdk-dev] [PATCH] doc: announce cpuflags check symbol removal
@ 2019-07-26 8:27 David Marchand
2019-07-26 13:40 ` Aaron Conole
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: David Marchand @ 2019-07-26 8:27 UTC (permalink / raw)
To: dev; +Cc: thomas, aconole
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.
--
1.8.3.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce cpuflags check symbol removal
2019-07-26 8:27 [dpdk-dev] [PATCH] doc: announce cpuflags check symbol removal David Marchand
@ 2019-07-26 13:40 ` Aaron Conole
2019-08-06 13:54 ` Ananyev, Konstantin
2019-08-08 9:30 ` [dpdk-dev] [PATCH v2] " David Marchand
2 siblings, 0 replies; 7+ messages in thread
From: Aaron Conole @ 2019-07-26 13:40 UTC (permalink / raw)
To: David Marchand; +Cc: dev, thomas
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>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce cpuflags check symbol removal
2019-07-26 8:27 [dpdk-dev] [PATCH] doc: announce cpuflags check symbol removal David Marchand
2019-07-26 13:40 ` Aaron Conole
@ 2019-08-06 13:54 ` Ananyev, Konstantin
2019-08-06 13:56 ` Andrew Rybchenko
2019-08-08 9:30 ` [dpdk-dev] [PATCH v2] " David Marchand
2 siblings, 1 reply; 7+ messages in thread
From: Ananyev, Konstantin @ 2019-08-06 13:54 UTC (permalink / raw)
To: David Marchand, dev; +Cc: thomas, aconole
> 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce cpuflags check symbol removal
2019-08-06 13:54 ` Ananyev, Konstantin
@ 2019-08-06 13:56 ` Andrew Rybchenko
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Rybchenko @ 2019-08-06 13:56 UTC (permalink / raw)
To: Ananyev, Konstantin, David Marchand, dev; +Cc: thomas, aconole
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>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [dpdk-dev] [PATCH v2] doc: announce cpuflags check symbol removal
2019-07-26 8:27 [dpdk-dev] [PATCH] doc: announce cpuflags check symbol removal David Marchand
2019-07-26 13:40 ` Aaron Conole
2019-08-06 13:54 ` Ananyev, Konstantin
@ 2019-08-08 9:30 ` David Marchand
2019-08-08 10:07 ` Jerin Jacob Kollanukkaran
2 siblings, 1 reply; 7+ messages in thread
From: David Marchand @ 2019-08-08 9:30 UTC (permalink / raw)
To: dev; +Cc: thomas, aconole, konstantin.ananyev, arybchenko
This symbol has been deprecated for quite some time.
Let's drop it as soon as possible.
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Aaron Conole <aconole@redhat.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
---
Changelog since v1:
- added acks,
- removed mention of 19.11 as the target release,
---
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..70fef52 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.
+
* 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.
--
1.8.3.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH v2] doc: announce cpuflags check symbol removal
2019-08-08 9:30 ` [dpdk-dev] [PATCH v2] " David Marchand
@ 2019-08-08 10:07 ` Jerin Jacob Kollanukkaran
2019-08-08 11:51 ` Thomas Monjalon
0 siblings, 1 reply; 7+ messages in thread
From: Jerin Jacob Kollanukkaran @ 2019-08-08 10:07 UTC (permalink / raw)
To: David Marchand, dev; +Cc: thomas, aconole, konstantin.ananyev, arybchenko
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of David Marchand
> Sent: Thursday, August 8, 2019 3:01 PM
> To: dev@dpdk.org
> Cc: thomas@monjalon.net; aconole@redhat.com;
> konstantin.ananyev@intel.com; arybchenko@solarflare.com
> Subject: [dpdk-dev] [PATCH v2] doc: announce cpuflags check symbol
> removal
>
> This symbol has been deprecated for quite some time.
> Let's drop it as soon as possible.
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> Acked-by: Aaron Conole <aconole@redhat.com>
> Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
> ---
> Changelog since v1:
> - added acks,
> - removed mention of 19.11 as the target release,
>
> ---
> 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..70fef52 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.
> +
> * 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.
> --
> 1.8.3.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH v2] doc: announce cpuflags check symbol removal
2019-08-08 10:07 ` Jerin Jacob Kollanukkaran
@ 2019-08-08 11:51 ` Thomas Monjalon
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2019-08-08 11:51 UTC (permalink / raw)
To: David Marchand
Cc: dev, Jerin Jacob Kollanukkaran, aconole, konstantin.ananyev, arybchenko
> > This symbol has been deprecated for quite some time.
> > Let's drop it as soon as possible.
> >
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
> > Acked-by: Aaron Conole <aconole@redhat.com>
> > Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> > Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
> Acked-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
> > +* eal: The ``rte_cpu_check_supported`` function has been deprecated since
> > + v17.08 and will be removed.
Applied, thanks
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-08-08 11:51 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26 8:27 [dpdk-dev] [PATCH] doc: announce cpuflags check symbol removal David Marchand
2019-07-26 13:40 ` Aaron Conole
2019-08-06 13:54 ` Ananyev, Konstantin
2019-08-06 13:56 ` Andrew Rybchenko
2019-08-08 9:30 ` [dpdk-dev] [PATCH v2] " David Marchand
2019-08-08 10:07 ` Jerin Jacob Kollanukkaran
2019-08-08 11:51 ` Thomas Monjalon
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).