[dpdk-dev] [PATCH] examples/ip_pipline: fix memory initialization in firewall bulk functions

2016-05-16 Thread Thomas Monjalon
> > bulk functions expect that all memory is set with zeros > > > > Fixes: 67ebdbef0c31 ("examples/ip_pipeline: add bulk update of firewall > > rules") > > > > Signed-off-by: Daniel Mrzyglod > > Acked-by: Cristian Dumitrescu Applied, thanks

[dpdk-dev] [PATCH] examples/ip_pipline: fix memory initialization in firewall bulk functions

2016-05-13 Thread Dumitrescu, Cristian
> -Original Message- > From: Mrzyglod, DanielX T > Sent: Friday, May 6, 2016 6:55 PM > To: Kerlin, MarcinX ; Dumitrescu, Cristian > ; Singh, Jasvinder > > Cc: dev at dpdk.org; Mrzyglod, DanielX T > Subject: [PATCH] examples/ip_pipline: fix memory initialization in firewall > bulk functi

[dpdk-dev] [PATCH] examples/ip_pipline: fix memory initialization in firewall bulk functions

2016-05-06 Thread Daniel Mrzyglod
bulk functions expect that all memory is set with zeros Fixes: 67ebdbef0c31 ("examples/ip_pipeline: add bulk update of firewall rules") Signed-off-by: Daniel Mrzyglod --- examples/ip_pipeline/pipeline/pipeline_firewall_be.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git