Re: [dpdk-dev] [PATCH v12 06/11] ethdev: add simple power management API

2021-01-13 Thread Ananyev, Konstantin
> > On 12-Jan-21 8:32 PM, Lance Richardson wrote: > > On Thu, Dec 17, 2020 at 9:08 AM Anatoly Burakov > > wrote: > >> > >> From: Liang Ma > >> > >> Add a simple API to allow getting the monitor conditions for > >> power-optimized monitoring of the RX queues from the PMD, as well as > >> release

Re: [dpdk-dev] [PATCH v12 06/11] ethdev: add simple power management API

2021-01-13 Thread Burakov, Anatoly
On 12-Jan-21 8:32 PM, Lance Richardson wrote: On Thu, Dec 17, 2020 at 9:08 AM Anatoly Burakov wrote: From: Liang Ma Add a simple API to allow getting the monitor conditions for power-optimized monitoring of the RX queues from the PMD, as well as release notes information. Signed-off-by: Lia

Re: [dpdk-dev] [PATCH v12 06/11] ethdev: add simple power management API

2021-01-12 Thread Lance Richardson
On Thu, Dec 17, 2020 at 9:08 AM Anatoly Burakov wrote: > > From: Liang Ma > > Add a simple API to allow getting the monitor conditions for > power-optimized monitoring of the RX queues from the PMD, as well as > release notes information. > > Signed-off-by: Liang Ma > Signed-off-by: Anatoly Bura

Re: [dpdk-dev] [PATCH v12 06/11] ethdev: add simple power management API

2021-01-08 Thread Burakov, Anatoly
On 28-Dec-20 11:00 AM, Andrew Rybchenko wrote: On 12/17/20 5:05 PM, Anatoly Burakov wrote: From: Liang Ma Add a simple API to allow getting the monitor conditions for power-optimized monitoring of the RX queues from the PMD, as well as release notes information. Signed-off-by: Liang Ma Signe

Re: [dpdk-dev] [PATCH v12 06/11] ethdev: add simple power management API

2020-12-28 Thread Andrew Rybchenko
On 12/17/20 5:05 PM, Anatoly Burakov wrote: > From: Liang Ma > > Add a simple API to allow getting the monitor conditions for > power-optimized monitoring of the RX queues from the PMD, as well as > release notes information. > > Signed-off-by: Liang Ma > Signed-off-by: Anatoly Burakov > Acked

[dpdk-dev] [PATCH v12 06/11] ethdev: add simple power management API

2020-12-17 Thread Anatoly Burakov
From: Liang Ma Add a simple API to allow getting the monitor conditions for power-optimized monitoring of the RX queues from the PMD, as well as release notes information. Signed-off-by: Liang Ma Signed-off-by: Anatoly Burakov Acked-by: Konstantin Ananyev --- Notes: v6: - Rebase on t