Re: [dpdk-dev] [PATCH 3/4] eal: don't crash if alarm set fails

2018-10-25 Thread Burakov, Anatoly
On 25-Oct-18 12:51 AM, Thomas Monjalon wrote: 18/09/2018 12:16, Burakov, Anatoly: On 18-Sep-18 10:43 AM, Thomas Monjalon wrote: 26/07/2018 11:41, Burakov, Anatoly: On 25-Jul-18 7:20 PM, Stephen Hemminger wrote: There is no need to call rte_exit and crash the application here; better to let th

Re: [dpdk-dev] [PATCH 3/4] eal: don't crash if alarm set fails

2018-10-24 Thread Thomas Monjalon
18/09/2018 12:16, Burakov, Anatoly: > On 18-Sep-18 10:43 AM, Thomas Monjalon wrote: > > 26/07/2018 11:41, Burakov, Anatoly: > >> On 25-Jul-18 7:20 PM, Stephen Hemminger wrote: > >>> There is no need to call rte_exit and crash the application here; > >>> better to let the application handle the erro

Re: [dpdk-dev] [PATCH 3/4] eal: don't crash if alarm set fails

2018-09-18 Thread Burakov, Anatoly
On 18-Sep-18 10:43 AM, Thomas Monjalon wrote: 26/07/2018 11:41, Burakov, Anatoly: On 25-Jul-18 7:20 PM, Stephen Hemminger wrote: There is no need to call rte_exit and crash the application here; better to let the application handle the error itself. Remove the gratuitous profanity which would

Re: [dpdk-dev] [PATCH 3/4] eal: don't crash if alarm set fails

2018-09-18 Thread Thomas Monjalon
26/07/2018 11:41, Burakov, Anatoly: > On 25-Jul-18 7:20 PM, Stephen Hemminger wrote: > > There is no need to call rte_exit and crash the application here; > > better to let the application handle the error itself. > > > > Remove the gratuitous profanity which would be visible if > > the rte_exit w

Re: [dpdk-dev] [PATCH 3/4] eal: don't crash if alarm set fails

2018-07-26 Thread Burakov, Anatoly
On 25-Jul-18 7:20 PM, Stephen Hemminger wrote: There is no need to call rte_exit and crash the application here; better to let the application handle the error itself. Remove the gratuitous profanity which would be visible if the rte_exit was still there. Signed-off-by: Stephen Hemminger ---

Re: [dpdk-dev] [PATCH 3/4] eal: don't crash if alarm set fails

2018-07-26 Thread Burakov, Anatoly
On 25-Jul-18 7:20 PM, Stephen Hemminger wrote: There is no need to call rte_exit and crash the application here; better to let the application handle the error itself. Remove the gratuitous profanity which would be visible if the rte_exit was still there. Signed-off-by: Stephen Hemminger ---

[dpdk-dev] [PATCH 3/4] eal: don't crash if alarm set fails

2018-07-25 Thread Stephen Hemminger
There is no need to call rte_exit and crash the application here; better to let the application handle the error itself. Remove the gratuitous profanity which would be visible if the rte_exit was still there. Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/eal_common_proc.c | 10