Re: [EXT] Re: [PATCH] rcu: fix build failure with debug dp log level

2022-09-29 Thread Bruce Richardson
h > > Cc: Honnappa Nagarahalli ; Jerin Jacob > > Kollanukkaran ; dev@dpdk.org; > > sean.morris...@intel.com > > Subject: [EXT] Re: [PATCH] rcu: fix build failure with debug dp log level > > > > External Email > > > > -

RE: [EXT] Re: [PATCH] rcu: fix build failure with debug dp log level

2022-09-28 Thread Anoob Joseph
ubject: [EXT] Re: [PATCH] rcu: fix build failure with debug dp log level > > External Email > > -- > On Mon, 29 Aug 2022 22:21:51 +0530 > Anoob Joseph wrote: > > > Build fails if RTE_LOG_DP_LEVEL is set

Re: [PATCH] rcu: fix build failure with debug dp log level

2022-09-28 Thread Stephen Hemminger
On Mon, 29 Aug 2022 22:21:51 +0530 Anoob Joseph wrote: > Build fails if RTE_LOG_DP_LEVEL is set to RTE_LOG_DEBUG. Fix the > same by including the required header when RTE_LOG_DP_LEVEL is > set to RTE_LOG_DEBUG. > > ../lib/rcu/rte_rcu_qsbr.h:678:40: error: expected ‘)’ before ‘PRIu64’ > 678 |

RE: [PATCH] rcu: fix build failure with debug dp log level

2022-09-28 Thread Honnappa Nagarahalli
> > > >> > > >> Build fails if RTE_LOG_DP_LEVEL is set to RTE_LOG_DEBUG. Fix the > > >> same by including the required header when RTE_LOG_DP_LEVEL is set > > >> to RTE_LOG_DEBUG. > > >> > > >> ../lib/rcu/rte_rcu_qsbr.h:678:40: error: expected ‘)’ before ‘PRIu64’ > > >>678 |"%s: status: l

RE: [PATCH] rcu: fix build failure with debug dp log level

2022-08-30 Thread Honnappa Nagarahalli
> >> > >> Build fails if RTE_LOG_DP_LEVEL is set to RTE_LOG_DEBUG. Fix the same > >> by including the required header when RTE_LOG_DP_LEVEL is set to > >> RTE_LOG_DEBUG. > >> > >> ../lib/rcu/rte_rcu_qsbr.h:678:40: error: expected ‘)’ before ‘PRIu64’ > >>678 |"%s: status: least acked token

Re: [PATCH] rcu: fix build failure with debug dp log level

2022-08-30 Thread Morrissey, Sean
On 29/08/2022 17:55, Honnappa Nagarahalli wrote: -Original Message- From: Anoob Joseph Sent: Monday, August 29, 2022 11:52 AM To: Honnappa Nagarahalli Cc: jer...@marvell.com; dev@dpdk.org; sean.morris...@intel.com Subject: [PATCH] rcu: fix build failure with debug dp log level Build

RE: [PATCH] rcu: fix build failure with debug dp log level

2022-08-29 Thread Honnappa Nagarahalli
> -Original Message- > From: Anoob Joseph > Sent: Monday, August 29, 2022 11:52 AM > To: Honnappa Nagarahalli > Cc: jer...@marvell.com; dev@dpdk.org; sean.morris...@intel.com > Subject: [PATCH] rcu: fix build failure with debug dp log level > > Build fails if RTE_LOG_DP_LEVEL is set to