Re: [dpdk-dev] [PATCH v6 04/10] ethdev: add simple power management API

2020-10-15 Thread Liang, Ma
On 14 Oct 14:30, Anatoly Burakov wrote: > From: Liang Ma > > Add a simple API to allow getting address of next RX descriptor from the > PMD, as well as release notes information. > > Signed-off-by: Liang Ma > Signed-off-by: Anatoly Burakov > Acked-by: Konstantin Ananyev > diff --git a/lib/li

Re: [dpdk-dev] [PATCH v6 04/10] ethdev: add simple power management API

2020-10-14 Thread Ananyev, Konstantin
> From: Liang Ma > > Add a simple API to allow getting address of next RX descriptor 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 top of latest

[dpdk-dev] [PATCH v6 04/10] ethdev: add simple power management API

2020-10-14 Thread Anatoly Burakov
From: Liang Ma Add a simple API to allow getting address of next RX descriptor 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 top of latest main - Ensure the API ch