[dpdk-dev] [PATCH v2 3/8] event/opdl: add the opdl pmd main body and xstats helper function
Jerin Jacob
jerin.jacob at caviumnetworks.com
Sat Dec 16 13:09:38 CET 2017
-----Original Message-----
> Date: Fri, 15 Dec 2017 11:26:24 +0000
> From: Liang Ma <liang.j.ma at intel.com>
> To: jerin.jacob at caviumnetworks.com
> CC: dev at dpdk.org, harry.van.haaren at intel.com, bruce.richardson at intel.com,
> deepak.k.jain at intel.com, john.geary at intel.com, peter.mccarthy at intel.com,
> seanbh at gmail.com
> Subject: [PATCH v2 3/8] event/opdl: add the opdl pmd main body and xstats
> helper function
> X-Mailer: git-send-email 2.7.5
>
> This commit adds a OPDL implementation of the eventdev API. The
> implementation here is intended to enable the community to use
> the OPDL infrastructure under eventdev API.
>
> The main components of the implementation is three files:
> - opdl_evdev.c Creation, configuration, etc
> - opdl_evdev_xstats.c helper function to support stats collection
>
> This commit only adds the implementation, no existing DPDK files
> are modified.
>
> Signed-off-by: Liang Ma <liang.j.ma at intel.com>
> Signed-off-by: Peter, Mccarthy <peter.mccarthy at intel.com>
Please split 2/8 and 3/8 patches to more logical grouping(logical
grouping based on the struct rte_eventdev_ops ops)
You can check the event_sw driver's initial git commits as reference.
More information about the dev
mailing list