On 11/21/2019 11:43 AM, Iremonger, Bernard wrote: >> -----Original Message----- >> From: dev <[email protected]> On Behalf Of Stephen Hemminger >> Sent: Wednesday, November 20, 2019 11:26 PM >> To: [email protected] >> Cc: Stephen Hemminger <[email protected]>; >> [email protected]; [email protected] >> Subject: [dpdk-dev] [PATCH] testpmd: fix memory leak in iterator >> >> The RTE_FOREACH_MATCHING_DEV iterator requires that if a break is done >> before the end of the loop, the function rte_eth_iterator_cleanup() must be >> called. >> >> Fixes: 55e51c962432 ("app/testpmd: add device related commands") >> Cc: [email protected] >> Cc: [email protected] >> Signed-off-by: Stephen Hemminger <[email protected]> > > > ./devtools/check-git-log.sh -1 > Wrong headline label: > testpmd: fix memory leak in iterator > > Headline label should be app/testpmd > > Otherwise > > Acked-by: Bernard Iremonger <[email protected] >
Applied to dpdk-next-net/master, thanks. (fixed headline label while merging)

