Re: [PATCH v3] eal: support lcore usage ratio

2023-11-06 Thread Thomas Monjalon
23/10/2023 14:51, Chengwen Feng: > Current, the lcore usage only display two key fields: busy_cycles and > total_cycles, which is inconvenient to obtain the usage ratio > immediately. So adds lcore usage ratio field. > > Signed-off-by: Chengwen Feng > Acked-by: Morten Brørup Acked-by: Huisong Li

Re: [PATCH v3] eal: support lcore usage ratio

2023-10-31 Thread lihuisong (C)
lgtm, Acked-by: Huisong Li 在 2023/10/23 20:51, Chengwen Feng 写道: Current, the lcore usage only display two key fields: busy_cycles and total_cycles, which is inconvenient to obtain the usage ratio immediately. So adds lcore usage ratio field. Signed-off-by: Chengwen Feng Acked-by: Morten Brør

[PATCH v3] eal: support lcore usage ratio

2023-10-23 Thread Chengwen Feng
Current, the lcore usage only display two key fields: busy_cycles and total_cycles, which is inconvenient to obtain the usage ratio immediately. So adds lcore usage ratio field. Signed-off-by: Chengwen Feng Acked-by: Morten Brørup --- v3: change %.2f to %.02f according Morten's comments. v2: ad