From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 21 Apr 2017 04:14:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,229,1488873600"; d="scan'208";a="90595167" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.133]) by orsmga005.jf.intel.com with SMTP; 21 Apr 2017 04:14:42 -0700 Received: by (sSMTP sendmail emulation); Fri, 21 Apr 2017 12:14:42 +0100 Date: Fri, 21 Apr 2017 12:14:41 +0100 From: Bruce Richardson To: Harry van Haaren Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com 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 Content-Disposition: inline In-Reply-To: <1492768299-84016-4-git-send-email-harry.van.haaren@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.0 (2017-02-23) Subject: Re: [dpdk-dev] [PATCH 3/3] doc: add eventdev library to programmers guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2017 11:14:47 -0000 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