From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v2 3/8] event/opdl: add the opdl pmd main body and xstats helper function Date: Sat, 16 Dec 2017 17:39:38 +0530 Message-ID: <20171216120937.GA15284@jerin> References: <1513337189-137661-1-git-send-email-liang.j.ma@intel.com> <1513337189-137661-4-git-send-email-liang.j.ma@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, harry.van.haaren@intel.com, bruce.richardson@intel.com, deepak.k.jain@intel.com, john.geary@intel.com, peter.mccarthy@intel.com, seanbh@gmail.com To: Liang Ma Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0066.outbound.protection.outlook.com [104.47.34.66]) by dpdk.org (Postfix) with ESMTP id 8CDB5E5D for ; Sat, 16 Dec 2017 13:10:05 +0100 (CET) Content-Disposition: inline In-Reply-To: <1513337189-137661-4-git-send-email-liang.j.ma@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Fri, 15 Dec 2017 11:26:24 +0000 > From: Liang Ma > To: jerin.jacob@caviumnetworks.com > CC: dev@dpdk.org, harry.van.haaren@intel.com, bruce.richardson@intel.com, > deepak.k.jain@intel.com, john.geary@intel.com, peter.mccarthy@intel.com, > seanbh@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 > Signed-off-by: Peter, Mccarthy 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.