[dpdk-dev] [PATCH] vfio: remove deprecated DMA mapping functions

Stephen Hemminger stephen at networkplumber.org
Thu Oct 24 22:27:09 CEST 2019


On Thu, 24 Oct 2019 21:09:25 +0200
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>
> > ---
> >
> > Notes:
> >     Although `rte_vfio_dma_map` et al. was marked as deprecated in our documentation,
> >     it wasn't marked as __rte_deprecated in code. Should we still remove it?  
> 
> I can see that vpp is still using this api.
> I would prefer we get some ack from their side.
> 
> Shahaf?
> Ray?
> 
> Do you guys have contact with VPP devs?
> 
> 
> --
> David Marchand
> 

Maybe use __rte_deprecated for this release to force the issue.


More information about the dev mailing list