net/mlx5: call generic strlcpy
authorThomas Monjalon <thomas@monjalon.net>
Sun, 24 Feb 2019 22:42:40 +0000 (23:42 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 8 Mar 2019 16:52:22 +0000 (17:52 +0100)
commit09c9c4d23dc764bf833e432c8f3d5fae612e18b7
tree681c7c124bef0ba87c5fff0bd6fa5ca051f6f1bb
parentefad0db1ff58461a53d803bc4df1820cbb3ae500
net/mlx5: call generic strlcpy

The call to strlcpy uses either libc, libbsd or internal rte_strlcpy.
No need to call the DPDK flavor explicitly.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
drivers/net/mlx5/mlx5.c