Re: [dpdk-dev] [PATCH] net/bnxt: remove debug macro breaking build

2021-10-13 Thread Ajit Khaparde
On Wed, Oct 13, 2021 at 12:23 PM Ferruh Yigit wrote: > > On 10/13/2021 6:34 PM, Ajit Khaparde wrote: > > On Wed, Oct 13, 2021 at 9:31 AM Ferruh Yigit wrote: > >> > >> Setting 'RTE_LIBRTE_BNXT_TRUFLOW_DEBUG' macro cause build error, > >> removing it. > >> > >> Also with meson build system compile

Re: [dpdk-dev] [PATCH] net/bnxt: remove debug macro breaking build

2021-10-13 Thread Ferruh Yigit
On 10/13/2021 6:34 PM, Ajit Khaparde wrote: On Wed, Oct 13, 2021 at 9:31 AM Ferruh Yigit wrote: Setting 'RTE_LIBRTE_BNXT_TRUFLOW_DEBUG' macro cause build error, removing it. Also with meson build system compile time debug macros should be documented in driver documentation, since there is not

Re: [dpdk-dev] [PATCH] net/bnxt: remove debug macro breaking build

2021-10-13 Thread Ferruh Yigit
On 10/13/2021 10:35 PM, Ajit Khaparde wrote: On Wed, Oct 13, 2021 at 12:23 PM Ferruh Yigit wrote: On 10/13/2021 6:34 PM, Ajit Khaparde wrote: On Wed, Oct 13, 2021 at 9:31 AM Ferruh Yigit wrote: Setting 'RTE_LIBRTE_BNXT_TRUFLOW_DEBUG' macro cause build error, removing it. Also with meson b

Re: [dpdk-dev] [PATCH] net/bnxt: remove debug macro breaking build

2021-10-13 Thread Ajit Khaparde
On Wed, Oct 13, 2021 at 9:31 AM Ferruh Yigit wrote: > > Setting 'RTE_LIBRTE_BNXT_TRUFLOW_DEBUG' macro cause build error, > removing it. > > Also with meson build system compile time debug macros should be > documented in driver documentation, since there is not other way to s/not/no > figure out

Re: [dpdk-dev] [PATCH] net/bnxt: remove debug macro breaking build

2021-10-13 Thread Ferruh Yigit
On 10/13/2021 6:34 PM, Ajit Khaparde wrote: On Wed, Oct 13, 2021 at 9:31 AM Ferruh Yigit wrote: Setting 'RTE_LIBRTE_BNXT_TRUFLOW_DEBUG' macro cause build error, removing it. Also with meson build system compile time debug macros should be documented in driver documentation, since there is not