Re: [dpdk-dev] [PATCH v2] eal/linux: use strlcpy in uevent parsing

2018-04-23 Thread Thomas Monjalon
23/04/2018 16:15, Bruce Richardson: > On Tue, Apr 17, 2018 at 02:23:29PM +0200, Thomas Monjalon wrote: > > Support of strlcpy has recently been added to DPDK. > > > > This replacement has been generated by the coccinelle script: > > devtools/cocci.sh devtools/cocci/strlcpy.cocci > > > > Fixes

Re: [dpdk-dev] [PATCH v2] eal/linux: use strlcpy in uevent parsing

2018-04-23 Thread Bruce Richardson
On Tue, Apr 17, 2018 at 02:23:29PM +0200, Thomas Monjalon wrote: > Support of strlcpy has recently been added to DPDK. > > This replacement has been generated by the coccinelle script: > devtools/cocci.sh devtools/cocci/strlcpy.cocci > > Fixes: 0d0f478d0483 ("eal/linux: add uevent parse and

[dpdk-dev] [PATCH v2] eal/linux: use strlcpy in uevent parsing

2018-04-17 Thread Thomas Monjalon
Support of strlcpy has recently been added to DPDK. This replacement has been generated by the coccinelle script: devtools/cocci.sh devtools/cocci/strlcpy.cocci Fixes: 0d0f478d0483 ("eal/linux: add uevent parse and process") Signed-off-by: Thomas Monjalon --- v2: add missing include ---