> -----Original Message-----
> From: Thomas Monjalon <tho...@monjalon.net>
> Sent: Monday, November 13, 2023 1:39 AM
> To: Qiao, Wenjing <wenjing.q...@intel.com>; Zhang, Qi Z
> <qi.z.zh...@intel.com>
> Cc: Wu, Jingjing <jingjing...@intel.com>; Xing, Beilei
> <beilei.x...@intel.com>;
> dev@dpdk.org; Marchand, David <david.march...@redhat.com>
> Subject: Re: [PATCH] net/cpfl: refactor flow parser
>
> 07/11/2023 09:34, wenjing.q...@intel.com:
> > From: Wenjing Qiao <wenjing.q...@intel.com>
> >
> > Use strncpy instead of memcpy for string copy and rename macro.
>
> I really wonder why memcpy was used for string copy.
> As you fix it, why not using strlcpy, as recommended by checkpatch?
>
> Qi, why do you keep ignoring warnings reported in patchwork?
Have to nack this, there is no related patchwork error and warning was reported
for the original patches.
https://patchwork.dpdk.org/project/dpdk/list/?series=29767&state=*
And I agree strlcpy is better than strncpy , thanks for the suggestion.
>