Re: [PATCH v4 2/4] lib/power: add get and set API for pause duration

2022-05-24 Thread David Hunt
On 24/05/2022 14:14, Kevin Laatz wrote: Add new get/set API for configuring 'pause_duration' which used to adjust the pause mode callback duration. Signed-off-by: Kevin Laatz Acked-by: Ray Kinsella Acked-by: Anatoly Burakov --- v3: changed printf to RTE_LOG --- lib/power/rte_power_pmd_mg

[PATCH v4 2/4] lib/power: add get and set API for pause duration

2022-05-24 Thread Kevin Laatz
Add new get/set API for configuring 'pause_duration' which used to adjust the pause mode callback duration. Signed-off-by: Kevin Laatz Acked-by: Ray Kinsella Acked-by: Anatoly Burakov --- v3: changed printf to RTE_LOG --- lib/power/rte_power_pmd_mgmt.c | 25 +++-- lib/powe