> > 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 <olivier.matz at 6wind.com>
Applied, thanks