Re: [dpdk-dev] [PATCH v4 3/3] doc: add eventdev library to programmers guide

2017-06-30 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of David Hunt > Sent: Thursday, June 29, 2017 4:50 PM > To: dev@dpdk.org > Cc: jerin.ja...@caviumnetworks.com; Van Haaren, Harry > > Subject: [dpdk-dev] [PATCH v4 3/3] doc: add eventdev lib

[dpdk-dev] [PATCH v4 3/3] doc: add eventdev library to programmers guide

2017-06-29 Thread David Hunt
From: Harry van Haaren 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 E