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

2020-10-09 Thread Burakov, Anatoly
On 08-Oct-20 11:26 PM, Ananyev, Konstantin wrote: Add a simple API allow ethdev get wake up address from PMD. Also include internal structure update. Signed-off-by: Liang Ma Signed-off-by: Anatoly Burakov --- lib/librte_ethdev/rte_ethdev.c | 19 lib/librte_ethdev

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

2020-10-08 Thread Ananyev, Konstantin
> > Add a simple API allow ethdev get wake up address from PMD. > Also include internal structure update. > > Signed-off-by: Liang Ma > Signed-off-by: Anatoly Burakov > --- > lib/librte_ethdev/rte_ethdev.c | 19 > lib/librte_ethdev/rte_ethdev.h | 24 +++

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

2020-10-08 Thread Ananyev, Konstantin
> > +/** > > + * Retrieve the wake up address from specific queue > > + * > > + * @param port_id > > + * The port identifier of the Ethernet device. > > + * @param queue_id > > + * The Tx queue on the Ethernet device for which information > > + * will be retrieved. > > + * @param wake_addr

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

2020-10-08 Thread Thomas Monjalon
> +/** > + * Retrieve the wake up address from specific queue > + * > + * @param port_id > + * The port identifier of the Ethernet device. > + * @param queue_id > + * The Tx queue on the Ethernet device for which information > + * will be retrieved. > + * @param wake_addr > + * The pointer

[dpdk-dev] [PATCH v4 03/10] ethdev: add simple power management API

2020-10-02 Thread Liang Ma
Add a simple API allow ethdev get wake up address from PMD. Also include internal structure update. Signed-off-by: Liang Ma Signed-off-by: Anatoly Burakov --- lib/librte_ethdev/rte_ethdev.c | 19 lib/librte_ethdev/rte_ethdev.h | 24 lib/