RE: [PATCH v2] eal: support lcore usage ratio

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

[PATCH v2] 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 --- v2: address Morten's comments. --- lib/eal/common/eal_common_lcore.c | 35 +