[PATCH v1 0/7] support reinit flow

Stephen Hemminger stephen at networkplumber.org
Tue Aug 15 23:49:18 CEST 2023


On Mon, 14 Aug 2023 21:38:19 -0400
okaya at kernel.org wrote:

> From: Sinan Kaya <okaya at kernel.org>
> 
> We want to be able to call rte_eal_init() and rte_eal_cleanup()
> APIs back to back for maintanance reasons.

One other note:
This sequence could only be done by main lcore, and never ever in a signal handler.
Do not try and trap signals like abort, bus error, illegal instruction and try to
use this for recovery. It is a recipe for failure.


More information about the dev mailing list