Re: [PATCH 2/3] net/nfp: get rid of the usage of RTE log level type

2023-02-20 Thread Ferruh Yigit
On 2/20/2023 4:16 PM, Stephen Hemminger wrote: > On Mon, 20 Feb 2023 10:09:51 + > Ferruh Yigit wrote: > >> On 2/20/2023 1:36 AM, Chaoyong He wrote: On 2/17/2023 2:45 AM, Chaoyong He wrote: > Register the own RX/TX debug log level type, and get rid of the usage > of RTE_LOGTYPE_

Re: [PATCH 2/3] net/nfp: get rid of the usage of RTE log level type

2023-02-20 Thread Stephen Hemminger
On Mon, 20 Feb 2023 10:09:51 + Ferruh Yigit wrote: > On 2/20/2023 1:36 AM, Chaoyong He wrote: > >> On 2/17/2023 2:45 AM, Chaoyong He wrote: > >>> Register the own RX/TX debug log level type, and get rid of the usage > >>> of RTE_LOGTYPE_*. Then we can control the log by a independent switch

Re: [PATCH 2/3] net/nfp: get rid of the usage of RTE log level type

2023-02-20 Thread Ferruh Yigit
On 2/20/2023 1:36 AM, Chaoyong He wrote: >> On 2/17/2023 2:45 AM, Chaoyong He wrote: >>> Register the own RX/TX debug log level type, and get rid of the usage >>> of RTE_LOGTYPE_*. Then we can control the log by a independent switch. >>> >>> Signed-off-by: Chaoyong He >>> Reviewed-by: Niklas Söder

RE: [PATCH 2/3] net/nfp: get rid of the usage of RTE log level type

2023-02-19 Thread Chaoyong He
> On 2/17/2023 2:45 AM, Chaoyong He wrote: > > Register the own RX/TX debug log level type, and get rid of the usage > > of RTE_LOGTYPE_*. Then we can control the log by a independent switch. > > > > Signed-off-by: Chaoyong He > > Reviewed-by: Niklas Söderlund > > --- > > drivers/net/nfp/nfp_log

Re: [PATCH 2/3] net/nfp: get rid of the usage of RTE log level type

2023-02-17 Thread Ferruh Yigit
On 2/17/2023 2:45 AM, Chaoyong He wrote: > Register the own RX/TX debug log level type, and get rid of the > usage of RTE_LOGTYPE_*. Then we can control the log by a independent > switch. > > Signed-off-by: Chaoyong He > Reviewed-by: Niklas Söderlund > --- > drivers/net/nfp/nfp_logs.c | 10

[PATCH 2/3] net/nfp: get rid of the usage of RTE log level type

2023-02-16 Thread Chaoyong He
Register the own RX/TX debug log level type, and get rid of the usage of RTE_LOGTYPE_*. Then we can control the log by a independent switch. Signed-off-by: Chaoyong He Reviewed-by: Niklas Söderlund --- drivers/net/nfp/nfp_logs.c | 10 ++ drivers/net/nfp/nfp_logs.h | 8 ++-- 2 files