From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 3/3] doc: add eventdev library to programmers guide Date: Fri, 21 Apr 2017 12:14:41 +0100 Message-ID: <20170421111441.GA51436@bricha3-MOBL3.ger.corp.intel.com> References: <1492768299-84016-1-git-send-email-harry.van.haaren@intel.com> <1492768299-84016-4-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com To: Harry van Haaren Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 9F0BC2BAE for ; Fri, 21 Apr 2017 13:14:46 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1492768299-84016-4-git-send-email-harry.van.haaren@intel.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" On Fri, Apr 21, 2017 at 10:51:39AM +0100, Harry van Haaren wrote: > This commit adds an entry in the programmers guide > explaining the eventdev library. > > The rte_event struct, queues and ports are explained. > An API walktrough of a simple two stage atomic pipeline > provides the reader with a step by step overview of the > expected usage of the Eventdev API. > > Signed-off-by: Harry van Haaren > --- > doc/guides/prog_guide/eventdev.rst | 365 ++++++++++ > doc/guides/prog_guide/img/eventdev_usage.svg | 994 +++++++++++++++++++++++++++ > doc/guides/prog_guide/index.rst | 1 + > 3 files changed, 1360 insertions(+) > create mode 100644 doc/guides/prog_guide/eventdev.rst > create mode 100644 doc/guides/prog_guide/img/eventdev_usage.svg > Hi Harry, I think this should be a separate patch, since it is suitable for inclusion in 17.05, rather than 17.08 for the new sample app. /Bruce