Re: [dpdk-dev] [PATCH v1] net/iavf: implement power management API

2021-03-31 Thread Ferruh Yigit
On 3/11/2021 1:37 PM, Burakov, Anatoly wrote: On 11-Mar-21 11:55 AM, David Hunt wrote: Implement support for the power management API by implementing a `get_monitor_addr` function that will return an address of an RX ring's status bit. This patch is basically a cut-and-paste of the changes alre

Re: [dpdk-dev] [PATCH v1] net/iavf: implement power management API

2021-03-25 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Burakov, Anatoly > Sent: Thursday, March 11, 2021 9:37 PM > To: Hunt, David ; dev@dpdk.org > Cc: Wu, Jingjing ; Xing, Beilei > Subject: Re: [dpdk-dev] [PATCH v1] net/iavf: implement power management > API > > O

Re: [dpdk-dev] [PATCH v1] net/iavf: implement power management API

2021-03-11 Thread Burakov, Anatoly
On 11-Mar-21 11:55 AM, David Hunt wrote: Implement support for the power management API by implementing a `get_monitor_addr` function that will return an address of an RX ring's status bit. This patch is basically a cut-and-paste of the changes already committed in ixgbe, i40e and ice drivers in

[dpdk-dev] [PATCH v1] net/iavf: implement power management API

2021-03-11 Thread David Hunt
Implement support for the power management API by implementing a `get_monitor_addr` function that will return an address of an RX ring's status bit. This patch is basically a cut-and-paste of the changes already committed in ixgbe, i40e and ice drivers in 21.02. This extends the availability of th