Re: [dpdk-dev] [PATCH v3 2/4] config: remove unused config flags

2020-07-16 Thread Ruifeng Wang
> -Original Message- > From: David Marchand > Sent: Thursday, July 16, 2020 3:43 PM > To: Lukasz Wojciechowski > Cc: tho...@monjalon.net; dev ; Ruifeng Wang > > Subject: Re: [dpdk-dev] [PATCH v3 2/4] config: remove unused config flags > > On Thu, Ju

Re: [dpdk-dev] [PATCH v3 2/4] config: remove unused config flags

2020-07-16 Thread David Marchand
On Thu, Jul 9, 2020 at 3:49 PM Lukasz Wojciechowski wrote: > > Following flags were still present in the common_base config, > but they were not used anywhere in the code: > * CONFIG_RTE_LIBRTE_ACL_DEBUG > * CONFIG_RTE_LIBRTE_NFP_DEBUG_TX > * CONFIG_RTE_LIBRTE_NFP_DEBUG_RX > * CONFIG_RTE_LIBRTE_PM

[dpdk-dev] [PATCH v3 2/4] config: remove unused config flags

2020-07-09 Thread Lukasz Wojciechowski
Following flags were still present in the common_base config, but they were not used anywhere in the code: * CONFIG_RTE_LIBRTE_ACL_DEBUG * CONFIG_RTE_LIBRTE_NFP_DEBUG_TX * CONFIG_RTE_LIBRTE_NFP_DEBUG_RX * CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO_DEBUG Signed-off-by: Lukasz Wojciechowski --- config/com