net/mlx4: remove memory region support
authorYongseok Koh <yskoh@mellanox.com>
Wed, 9 May 2018 11:09:05 +0000 (04:09 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 14 May 2018 21:31:51 +0000 (22:31 +0100)
commit2d684b911de2189b7070d5b34f77a6ed90ccafd0
tree5f3be54afdfbf3d9f02e4ffd5036b001f83d9be8
parent974f1e7ef146ffa112ab1a2afaf5db0360bc159f
net/mlx4: remove memory region support

This patch removes current support of Memory Region (MR) in order to
accommodate the dynamic memory hotplug patch. This patch can be compiled
but traffic can't flow and HW will raise faults. Subsequent patches will
add new MR support.

Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
config/common_base
doc/guides/nics/mlx4.rst
drivers/net/mlx4/Makefile
drivers/net/mlx4/mlx4.h
drivers/net/mlx4/mlx4_mr.c
drivers/net/mlx4/mlx4_rxq.c
drivers/net/mlx4/mlx4_rxtx.h
drivers/net/mlx4/mlx4_txq.c