[dpdk-dev,v6,11/12] doc: update 18.02 release notes and maintainers info

Message ID 1515507541-148466-12-git-send-email-liang.j.ma@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Jerin Jacob
Headers

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/Intel-compilation fail apply patch file failure

Commit Message

Liang, Ma Jan. 9, 2018, 2:19 p.m. UTC
  Signed-off-by: Liang Ma <liang.j.ma@intel.com>
Signed-off-by: Peter Mccarthy <peter.mccarthy@intel.com>
---
 MAINTAINERS                            |  6 ++++++
 doc/guides/rel_notes/release_18_02.rst | 11 +++++++++++
 2 files changed, 17 insertions(+)
  

Comments

Kovacevic, Marko Jan. 10, 2018, 10:38 a.m. UTC | #1
> Signed-off-by: Liang Ma <liang.j.ma@intel.com>
> Signed-off-by: Peter Mccarthy <peter.mccarthy@intel.com>

>  MAINTAINERS                            |  6 ++++++
>  doc/guides/rel_notes/release_18_02.rst | 11 +++++++++++
>  2 files changed, 17 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f0baeb4..1b8d617 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -700,6 +700,12 @@ F: doc/guides/eventdevs/sw.rst
>  F: examples/eventdev_pipeline_sw_pmd/
>  F: doc/guides/sample_app_ug/eventdev_pipeline_sw_pmd.rst
> 
> +Software Eventdev PMD
> +M: Liang Ma <liang.j.ma@intel.com>
> +M: Peter Mccarthy <peter.mccarthy@intel.com>
> +F: drivers/event/opdl/
> +F: doc/guides/eventdevs/opdl.rst
> +
> 
>  Packet processing
>  -----------------
> diff --git a/doc/guides/rel_notes/release_18_02.rst
> b/doc/guides/rel_notes/release_18_02.rst
> index 24b67bb..b2dc39c 100644
> --- a/doc/guides/rel_notes/release_18_02.rst
> +++ b/doc/guides/rel_notes/release_18_02.rst
> @@ -42,6 +42,17 @@ New Features
>       =========================================================
> 
> 
> +* **Added New eventdev OPDL PMD**
> +  The OPDL (Ordered Packet Distribution Library) eventdev is a specific
> +  implementation of the eventdev API. It is particularly suited to packet
> +  processing workloads that have high throughput and low latency
> requirements.
> +  All packets follow the same path through the device. The order in which
> +  packets  follow is determinted by the order in which queues are set up.
                                       ^^^^^^^^^^^
Small typo	          determined

Otherwise its good

Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index f0baeb4..1b8d617 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -700,6 +700,12 @@  F: doc/guides/eventdevs/sw.rst
 F: examples/eventdev_pipeline_sw_pmd/
 F: doc/guides/sample_app_ug/eventdev_pipeline_sw_pmd.rst
 
+Software Eventdev PMD
+M: Liang Ma <liang.j.ma@intel.com>
+M: Peter Mccarthy <peter.mccarthy@intel.com>
+F: drivers/event/opdl/
+F: doc/guides/eventdevs/opdl.rst
+
 
 Packet processing
 -----------------
diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst
index 24b67bb..b2dc39c 100644
--- a/doc/guides/rel_notes/release_18_02.rst
+++ b/doc/guides/rel_notes/release_18_02.rst
@@ -42,6 +42,17 @@  New Features
      =========================================================
 
 
+* **Added New eventdev OPDL PMD**
+  The OPDL (Ordered Packet Distribution Library) eventdev is a specific
+  implementation of the eventdev API. It is particularly suited to packet
+  processing workloads that have high throughput and low latency requirements.
+  All packets follow the same path through the device. The order in which
+  packets  follow is determinted by the order in which queues are set up.
+  Events are left on the ring until they are transmitted. As a result packets
+  do not go out of order.
+
+  With this change, application can use OPDL PMD by eventdev api.
+
 API Changes
 -----------