Re: [dpdk-dev] [PATCH v3 2/9] net: replace build option

2021-03-17 Thread Zhang, Qi Z
> -Original Message- > From: Thomas Monjalon > Sent: Thursday, March 18, 2021 6:01 AM > To: Zhang, Qi Z ; Andrew Rybchenko > ; Yigit, Ferruh > Cc: dev@dpdk.org; Richardson, Bruce ; Wang, > Xiao W ; Wu, Jingjing ; Xing, > Beilei ; Guo, Jia ; Yang, Qiming > ; Wang, Haiyue > Subject: Re:

Re: [dpdk-dev] [PATCH v3 2/9] net: replace build option

2021-03-17 Thread Thomas Monjalon
17/03/2021 22:47, Ferruh Yigit: > On 3/17/2021 11:15 AM, Qi Zhang wrote: > > Replace RTE_LIBRTE_ETHDEV_DEBUG with RTE_ETHDEV_DEBUG. > > > > Signed-off-by: Qi Zhang > > Hi Qi, Thomas, > > I see Thomas mentioned 'LIBRTE_' is redundant but not sure about renaming the > existing compile time flag

Re: [dpdk-dev] [PATCH v3 2/9] net: replace build option

2021-03-17 Thread Ferruh Yigit
On 3/17/2021 11:15 AM, Qi Zhang wrote: Replace RTE_LIBRTE_ETHDEV_DEBUG with RTE_ETHDEV_DEBUG. Signed-off-by: Qi Zhang Hi Qi, Thomas, I see Thomas mentioned 'LIBRTE_' is redundant but not sure about renaming the existing compile time flag without notice. The flag is to be used for users, i

[dpdk-dev] [PATCH v3 2/9] net: replace build option

2021-03-17 Thread Qi Zhang
Replace RTE_LIBRTE_ETHDEV_DEBUG with RTE_ETHDEV_DEBUG. Signed-off-by: Qi Zhang --- drivers/net/ark/ark_logs.h | 2 +- drivers/net/atlantic/atl_rxtx.c | 2 +- drivers/net/e1000/em_rxtx.c | 2 +- drivers/net/e1000/igb_rxtx.c | 2 +- d