Re: [PATCH v4] doc/eal: add signal safety warning

2022-11-15 Thread David Marchand
On Tue, Jul 12, 2022 at 1:05 AM Stephen Hemminger wrote: > > The DPDK is not designed to be used from a signal handler. > Add a notice in the documentation describing this limitation, > similar to Linux signal-safety manual page. > > Bugzilla ID: 1030 > Signed-off-by: Stephen Hemminger > Acked-b

[PATCH v4] doc/eal: add signal safety warning

2022-07-11 Thread Stephen Hemminger
The DPDK is not designed to be used from a signal handler. Add a notice in the documentation describing this limitation, similar to Linux signal-safety manual page. Bugzilla ID: 1030 Signed-off-by: Stephen Hemminger Acked-by: Tyler Retzlaff Acked-by: Chengwen Feng --- v4 - add more functions an