Re: [PATCH v2 05/50] net/ntnic: extend and fix logging implementation

2024-10-08 Thread Ferruh Yigit
On 10/7/2024 8:33 PM, Serhii Iliushyk wrote: > @@ -682,7 +682,7 @@ static void > qsfp28_wait_for_ready_after_reset(nim_i2c_ctx_p ctx) > init_complete_flag_present = (data & (1 << 4)) != 0; > } > > - NT_LOG(DBG, NTHW, "NIM InitCompleteFlagPresent = %d", > init_complete_fl

[PATCH v2 05/50] net/ntnic: extend and fix logging implementation

2024-10-07 Thread Serhii Iliushyk
From: Danylo Vodopianov Add suffixes logging Fix the issue with the configuration log level for a specific module Fix extended debug logging 3-letter abbreviation for log type Update documentation new log modules were added Log level in functions that initialize feature operations