> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Pavan Nikhilesh > Sent: Tuesday, October 17, 2017 9:53 AM > To: [email protected]; [email protected] > Cc: [email protected]; Pavan Nikhilesh <[email protected]> > 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 <[email protected]> > --- > 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: Acked-by: John McNamara <[email protected]>

