From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v3 11/12] doc: update eventdev OcteonTx documentation Date: Sun, 8 Apr 2018 13:43:27 +0530 Message-ID: <20180408081325.GG6880@jerin> References: <20180216213700.3415-1-pbhagavatula@caviumnetworks.com> <20180403150514.24201-1-pbhagavatula@caviumnetworks.com> <20180403150514.24201-12-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: santosh.shukla@caviumnetworks.com, erik.g.carrillo@intel.com, dev@dpdk.org To: Pavan Nikhilesh Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0072.outbound.protection.outlook.com [104.47.42.72]) by dpdk.org (Postfix) with ESMTP id A73F51B65C for ; Sun, 8 Apr 2018 10:13:54 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180403150514.24201-12-pbhagavatula@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Tue, 3 Apr 2018 20:35:13 +0530 > From: Pavan Nikhilesh > To: jerin.jacob@caviumnetworks.com, santosh.shukla@caviumnetworks.com, > erik.g.carrillo@intel.com > Cc: dev@dpdk.org, Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v3 11/12] doc: update eventdev OcteonTx > documentation > X-Mailer: git-send-email 2.16.3 > > Signed-off-by: Pavan Nikhilesh > --- > 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/ > > 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. You could add the RTE_EVENT_TIMER_ADAPTER_EXT_CLK0.. RTE_EVENT_TIMER_ADAPTER_EXT_CLK3 platform mapping here. With above changes: Acked-by: Jerin Jacob > -- > 2.16.3 >