> From: Ma, Liang J > Sent: Tuesday, January 9, 2018 2:19 PM > To: jerin.ja...@caviumnetworks.com > Cc: dev@dpdk.org; Van Haaren, Harry <harry.van.haa...@intel.com>; > Richardson, Bruce <bruce.richard...@intel.com>; Jain, Deepak K > <deepak.k.j...@intel.com>; Geary, John <john.ge...@intel.com>; Mccarthy, > Peter <peter.mccar...@intel.com>; sea...@gmail.com > Subject: [RFC v6 PATCH 00/12] event: 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 which packets follow is determinted by the order in which > queues are set up. Packets are left on the ring until they are transmitted. > As a result packets do not go out of order.
<snip OPDL details> > ChangeLog: > [v6] > 1. fix lib/librte_eventdev/rte_eventdev.h typo > [v5] > 1. re-work the patch structure. > 2. fix the git-log typo. fix checkpatch warning. > 3. update the SPDX license. > [v4] > 1. fix 2 coding style issue > [v3] > 1. add dynamic log support. > 2. update maintainer, release notes. > 3. fix issues with review comments. > > [v2] > 1. merge the opdl eventdev unit test code into opdl pmd. > 2. propose three new capability capability flags for overall eventdev. > 3. remove the opdl pmd example code. > 4. remove the opdl pmd example doc. > > > Liang Ma (12): > event/opdl: add the opdl ring infrastructure library > event/opdl: add opdl PMD main body and helper function > event/opdl: add event queue config get/set support > event/opdl: add event port config get/set support > event/opdl: add eventdev enqueue/dequeue support > event/opdl: opdl eventdev PMD unit test function > event/opdl: extend the eventdev capability flags > event/dpaa2: apply the three new capability flags > event/octeontx: apply the three new capability flags > event/sw: apply the three new capability flags > doc: update 18.02 release notes and maintainers info > doc: add eventdev opdl PMD guide <snip file changes> Checked doc html, compiled between patches, this patchset looks good to me! Series-Acked-by: Harry van Haaren <harry.van.haa...@intel.com>