rte_exit() does not terminate the program -- is it a bug or a new feature?
Stephen Hemminger
stephen at networkplumber.org
Mon Sep 18 20:49:50 CEST 2023
On Mon, 18 Sep 2023 20:23:25 +0200
Gabor LENCSE <lencse at hit.bme.hu> wrote:
> Of course, I will review all my rte_exit calls... It'll take a while...
>
> I am just curious, as I have no idea, why my old code worked all right
> with DPDK 16.11. Has rte_exit() been changed since then?
Older versions of the DPDK did not call eal_cleanup() and did not
have service lcores. I think service lcores were new in 18.11
More information about the users
mailing list