Re: [PATCH v4 1/4] lib/power: add get and set API for emptypoll max

2022-05-24 Thread David Hunt
On 24/05/2022 14:14, Kevin Laatz wrote: Add new get/set APIs to configure emptypoll max which is used to determine when a queue can go into sleep state. Signed-off-by: Kevin Laatz Acked-by: Ray Kinsella --- lib/power/rte_power_pmd_mgmt.c | 21 ++--- lib/power/rte_power_pmd

[PATCH v4 1/4] lib/power: add get and set API for emptypoll max

2022-05-24 Thread Kevin Laatz
Add new get/set APIs to configure emptypoll max which is used to determine when a queue can go into sleep state. Signed-off-by: Kevin Laatz Acked-by: Ray Kinsella --- lib/power/rte_power_pmd_mgmt.c | 21 ++--- lib/power/rte_power_pmd_mgmt.h | 27 +++ lib/