Re: [dpdk-dev] [PATCH v4 01/23] lib/librte_eal: import libbsd strlcpy

2018-05-17 Thread Bruce Richardson
On Thu, May 17, 2018 at 09:00:25PM +0800, Andy Green wrote: > > > On 05/17/2018 08:56 PM, Bruce Richardson wrote: > > On Thu, May 17, 2018 at 08:35:21PM +0800, Andy Green wrote: > > > > > > > > > On 05/17/2018 06:36 PM, Bruce Richardson wrote: > > > > On Mon, May 14, 2018 at 01:09:32PM +0800, A

Re: [dpdk-dev] [PATCH v4 01/23] lib/librte_eal: import libbsd strlcpy

2018-05-17 Thread Andy Green
On 05/17/2018 08:56 PM, Bruce Richardson wrote: On Thu, May 17, 2018 at 08:35:21PM +0800, Andy Green wrote: On 05/17/2018 06:36 PM, Bruce Richardson wrote: On Mon, May 14, 2018 at 01:09:32PM +0800, Andy Green wrote: Signed-off-by: Andy Green --- lib/librte_eal/common/eal_common_string_

Re: [dpdk-dev] [PATCH v4 01/23] lib/librte_eal: import libbsd strlcpy

2018-05-17 Thread Bruce Richardson
On Thu, May 17, 2018 at 08:35:21PM +0800, Andy Green wrote: > > > On 05/17/2018 06:36 PM, Bruce Richardson wrote: > > On Mon, May 14, 2018 at 01:09:32PM +0800, Andy Green wrote: > > > Signed-off-by: Andy Green > > > --- > > > lib/librte_eal/common/eal_common_string_fns.c | 34 > > > +++

Re: [dpdk-dev] [PATCH v4 01/23] lib/librte_eal: import libbsd strlcpy

2018-05-17 Thread Andy Green
On 05/17/2018 06:36 PM, Bruce Richardson wrote: On Mon, May 14, 2018 at 01:09:32PM +0800, Andy Green wrote: Signed-off-by: Andy Green --- lib/librte_eal/common/eal_common_string_fns.c | 34 lib/librte_eal/common/include/rte_string_fns.h |7 + 2 files ch

Re: [dpdk-dev] [PATCH v4 01/23] lib/librte_eal: import libbsd strlcpy

2018-05-17 Thread Bruce Richardson
On Mon, May 14, 2018 at 01:09:32PM +0800, Andy Green wrote: > Signed-off-by: Andy Green > --- > lib/librte_eal/common/eal_common_string_fns.c | 34 > > lib/librte_eal/common/include/rte_string_fns.h |7 + > 2 files changed, 36 insertions(+), 5 deletions(-) >

[dpdk-dev] [PATCH v4 01/23] lib/librte_eal: import libbsd strlcpy

2018-05-13 Thread Andy Green
Signed-off-by: Andy Green --- lib/librte_eal/common/eal_common_string_fns.c | 34 lib/librte_eal/common/include/rte_string_fns.h |7 + 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/lib/librte_eal/common/eal_common_string_fns.c b/lib/librte_ea