[dpdk-dev] [PATCH v4 3/3] doc: add details on ethdev offloads API

Andrew Rybchenko arybchenko at solarflare.com
Mon Sep 18 09:51:00 CEST 2017


On 09/17/2017 09:54 AM, Shahaf Shuler wrote:
> Add the programmers guide details on the new offloads API introduced
> by commits:
>
> commit f649472cad9d ("ethdev: introduce Rx queue offloads API")
> commit ecb46b66cda5 ("ethdev: introduce Tx queue offloads API")
>
> Signed-off-by: Shahaf Shuler <shahafs at mellanox.com>
> ---
>   doc/guides/prog_guide/poll_mode_drv.rst | 17 +++++++++++++++++
>   1 file changed, 17 insertions(+)
>
> diff --git a/doc/guides/prog_guide/poll_mode_drv.rst b/doc/guides/prog_guide/poll_mode_drv.rst
> index 8922e39f4..03092ae98 100644
> --- a/doc/guides/prog_guide/poll_mode_drv.rst
> +++ b/doc/guides/prog_guide/poll_mode_drv.rst

<...>

> +To enable per-port offload, the offload should be set on both device configuration and queue setup. In case of a mixed configuration the queue setup shell return with error.

Typo "shell"



More information about the dev mailing list