Re: [ovs-dev] [PATCH 07/13] netdev-dpdk: Use xasprintf() when possible.

2016-10-12 Thread Ben Pfaff
On Tue, Oct 04, 2016 at 06:22:18PM -0700, Daniele Di Proietto wrote: > We're in the slowpath. I find it easier to allocate and free memory, > than to handle snprintf() error condition. > > Signed-off-by: Daniele Di Proietto Acked-by: Ben Pfaff

[ovs-dev] [PATCH 07/13] netdev-dpdk: Use xasprintf() when possible.

2016-10-04 Thread Daniele Di Proietto
We're in the slowpath. I find it easier to allocate and free memory, than to handle snprintf() error condition. Signed-off-by: Daniele Di Proietto --- lib/netdev-dpdk.c | 29 + 1 file changed, 13 insertions(+), 16 deletions(-) diff --git