Re: [dpdk-dev] [PATCH 0/2] ethdev: use strlcpy

2019-03-13 Thread Ferruh Yigit
On 2/28/2019 10:47 PM, Stephen Hemminger wrote: > A couple of places in ethdev are clearer if strlcpy is used. > > Stephen Hemminger (2): > ethdev: replace snprintf with strlcpy > ethdev: use strlcpy instead of snprintf on initialization Series applied to dpdk-next-net/master, thanks. (2/2 u

[dpdk-dev] [PATCH 0/2] ethdev: use strlcpy

2019-02-28 Thread Stephen Hemminger
A couple of places in ethdev are clearer if strlcpy is used. Stephen Hemminger (2): ethdev: replace snprintf with strlcpy ethdev: use strlcpy instead of snprintf on initialization lib/librte_ethdev/rte_ethdev.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) -- 2.17.1