Re: [PATCH] eal: support lcore usage ratio

2023-10-23 Thread fengchengwen
Hi Morten, On 2023/10/23 16:58, Morten Brørup wrote: >> From: Chengwen Feng [mailto:fengcheng...@huawei.com] >> Sent: Monday, 23 October 2023 06.08 >> >> Current, the lcore usage only display two key fields: busy_cycles and >> total_cycles, which is inconvenient to obtain the usage ratio >> immedi

RE: [PATCH] eal: support lcore usage ratio

2023-10-23 Thread Morten Brørup
> From: Chengwen Feng [mailto:fengcheng...@huawei.com] > Sent: Monday, 23 October 2023 06.08 > > 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. Usage ratio in per

[PATCH] eal: support lcore usage ratio

2023-10-22 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 --- lib/eal/common/eal_common_lcore.c | 34 --- 1 file change