> -----Original Message----- > From: dev <[email protected]> On Behalf Of David Marchand > Sent: Thursday, August 8, 2019 3:01 PM > To: [email protected] > Cc: [email protected]; [email protected]; > [email protected]; [email protected] > 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 <[email protected]> > Acked-by: Aaron Conole <[email protected]> > Acked-by: Konstantin Ananyev <[email protected]> > Acked-by: Andrew Rybchenko <[email protected]>
Acked-by: Jerin Jacob <[email protected]> > --- > 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

