Re: [PATCH 0/2] cleanup use of rte_strlcpy

2023-06-02 Thread Tyler Retzlaff
On Thu, Jun 01, 2023 at 11:18:52AM +0100, Bruce Richardson wrote: > On Wed, May 31, 2023 at 03:05:31PM -0700, Stephen Hemminger wrote: > > In DPDK API's rte_strlcpy() is not intended to be used directly. > > It was introduced as a replacement for when operating system > > libraries were missing str

Re: [PATCH 0/2] cleanup use of rte_strlcpy

2023-06-01 Thread Bruce Richardson
On Wed, May 31, 2023 at 03:05:31PM -0700, Stephen Hemminger wrote: > In DPDK API's rte_strlcpy() is not intended to be used directly. > It was introduced as a replacement for when operating system > libraries were missing strlcpy(). Over time it appears several > drivers and subsystems started usin