Re: [dpdk-dev] [PATCH 2/2] l3fwd-power: implement proper shutdown handling

2020-04-09 Thread Pattan, Reshma
> -Original Message- > From: Burakov, Anatoly > Subject: [PATCH 2/2] l3fwd-power: implement proper shutdown handling > > Currently, shutdown for l3fwd-power application is all over the place and may > or > may not happen either in the signal handler or in the main() function. Fix > t

Re: [dpdk-dev] [PATCH 2/2] l3fwd-power: implement proper shutdown handling

2020-04-09 Thread Hunt, David
Hi Anatoly, On 8/4/2020 4:56 PM, Anatoly Burakov wrote: Currently, shutdown for l3fwd-power application is all over the place and may or may not happen either in the signal handler or in the main() function. Fix this so that the signal handler will only set the exit variable, thereby allowing a

[dpdk-dev] [PATCH 2/2] l3fwd-power: implement proper shutdown handling

2020-04-08 Thread Anatoly Burakov
Currently, shutdown for l3fwd-power application is all over the place and may or may not happen either in the signal handler or in the main() function. Fix this so that the signal handler will only set the exit variable, thereby allowing all of the loops to end properly and proceed to deinitialize