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

2022-06-11 Thread Mattias Rönnblom
On 2022-06-10 17:23, 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 --- doc/guides/prog_guide/env_a

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

2022-06-10 Thread Tyler Retzlaff
On Fri, Jun 10, 2022 at 08:23:43AM -0700, 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 A

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

2022-06-10 Thread Stephen Hemminger
On Fri, 10 Jun 2022 15:53:34 -0700 Tyler Retzlaff wrote: > On Fri, Jun 10, 2022 at 08:23:43AM -0700, 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

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

2022-06-10 Thread Tyler Retzlaff
On Fri, Jun 10, 2022 at 08:23:43AM -0700, 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 >

[PATCH] doc/eal: add signal safety warning

2022-06-10 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 --- doc/guides/prog_guide/env_abstraction_layer.rst | 13 + 1 file c