Signed-off-by: Liang Ma <liang.j...@intel.com> Signed-off-by: Peter Mccarthy <peter.mccar...@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...@intel.com> +M: Peter Mccarthy <peter.mccar...@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 ----------- -- 2.7.5