DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: add eventdev library to 17.05 release notes
@ 2017-03-31 14:20 Jerin Jacob
  2017-03-31 14:54 ` Van Haaren, Harry
  0 siblings, 1 reply; 3+ messages in thread
From: Jerin Jacob @ 2017-03-31 14:20 UTC (permalink / raw)
  To: dev
  Cc: thomas.monjalon, bruce.richardson, harry.van.haaren,
	hemant.agrawal, gage.eads, nipun.gupta, santosh.shukla,
	Jerin Jacob

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
 doc/guides/rel_notes/release_17_05.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst
index 918f483..8cad9328 100644
--- a/doc/guides/rel_notes/release_17_05.rst
+++ b/doc/guides/rel_notes/release_17_05.rst
@@ -49,6 +49,24 @@ New Features
 
   sPAPR IOMMU based pci probing enabled for vfio-pci devices.
 
+* **Added event driven programming model library (rte_eventdev).**
+
+  This API introduces event driven programming model.
+
+  In a polling model, lcores poll ethdev ports and associated
+  rx queues directly to look for packet. In an event driven model,
+  by contrast, lcores call the scheduler that selects packets for
+  them based on programmer-specified criteria. Eventdev library
+  adds support for event driven programming model, which offer
+  applications automatic multicore scaling, dynamic load balancing,
+  pipelining, packet ingress order maintenance and
+  synchronization services to simplify application packet processing.
+
+  By introducing event driven programming model, DPDK can support
+  both polling and event driven programming models for packet processing,
+  and applications are free to choose whatever model
+  (or combination of the two) that best suits their needs.
+
 Resolved Issues
 ---------------
 
-- 
2.5.5

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: add eventdev library to 17.05 release notes
  2017-03-31 14:20 [dpdk-dev] [PATCH] doc: add eventdev library to 17.05 release notes Jerin Jacob
@ 2017-03-31 14:54 ` Van Haaren, Harry
  2017-04-01 11:22   ` Jerin Jacob
  0 siblings, 1 reply; 3+ messages in thread
From: Van Haaren, Harry @ 2017-03-31 14:54 UTC (permalink / raw)
  To: Jerin Jacob, dev
  Cc: thomas.monjalon, Richardson, Bruce, hemant.agrawal, Eads, Gage,
	nipun.gupta, santosh.shukla

> From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com]
> Sent: Friday, March 31, 2017 3:20 PM
> To: dev@dpdk.org
> Cc: thomas.monjalon@6wind.com; Richardson, Bruce <bruce.richardson@intel.com>; Van Haaren,
> Harry <harry.van.haaren@intel.com>; hemant.agrawal@nxp.com; Eads, Gage <gage.eads@intel.com>;
> nipun.gupta@nxp.com; santosh.shukla@caviumnetworks.com--thread; Jerin Jacob
> <jerin.jacob@caviumnetworks.com>
> Subject: [dpdk-dev] [PATCH] doc: add eventdev library to 17.05 release notes
> 
> Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>


Nit Pick;
Title in past tense (correct)

Some sentences in body in current-tense "This API introduces ...",
which I belive should be "This API introduced ..."

s/ "Eventdev library adds" / "Eventdev library added"


Content reads well, perhaps fix above on apply;

Acked-by: Harry van Haaren <harry.van.haaren@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: add eventdev library to 17.05 release notes
  2017-03-31 14:54 ` Van Haaren, Harry
@ 2017-04-01 11:22   ` Jerin Jacob
  0 siblings, 0 replies; 3+ messages in thread
From: Jerin Jacob @ 2017-04-01 11:22 UTC (permalink / raw)
  To: Van Haaren, Harry
  Cc: dev, thomas.monjalon, Richardson, Bruce, hemant.agrawal, Eads,
	Gage, nipun.gupta, santosh.shukla

On Fri, Mar 31, 2017 at 02:54:10PM +0000, Van Haaren, Harry wrote:
> > From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com]
> > Sent: Friday, March 31, 2017 3:20 PM
> > To: dev@dpdk.org
> > Cc: thomas.monjalon@6wind.com; Richardson, Bruce <bruce.richardson@intel.com>; Van Haaren,
> > Harry <harry.van.haaren@intel.com>; hemant.agrawal@nxp.com; Eads, Gage <gage.eads@intel.com>;
> > nipun.gupta@nxp.com; santosh.shukla@caviumnetworks.com--thread; Jerin Jacob
> > <jerin.jacob@caviumnetworks.com>
> > Subject: [dpdk-dev] [PATCH] doc: add eventdev library to 17.05 release notes
> > 
> > Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
> 
> 
> Nit Pick;
> Title in past tense (correct)
> 
> Some sentences in body in current-tense "This API introduces ...",
> which I belive should be "This API introduced ..."
> 
> s/ "Eventdev library adds" / "Eventdev library added"
> 
> 
> Content reads well, perhaps fix above on apply;
> 
> Acked-by: Harry van Haaren <harry.van.haaren@intel.com>

Applied to dpdk-next-eventdev/master with s/"Eventdev library adds" / "Eventdev library added"

Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-01 11:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-31 14:20 [dpdk-dev] [PATCH] doc: add eventdev library to 17.05 release notes Jerin Jacob
2017-03-31 14:54 ` Van Haaren, Harry
2017-04-01 11:22   ` Jerin Jacob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).