[dpdk-dev,v7,21/22] doc: add SW eventdev PMD to 17.05 release notes

Message ID 1490902250-32164-22-git-send-email-harry.van.haaren@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Jerin Jacob
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Van Haaren, Harry March 30, 2017, 7:30 p.m. UTC
  Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>
---
 doc/guides/rel_notes/release_17_05.rst | 7 +++++++
 1 file changed, 7 insertions(+)
  

Comments

Hunt, David March 31, 2017, 12:23 p.m. UTC | #1
On 30/3/2017 8:30 PM, Harry van Haaren wrote:
> Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>
> ---
>   doc/guides/rel_notes/release_17_05.rst | 7 +++++++
>   1 file changed, 7 insertions(+)
>
> diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst
> index 918f483..a5b8351 100644
> --- a/doc/guides/rel_notes/release_17_05.rst
> +++ b/doc/guides/rel_notes/release_17_05.rst
> @@ -76,6 +76,13 @@ EAL
>   Drivers
>   ~~~~~~~
>   
> +* **Added Software Eventdev PMD.**
> +
> +  Added support for the software eventdev PMD. The software eventdev is a
> +  software based scheduler device that implements the eventdev API. This
> +  PMD allows an application to configure a pipeline using the eventdev
> +  library, and run the scheduling workload on a CPU core.
> +
>   
>   Libraries
>   ~~~~~~~~~

Acked-by: David Hunt <david.hunt@intel.com>
  
Jerin Jacob March 31, 2017, 2:45 p.m. UTC | #2
On Thu, Mar 30, 2017 at 08:30:49PM +0100, Harry van Haaren wrote:
> Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>
> ---
>  doc/guides/rel_notes/release_17_05.rst | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst
> index 918f483..a5b8351 100644
> --- a/doc/guides/rel_notes/release_17_05.rst
> +++ b/doc/guides/rel_notes/release_17_05.rst
> @@ -76,6 +76,13 @@ EAL
>  Drivers
>  ~~~~~~~

The note is coming in "Resolved Issues". It should come in "New
Features".

No need to send the whole patch. I will fix it on apply.

>  
> +* **Added Software Eventdev PMD.**
> +
> +  Added support for the software eventdev PMD. The software eventdev is a
> +  software based scheduler device that implements the eventdev API. This
> +  PMD allows an application to configure a pipeline using the eventdev
> +  library, and run the scheduling workload on a CPU core.
> +
>  
>  Libraries
>  ~~~~~~~~~
> -- 
> 2.7.4
>
  

Patch

diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst
index 918f483..a5b8351 100644
--- a/doc/guides/rel_notes/release_17_05.rst
+++ b/doc/guides/rel_notes/release_17_05.rst
@@ -76,6 +76,13 @@  EAL
 Drivers
 ~~~~~~~
 
+* **Added Software Eventdev PMD.**
+
+  Added support for the software eventdev PMD. The software eventdev is a
+  software based scheduler device that implements the eventdev API. This
+  PMD allows an application to configure a pipeline using the eventdev
+  library, and run the scheduling workload on a CPU core.
+
 
 Libraries
 ~~~~~~~~~