[dpdk-dev] [PATCH] vfio: remove deprecated DMA mapping functions
David Marchand
david.marchand at redhat.com
Thu Nov 7 16:34:59 CET 2019
On Wed, Nov 6, 2019 at 10:11 PM David Marchand
<david.marchand at redhat.com> wrote:
>
> On Thu, Oct 24, 2019 at 2:18 PM Anatoly Burakov
> <anatoly.burakov at intel.com> wrote:
> >
> > The rte_vfio_dma_map/unmap API's have been marked as deprecated in
> > release 19.05. Remove them.
> >
> > Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
> Acked-by: David Marchand <david.marchand at redhat.com>
Acked-by: Thomas Monjalon <thomas at monjalon.net>
> > diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst
> > index 856088c5c7..c43d6b29ef 100644
> > --- a/doc/guides/rel_notes/release_19_11.rst
> > +++ b/doc/guides/rel_notes/release_19_11.rst
> > @@ -137,6 +137,9 @@ Removed Items
> > Also, make sure to start the actual text at the margin.
> > =========================================================
> >
> > + * Removed `rte_vfio_dma_map` and `rte_vfio_dma_unmap` API's that have been
> > + marked as deprecated in release 19.05.
> > +
>
> This should be in the API change section.
> Plus the indentation is incorrect.
> Will fix when applying.
And, as discussed offlist, added a note:
``rte_vfio_container_dma_map`` and ``rte_vfio_container_dma_unmap`` can
be used as substitutes.
Applied, thanks.
--
David Marchand
More information about the dev
mailing list