app/compress-perf: call generic strlcpy
authorThomas Monjalon <thomas@monjalon.net>
Sun, 24 Feb 2019 22:42:01 +0000 (23:42 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 1 Mar 2019 17:17:35 +0000 (18:17 +0100)
commit6e37913f891f356fae7fa2936ceda9b27b0fe065
treeeec62ad92b4e38a397f51869dabdeb274c9de7f6
parent797ed9916ac73efc8f3d0b1a9a354d50948566c9
app/compress-perf: 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>
app/test-compress-perf/comp_perf_options_parse.c