[dpdk-dev] [PATCH v2] app/pdump: add exit_with_primary option support.
Burakov, Anatoly
anatoly.burakov at intel.com
Mon Apr 29 12:42:39 CEST 2019
On 29-Apr-19 10:43 AM, Suanming.Mou wrote:
>
<snip> :)
>>> /* 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_capture;
>>> +static uint8_t exit_with_primary;
>>
>> <snip>
> Could you please help to confirm that the 'snip' here mean we should
> delete the 'exit_with_primary' code?
No, "snip" means i'm skipping irrelevant sections, just to keep my reply
shorter and to the point :)
--
Thanks,
Anatoly
More information about the dev
mailing list