Re: [dpdk-dev] [PATCH 2/2] convert snprintf to strlcpy

2018-04-04 Thread Thomas Monjalon
12/03/2018 12:33, Bruce Richardson:
> Since we have support for the strlcpy function in DPDK, replace all
> instances where a string is copied using snprintf.

Added occurences (from recent merge):
drivers/net/mvpp2/mrvl_qos.c
drivers/net/tap/rte_eth_tap.c

> Signed-off-by: Bruce Richardson 

Applied (and rebased), thanks




Re: [dpdk-dev] [PATCH 2/2] convert snprintf to strlcpy

2018-03-12 Thread Bruce Richardson
On Mon, Mar 12, 2018 at 11:33:00AM +, Bruce Richardson wrote:
> Since we have support for the strlcpy function in DPDK, replace all
> instances where a string is copied using snprintf.
> 
> Signed-off-by: Bruce Richardson 
> ---
Forgot to include Stephen's review from RFC, so adding here for
patchwork to pick up:

Reviewed-by: Stephen Hemminger