> -----Original Message----- > From: Damjan Marion (damarion) <[email protected]> > Sent: Friday, October 25, 2019 2:14 PM > To: Thomas Monjalon <[email protected]> > Cc: David Marchand <[email protected]>; Anatoly Burakov > <[email protected]>; Shahaf Shuler <[email protected]>; Ray > Kinsella <[email protected]>; dev <[email protected]>; Neil Horman > <[email protected]>; John McNamara <[email protected]>; > Marko Kovacevic <[email protected]>; Bruce Richardson > <[email protected]> > Subject: Re: [dpdk-dev] [PATCH] vfio: remove deprecated DMA mapping > functions > > > > > On 25 Oct 2019, at 00:32, Thomas Monjalon <[email protected]> > wrote: > > > > 24/10/2019 21:09, David Marchand: > >> On Thu, Oct 24, 2019 at 2:18 PM Anatoly Burakov > >> <[email protected]> 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 <[email protected]> > >>> --- > >>> > >>> 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? > > > > +Cc Damjan > > Thanks for looping me in. If I remember correctly that was used only to get > mlx PMDs working. > We can remove that calls but then mlx PMDs will stop working unless there is > alternative solution. > > From my perspective it is not big issue as we already have native rdma based > mlx support, but i would expect that other people will complain. > > Is there alternative way to tell DPDK about DMA mapping?
Damjan I don't follow. Why would using the rte_dev_dma_map would break Mellanox PMDs? > > Thanks, > > — > Damjan

