Re: [PATCH] net/hns3: support power monitor

2024-02-07 Thread Ferruh Yigit
On 2/5/2024 8:35 AM, Jie Hai wrote: > From: Chengwen Feng > > This commit supports power monitor on the Rx queue descriptor of the > next poll. > > Note: Although rte_power_monitor() on the ARM platform does not support > callback, this commit still implements the callback so that it does not >

[PATCH] net/hns3: support power monitor

2024-02-05 Thread Jie Hai
From: Chengwen Feng This commit supports power monitor on the Rx queue descriptor of the next poll. Note: Although rte_power_monitor() on the ARM platform does not support callback, this commit still implements the callback so that it does not need to be adjusted after the ARM platform supports