> -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
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
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
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
4 matches
Mail list logo