On 1/22/2019 1:22 PM, Ilya Maximets wrote:
No need to allocate memory and use 'strcat' direcly.
'dynamic-string' could do this for us.
> Signed-off-by: Ilya Maximets
---
lib/dpdk.c | 13 +
1 file changed, 5 insertions(+), 8 deletions(-)
Thanks for this Ilya, I've pushed this to
No need to allocate memory and use 'strcat' direcly.
'dynamic-string' could do this for us.
Signed-off-by: Ilya Maximets
---
lib/dpdk.c | 13 +
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/lib/dpdk.c b/lib/dpdk.c
index d70884aad..855bcf013 100644
--- a/lib/dpdk.c
+++