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

2022-05-18 Thread Burakov, Anatoly
On 19-Apr-22 12:24 PM, 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 --- @@ -334,11 +336,11 @@ clb_pause(uint16_t port_id __rte_unused, uint16_t qidx __rte_unused, if

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

2022-04-19 Thread Ray Kinsella
Kevin Laatz writes: > Add new get/set API for configuring 'pause_duration' which used to adjust > the pause mode callback duration. > > Signed-off-by: Kevin Laatz > --- > lib/power/rte_power_pmd_mgmt.c | 26 -- > lib/power/rte_power_pmd_mgmt.h | 31

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

2022-04-19 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 --- lib/power/rte_power_pmd_mgmt.c | 26 -- lib/power/rte_power_pmd_mgmt.h | 31 +++ lib/power/version.map