net/mlx5: support PCI device DMA map and unmap
authorShahaf Shuler <shahafs@mellanox.com>
Sun, 10 Mar 2019 08:28:02 +0000 (10:28 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 30 Mar 2019 15:48:58 +0000 (16:48 +0100)
commit989e999d93052c57a2ff64c0a590fab517540215
treede550abc7f17958b107c3af3eec724fa5e1339a5
parent0f132546a8743d7629924754390229306e0bd550
net/mlx5: support PCI device DMA map and unmap

The implementation reuses the external memory registration work done by
commit[1].

Note about representors:

The current representor design will not work
with those map and unmap functions. The reason is that for representors
we have multiple IB devices share the same PCI function, so mapping will
happen only on one of the representors and not all of them.

While it is possible to implement such support, the IB representor
design is going to be changed during DPDK19.05. The new design will have
a single IB device for all representors, hence sharing of a single
memory region between all representors will be possible.

[1]
commit 7e43a32ee060
("net/mlx5: support externally allocated static memory")

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
drivers/net/mlx5/mlx5.c
drivers/net/mlx5/mlx5_mr.c
drivers/net/mlx5/mlx5_rxtx.h