From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavan Nikhilesh Bhagavatula Subject: Re: [PATCH 3/3] doc: add event octeontx Rx adapter limitation Date: Wed, 18 Oct 2017 14:36:08 +0530 Message-ID: <20171018090607.GA9563@PBHAGAVATULA-LT> References: <1508230393-27018-1-git-send-email-pbhagavatula@caviumnetworks.com> <1508230393-27018-3-git-send-email-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: "Mcnamara, John" Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0072.outbound.protection.outlook.com [104.47.41.72]) by dpdk.org (Postfix) with ESMTP id 2B51B1B615 for ; Wed, 18 Oct 2017 11:06:22 +0200 (CEST) Content-Disposition: inline In-Reply-To: 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 Wed, Oct 18, 2017 at 08:48:57AM +0000, Mcnamara, John wrote: > > > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pavan Nikhilesh > > Sent: Tuesday, October 17, 2017 9:53 AM > > To: santosh.shukla@caviumnetworks.com; jerin.jacob@caviumnetworks.com > > Cc: dev@dpdk.org; Pavan Nikhilesh > > Subject: [dpdk-dev] [PATCH 3/3] doc: add event octeontx Rx adapter > > limitation > > > > Add limitaion when using eth_octeontx as Rx adapter with event_octeontx. > > > > Signed-off-by: Pavan Nikhilesh > > --- > > doc/guides/eventdevs/octeontx.rst | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/doc/guides/eventdevs/octeontx.rst > > b/doc/guides/eventdevs/octeontx.rst > > index b43d515..4412bfa 100644 > > --- a/doc/guides/eventdevs/octeontx.rst > > +++ b/doc/guides/eventdevs/octeontx.rst > > @@ -149,3 +149,8 @@ Burst mode support > > Burst mode is not supported. Dequeue and Enqueue functions accepts only > > single event at a time. > > > > +Rx adapter support > > +~~~~~~~~~~~~~~~~~~ > > + > > +When eth_octeontx is used as Rx adapter event schedule type > > +RTE_SCHED_TYPE_PARALLEL is not supported. > > Note, for future patches, it is best to add fixed formatting to variable > names and #defines like this: `` RTE_SCHED_TYPE_PARALLEL``. That isn't > worth a respin though, so: > Thanks for the headsup. Will take care while sending future patches. -Pavan. > Acked-by: John McNamara > >