Re: [dpdk-dev] [PATCH v2] examples: add eal cleanup to examples

2021-04-21 Thread Thomas Monjalon
15/04/2021 04:26, Min Hu (Connor): > From: Chengchang Tang > > According to the programming guide, the rte_eal_init should be used pairs > with rte_eal_cleanup. > > This patch add rte_eal_cleanup to examples to encourage new users of > DPDK to use it. > > Fixes: aec9c13c5257 ("eal: add function

[dpdk-dev] [PATCH v2] examples: add eal cleanup to examples

2021-04-14 Thread Min Hu (Connor)
From: Chengchang Tang According to the programming guide, the rte_eal_init should be used pairs with rte_eal_cleanup. This patch add rte_eal_cleanup to examples to encourage new users of DPDK to use it. Fixes: aec9c13c5257 ("eal: add function to release internal resources") Fixes: 3d0fad56b74a