Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fixes uninitialized scalar variable

2018-04-19 Thread Singh, Jasvinder
> -Original Message- > From: Pattan, Reshma > Sent: Wednesday, April 18, 2018 5:58 PM > To: dev@dpdk.org > Cc: Singh, Jasvinder ; Pattan, Reshma > > Subject: [PATCH] examples/ip_pipeline: fixes uninitialized scalar variable > > Using uninitialized value p.thread_id when calling kni_crea

[dpdk-dev] [PATCH] examples/ip_pipeline: fixes uninitialized scalar variable

2018-04-18 Thread Reshma Pattan
Using uninitialized value p.thread_id when calling kni_create. Initialize the kni_params object to 0. Coverity issue: 272569 Fixes: 9a408cc8ac ("examples/ip_pipeline: add KNI object") CC: jasvinder.si...@intel.com Signed-off-by: Reshma Pattan --- examples/ip_pipeline/cli.c | 1 + 1 file changed