On 5/13/2020 2:55 PM, Dumitrescu, Cristian wrote: > > >> -----Original Message----- >> From: Mcnamara, John <[email protected]> >> Sent: Wednesday, May 13, 2020 1:46 PM >> To: Dumitrescu, Cristian <[email protected]> >> Cc: [email protected]; Singh, Jasvinder <[email protected]> >> Subject: RE: [dpdk-dev] [PATCH] net/softnic: fix resource leak >> >>> -----Original Message----- >>> From: dev <[email protected]> On Behalf Of Jasvinder Singh >>> Sent: Monday, April 27, 2020 3:03 PM >>> To: [email protected] >>> Cc: Dumitrescu, Cristian <[email protected]> >>> Subject: [dpdk-dev] [PATCH] net/softnic: fix resource leak >>> >>> When sending request messages to data plane pipelines, the caller must >>> free the memory allocated to request message on receiving error >> response. >>> >>> Coverity Issues: 357676, 357680, 357681, 357682, 357690, 357693, 357711, >>> 357722, 357725, 357734, 357739, 357743, 357747,357762, 357766, 357787 >>> >>> Fixes: 6d4d05402501 ("net/softnic: add command to read stats") >>> Fixes: 202905f3ee4d ("net/softnic: add command to create objects") >>> Fixes: ee19326a4b1e ("net/softnic: add command for pipeline table >>> entries") >>> Fixes: 9bc0ce0ad17c ("net/softnic: add command for meter action") >>> Fixes: 2505030a8383 ("net/softnic: add command for TTL action") >>> >>> Signed-off-by: Jasvinder Singh <[email protected]> >> >> >> >> >> Cristian, >> >> Can you merge this and other Coverity fixes. They need to be cleared for >> DPDK 20.05. >> >> John > > Ferruh and Jasvinder confirmed these are already merged. >
Patches are in the tree Cristian, but I think they are not addressing the coverity issue correctly, that looks the reason that coverity issues are still there.

