Re: [dpdk-dev] [PATCH 2/6] net/tap: allow full length names

2019-01-11 Thread Wiles, Keith
> On Jan 11, 2019, at 1:48 PM, Stephen Hemminger > wrote: > > On Fri, 11 Jan 2019 19:32:39 + > "Wiles, Keith" wrote: > >>> On Jan 11, 2019, at 12:06 PM, Stephen Hemminger >>> wrote: >>> >>> The code for set_interface_name was incorrectly assuming that >>> space for null byte was nece

Re: [dpdk-dev] [PATCH 2/6] net/tap: allow full length names

2019-01-11 Thread Stephen Hemminger
On Fri, 11 Jan 2019 19:32:39 + "Wiles, Keith" wrote: > > On Jan 11, 2019, at 12:06 PM, Stephen Hemminger > > wrote: > > > > The code for set_interface_name was incorrectly assuming that > > space for null byte was necessary with snprintf/strlcpy. > > > > Fixes: 02f96a0a82d1 ("net/tap: add

Re: [dpdk-dev] [PATCH 2/6] net/tap: allow full length names

2019-01-11 Thread Wiles, Keith
> On Jan 11, 2019, at 12:06 PM, Stephen Hemminger > wrote: > > The code for set_interface_name was incorrectly assuming that > space for null byte was necessary with snprintf/strlcpy. > > Fixes: 02f96a0a82d1 ("net/tap: add TUN/TAP device PMD") > Signed-off-by: Stephen Hemminger > --- > driv