Re: [dpdk-dev] [PATCH] eal: change the log level for test assert macro

2020-07-16 Thread Honnappa Nagarahalli
> Subject: Re: [PATCH] eal: change the log level for test assert macro > > On Wed, Jul 15, 2020 at 10:20 PM Honnappa Nagarahalli > wrote: > > > > Change the log level for RTE_TEST_ASSERT macro to error to help log > > errors while running test cases. > > > > Signed-off-by: Honnappa Nagarahalli

Re: [dpdk-dev] [PATCH] eal: change the log level for test assert macro

2020-07-16 Thread Honnappa Nagarahalli
> Subject: Re: [PATCH] eal: change the log level for test assert macro > > Honnappa Nagarahalli writes: > > > Change the log level for RTE_TEST_ASSERT macro to error to help log > > errors while running test cases. > > > > Signed-off-by: Honnappa Nagarahalli > > --- > > Is the default to alw

Re: [dpdk-dev] [PATCH] eal: change the log level for test assert macro

2020-07-16 Thread Lukasz Wojciechowski
W dniu 15.07.2020 o 22:20, Honnappa Nagarahalli pisze: > Change the log level for RTE_TEST_ASSERT macro to error to help > log errors while running test cases. > > Signed-off-by: Honnappa Nagarahalli > --- > lib/librte_eal/include/rte_test.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletio

Re: [dpdk-dev] [PATCH] eal: change the log level for test assert macro

2020-07-16 Thread David Marchand
On Wed, Jul 15, 2020 at 10:20 PM Honnappa Nagarahalli wrote: > > Change the log level for RTE_TEST_ASSERT macro to error to help > log errors while running test cases. > > Signed-off-by: Honnappa Nagarahalli > --- > lib/librte_eal/include/rte_test.h | 2 +- > 1 file changed, 1 insertion(+), 1 de

Re: [dpdk-dev] [PATCH] eal: change the log level for test assert macro

2020-07-16 Thread Aaron Conole
Honnappa Nagarahalli writes: > Change the log level for RTE_TEST_ASSERT macro to error to help > log errors while running test cases. > > Signed-off-by: Honnappa Nagarahalli > --- Is the default to always have ERROR log level on? If so: Acked-by: Aaron Conole :-)

[dpdk-dev] [PATCH] eal: change the log level for test assert macro

2020-07-15 Thread Honnappa Nagarahalli
Change the log level for RTE_TEST_ASSERT macro to error to help log errors while running test cases. Signed-off-by: Honnappa Nagarahalli --- lib/librte_eal/include/rte_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/include/rte_test.h b/lib/librte_eal/i