Re: [dpdk-dev] [PATCH] interrupts: fix error log level

2024-03-18 Thread Stephen Hemminger
On Mon, 1 Nov 2021 23:14:47 +0530 Harman Kalra wrote: > Fixing the error logs level, as currently default level is > set to debug. Due to this failure is not getting captured. > > Fixes: b7c984291611 ("interrupts: add allocator and accessors") > > Signed-off-by: Harman Kalra Patch concept is

Re: [dpdk-dev] [PATCH] interrupts: fix error log level

2023-07-06 Thread Stephen Hemminger
On Mon, 1 Nov 2021 23:14:47 +0530 Harman Kalra wrote: > Fixing the error logs level, as currently default level is > set to debug. Due to this failure is not getting captured. > > Fixes: b7c984291611 ("interrupts: add allocator and accessors") > > Signed-off-by: Harman Kalra > --- > lib/eal/c

[dpdk-dev] [PATCH] interrupts: fix error log level

2021-11-01 Thread Harman Kalra
Fixing the error logs level, as currently default level is set to debug. Due to this failure is not getting captured. Fixes: b7c984291611 ("interrupts: add allocator and accessors") Signed-off-by: Harman Kalra --- lib/eal/common/eal_common_interrupts.c | 24 1 file chan