Re: [dpdk-dev] [PATCH 00/45] add eal clean up to the example

2021-04-14 Thread Min Hu (Connor)
在 2021/4/14 16:23, Thomas Monjalon 写道: 14/04/2021 04:10, Min Hu (Connor): According to the programming guide, the rte_eal_init should be used pairs with rte_eal_cleanup. This set of patches add eal clean up to the examples. Thank you Chengchang Tang (45): It can be a single patch for a

Re: [dpdk-dev] [PATCH 00/45] add eal clean up to the example

2021-04-14 Thread Thomas Monjalon
14/04/2021 04:10, Min Hu (Connor): > According to the programming guide, the rte_eal_init should be used pairs > with rte_eal_cleanup. > > This set of patches add eal clean up to the examples. Thank you > Chengchang Tang (45): It can be a single patch for all examples.

[dpdk-dev] [PATCH 00/45] add eal clean up to the example

2021-04-13 Thread Min Hu (Connor)
According to the programming guide, the rte_eal_init should be used pairs with rte_eal_cleanup. This set of patches add eal clean up to the examples. Chengchang Tang (45): examples/bddev_app: add eal cleanup to bbdev app examples/bond: add eal cleanup to bond example examples/cmdline: add e