Re: [PATCH v2] net/ring: add monitor callback

2022-10-04 Thread Andrew Rybchenko
On 9/2/22 20:25, Herakliusz Lipiec wrote: Currently ring pmd does not support ``rte_power_monitor`` api. This patch adds support by adding monitor callback that is called whenever we enter sleep state and need to check if it is time to wake up. Signed-off-by: Herakliusz Lipiec Acked-by: Bruce R

[PATCH v2] net/ring: add monitor callback

2022-09-02 Thread Herakliusz Lipiec
Currently ring pmd does not support ``rte_power_monitor`` api. This patch adds support by adding monitor callback that is called whenever we enter sleep state and need to check if it is time to wake up. Signed-off-by: Herakliusz Lipiec Acked-by: Bruce Richardson --- v2: - changed umonitor refe