Re: [dpdk-dev] [PATCH v2 6/6] doc: deprecate VFIO DMA map APIs

2019-02-21 Thread David Marchand
On Thu, Feb 21, 2019 at 3:51 PM Shahaf Shuler wrote: > As those have been replaced by rte_bus_dma_map and rte_pci_dma_unmap > APIs. > > Signed-off-by: Shahaf Shuler > --- > doc/guides/prog_guide/env_abstraction_layer.rst | 2 +- > doc/guides/rel_notes/deprecation.rst| 4 > lib/

[dpdk-dev] [PATCH v2 6/6] doc: deprecate VFIO DMA map APIs

2019-02-21 Thread Shahaf Shuler
As those have been replaced by rte_bus_dma_map and rte_pci_dma_unmap APIs. Signed-off-by: Shahaf Shuler --- doc/guides/prog_guide/env_abstraction_layer.rst | 2 +- doc/guides/rel_notes/deprecation.rst| 4 lib/librte_eal/common/include/rte_vfio.h| 6 -- 3 files change