Re: [dpdk-dev] [PATCH] app/compress-perf: call generic strlcpy

2019-03-13 Thread Jozwiak, TomaszX
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Sunday, February 24, 2019 11:42 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Jozwiak, TomaszX > Subject: [PATCH] app/compress-perf: call generic strlcpy > > The call to strlcpy uses either libc, li

Re: [dpdk-dev] [PATCH] app/compress-perf: call generic strlcpy

2019-02-25 Thread Ferruh Yigit
On 2/25/2019 6:22 AM, Rami Rosen wrote: > Checked on Fedora 28 > > On Mon, Feb 25, 2019 at 12:42 AM Thomas Monjalon > wrote: > >> The call to strlcpy uses either libc, libbsd or internal rte_strlcpy. >> No need to call the DPDK flavor explictly. >> >> Signed-off-by: Thomas Monjalon > > Reviewed

Re: [dpdk-dev] [PATCH] app/compress-perf: call generic strlcpy

2019-02-24 Thread Rami Rosen
Checked on Fedora 28 Reviewed-by: Rami Rosen On Mon, Feb 25, 2019 at 12:42 AM Thomas Monjalon wrote: > The call to strlcpy uses either libc, libbsd or internal rte_strlcpy. > No need to call the DPDK flavor explictly. > > Signed-off-by: Thomas Monjalon > --- > app/test-compress-perf/comp_per

[dpdk-dev] [PATCH] app/compress-perf: call generic strlcpy

2019-02-24 Thread Thomas Monjalon
The call to strlcpy uses either libc, libbsd or internal rte_strlcpy. No need to call the DPDK flavor explictly. Signed-off-by: Thomas Monjalon --- app/test-compress-perf/comp_perf_options_parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/test-compress-perf/comp