On Fri, Oct 29, 2021 at 5:50 PM Burakov, Anatoly <anatoly.bura...@intel.com> wrote: > On 29-Oct-21 3:05 PM, Harneet Singh wrote: > > Currently, EAL init cannot be interrupted with SIGINT because the > > signal handler is already overridden by the time EAL init happens. > > > > Fix it by moving signal handler installation to after EAL > > initialization, to allow SIGNIT to interrupt EAL initialization. > > > > Fixes: d7937e2e3d12 ("power: initial import") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Harneet Singh <harneet.si...@intel.com> > Acked-by: Anatoly Burakov <anatoly.bura...@intel.com>
Applied, thanks. -- David Marchand