Re: [PATCH] net/ring: add umonitor callback

2022-09-01 Thread Bruce Richardson
On Wed, Aug 03, 2022 at 03:28:45PM +0100, Herakliusz Lipiec wrote: > Currently ring pmd does not support ``rte_power_monitor`` api. > This patch adds support by adding umonitor callback that is called > whenever we enter sleep state and need to check if it is time to wake > up. > > Signed-off-by:

[PATCH] net/ring: add umonitor callback

2022-08-03 Thread Herakliusz Lipiec
Currently ring pmd does not support ``rte_power_monitor`` api. This patch adds support by adding umonitor 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 --- drivers/net/ring/rte_eth_ring.c | 23 ++