-----Original Message----- > Date: Fri, 15 Dec 2017 11:26:24 +0000 > From: Liang Ma <liang.j...@intel.com> > To: jerin.ja...@caviumnetworks.com > CC: dev@dpdk.org, harry.van.haa...@intel.com, bruce.richard...@intel.com, > deepak.k.j...@intel.com, john.ge...@intel.com, peter.mccar...@intel.com, > sea...@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...@intel.com> > Signed-off-by: Peter, Mccarthy <peter.mccar...@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.