net/mlx4: separate device control functions
authorAdrien Mazarguil <adrien.mazarguil@6wind.com>
Fri, 1 Sep 2017 08:06:58 +0000 (10:06 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 6 Oct 2017 00:49:48 +0000 (02:49 +0200)
commit61cbdd4194785c89bd0cde14ba0ed5a41b0fa033
tree590dcf67c075480206f72de6864ec29c6ac4dcbd
parent7f45cb82da4d5d509c720d67c257ccfe27aa9ae4
net/mlx4: separate device control functions

Private functions are now prefixed with "mlx4_" to prevent them from
conflicting with their mlx5 PMD counterparts at link time.

No impact on functionality.

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
drivers/net/mlx4/Makefile
drivers/net/mlx4/mlx4.c
drivers/net/mlx4/mlx4.h
drivers/net/mlx4/mlx4_ethdev.c [new file with mode: 0644]
drivers/net/mlx4/mlx4_utils.h