> -----Original Message-----
> From: Thomas Monjalon <tho...@monjalon.net>
> Sent: Wednesday, May 11, 2022 10:52 PM
> To: Wu, Wenjun1 <wenjun1...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>
> Cc: dev@dpdk.org; Wu, Jingjing <jingjing...@intel.com>; Xing, Beilei
> <beilei.x...@intel.com>
> Subject: Re: [PATCH v1] net/iavf: fix resource leak issue
>
> 11/05/2022 13:46, Zhang, Qi Z:
> > From: Wu, Wenjun1 <wenjun1...@intel.com>
> > >
> > > This patch fixes resource leak issue reported by coverity.
> > >
> > > Coverity issue: 378017
> > > Fixes: b14e8a57b9fe ("net/iavf: support quanta size configuration")
> > >
> > > Signed-off-by: Wenjun Wu <wenjun1...@intel.com>
> >
> > Acked-by: Qi Zhang <qi.z.zh...@intel.com>
> >
> > Applied to dpdk-next-net-intel.
>
> In the title, the word "issue" is useless.
> It would be more interesting to precise where is the leak.
>
Added below into commit log in dpdk-next-net-intel.
kvlist should be freed before return an error due to invalid quanta size.