From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Rybchenko Subject: Re: [PATCH v4 3/3] doc: add details on ethdev offloads API Date: Mon, 18 Sep 2017 10:51:00 +0300 Message-ID: References: <6b4402ed833f9edb53c907e77f38130434d8b40a.1505630554.git.shahafs@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: To: Shahaf Shuler , , , , Return-path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.52]) by dpdk.org (Postfix) with ESMTP id 0833C1E34 for ; Mon, 18 Sep 2017 09:51:12 +0200 (CEST) In-Reply-To: <6b4402ed833f9edb53c907e77f38130434d8b40a.1505630554.git.shahafs@mellanox.com> Content-Language: en-GB List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > --- > 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"