From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/4] Fix issues reported by static analysis tool Date: Wed, 04 Mar 2015 11:27:51 +0100 Message-ID: <4624781.BEoFaQ3L8n@xps13> References: <1424700600-1765-1-git-send-email-pawelx.wodkowski@intel.com> <1424868086-4232-1-git-send-email-pawelx.wodkowski@intel.com> <54F07113.5030200@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Pawel Wodkowski Return-path: In-Reply-To: <54F07113.5030200-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > Static analysis report some issues against current DPDK version. Most of > > them need only cosmetic code changes (changing type of variable). > > > > One issue related with ring pmd fix real memory leak problem. > > > > PATCH v2 changes: > > - remove patch 5/5 as it was NACKed > > - reword commit log acording to mailing list sugestions. > > > > Pawel Wodkowski (4): > > rte_timer: change declaration of rte_timer_cb_t > > librte_kvargs: make rte_kvargs_free() be consistent with other > > "free()" functions > > pmd ring: fix possible memory leak during devinit > > cmdline: make parse_set_list() use size_t instead of int for low/high > > parameter > > Series: > Acked-by: Olivier Matz Applied, thanks