net/mlx4: separate Rx configuration functions
authorAdrien Mazarguil <adrien.mazarguil@6wind.com>
Fri, 1 Sep 2017 08:07:00 +0000 (10:07 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 6 Oct 2017 00:49:48 +0000 (02:49 +0200)
commit5b4c63bdae942206e4c2c1486ea018c1d12acf29
tree67c7c6dad9ef36f9138bcd48752d069227572b68
parenta2ce2121c01ca09df5bc1be1c8be261d9a25fccf
net/mlx4: separate Rx configuration 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_rxq.c [new file with mode: 0644]
drivers/net/mlx4/mlx4_rxtx.h