Re: [dpdk-dev] [PATCH v11 1/6] ethdev: add simple power management API

2020-11-02 Thread Burakov, Anatoly
On 02-Nov-20 11:10 AM, Liang Ma wrote: Add a simple API to allow getting address of getting notification information from the PMD, as well as release notes information. Signed-off-by: Liang Ma Signed-off-by: Anatoly Burakov Acked-by: Konstantin Ananyev --- Notes: v11: - Rework the

[dpdk-dev] [PATCH v11 1/6] ethdev: add simple power management API

2020-11-02 Thread Liang Ma
Add a simple API to allow getting address of getting notification information from the PMD, as well as release notes information. Signed-off-by: Liang Ma Signed-off-by: Anatoly Burakov Acked-by: Konstantin Ananyev --- Notes: v11: - Rework the API Doxygen documentation v10: - A