> -Original Message-
> From: dev On Behalf Of Stephen Hemminger
> Sent: Wednesday, November 20, 2019 11:26 PM
> To: dev@dpdk.org
> Cc: Stephen Hemminger ;
> ndabilpu...@marvell.com; sta...@dpdk.org
> Subject: [dpdk-dev] [PATCH] testpmd: fix memory leak
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: ndabilpu...@marvell.com
Cc: sta...@dpdk.org
Signed-off-by: Stephen Hemming
2 matches
Mail list logo