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

2020-04-21 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

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

2020-04-26 Thread Thomas Monjalon
20/04/2020 19:56, 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 t

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

2020-04-28 Thread Xie, WeiX
Tested-by: Xie,WeiX < weix@intel.com> Regards, Xie Wei -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Anatoly Burakov Sent: Tuesday, April 21, 2020 1:57 AM To: dev@dpdk.org Cc: Hunt, David ; Pattan, Reshma Subject: [dpdk-dev] [PATCH v2 2/2] l3fwd