> -----Original Message----- > From: Pavan Nikhilesh [mailto:[email protected]] > Sent: Tuesday, April 3, 2018 10:05 AM > To: [email protected]; > [email protected]; Carrillo, Erik G > <[email protected]> > Cc: [email protected]; Pavan Nikhilesh <[email protected]> > Subject: [dpdk-dev] [PATCH v3 11/12] doc: update eventdev OcteonTx > documentation > > Signed-off-by: Pavan Nikhilesh <[email protected]> > --- > doc/guides/eventdevs/octeontx.rst | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/doc/guides/eventdevs/octeontx.rst > b/doc/guides/eventdevs/octeontx.rst > index 4fabe54f9..f4f5473fd 100644 > --- a/doc/guides/eventdevs/octeontx.rst > +++ b/doc/guides/eventdevs/octeontx.rst > @@ -28,6 +28,9 @@ Features of the OCTEONTX SSOVF PMD are: > - Open system with configurable amount of outstanding events > - HW accelerated dequeue timeout support to enable power management > - SR-IOV VF > +- HW managed event timers support through TIMVF, with high precision > +and > + time granularity of 1us. > +- Upto 64 event timer adapters. s/Upto/Up to/
Thanks, Gabriel > > Supported OCTEONTX SoCs > ----------------------- > @@ -110,3 +113,9 @@ Rx adapter support > > When eth_octeontx is used as Rx adapter event schedule type > ``RTE_SCHED_TYPE_PARALLEL`` is not supported. > + > +Event timer adapter support > +~~~~~~~~~~~~~~~~~~~~~~~~~~~ > + > +When timvf is used as Event timer adapter event schedule type > +``RTE_SCHED_TYPE_PARALLEL`` is not supported. > -- > 2.16.3

