Re: [dpdk-dev] [PATCH v2] app/pdump: add exit_with_primary option support.

2019-04-29 Thread Burakov, Anatoly
On 29-Apr-19 10:43 AM, Suanming.Mou wrote: :)     /* true if x is a power of 2 */   #define POWEROF2(x) x)-1) & (x)) == 0) @@ -143,12 +147,14 @@ struct parse_val {   static struct rte_eth_conf port_conf_default;   static volatile uint8_t quit_signal;   static uint8_t multiple_core_captu

Re: [dpdk-dev] [PATCH v2] app/pdump: add exit_with_primary option support.

2019-04-29 Thread Suanming . Mou
On 2019/4/29 17:14, Burakov, Anatoly wrote: On 28-Apr-19 5:58 AM, Suanming.Mou wrote: When primary app exits, the residual running pdump will stop the primary app to restart. Add an exit_with_primary option to make pdump exit with primary. Suggested-by: Varghese, Vipin Suggested-by: Burakov,

Re: [dpdk-dev] [PATCH v2] app/pdump: add exit_with_primary option support.

2019-04-29 Thread Burakov, Anatoly
On 28-Apr-19 5:58 AM, Suanming.Mou wrote: When primary app exits, the residual running pdump will stop the primary app to restart. Add an exit_with_primary option to make pdump exit with primary. Suggested-by: Varghese, Vipin Suggested-by: Burakov, Anatoly Signed-off-by: Suanming.Mou --- ap

[dpdk-dev] [PATCH v2] app/pdump: add exit_with_primary option support.

2019-04-27 Thread Suanming . Mou
When primary app exits, the residual running pdump will stop the primary app to restart. Add an exit_with_primary option to make pdump exit with primary. Suggested-by: Varghese, Vipin Suggested-by: Burakov, Anatoly Signed-off-by: Suanming.Mou --- app/pdump/main.c | 26 +