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
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,
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
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 +
4 matches
Mail list logo