Re: [PATCH v6 11/12] doc: update 18.02 release notes and maintainers info
From: Kovacevic, Marko <hidden>
Date: 2018-01-10 10:38:17
Signed-off-by: Liang Ma <redacted> Signed-off-by: Peter Mccarthy <redacted>
quoted hunk ↗ jump to hunk
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.rstb/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 latencyrequirements. + 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 <redacted>