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
>
> 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 +++
> > +/**
> > + * 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
> +/**
> + * 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
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/
5 matches
Mail list logo