From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 1/6] drivers/common: add mvep common code for MRVL PMDs Date: Fri, 24 Aug 2018 17:45:48 +0100 Message-ID: <5479e179-8355-3304-9e43-cdabca6775cd@intel.com> References: <1535113006-9393-1-git-send-email-tdu@semihalf.com> <1535122494-30249-1-git-send-email-tdu@semihalf.com> <1535122494-30249-2-git-send-email-tdu@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: nsamsono@marvell.com, mw@semihalf.com, Liron Himi To: Tomasz Duszynski , dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id E6FAA7D34 for ; Fri, 24 Aug 2018 18:45:51 +0200 (CEST) In-Reply-To: <1535122494-30249-2-git-send-email-tdu@semihalf.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 8/24/2018 3:54 PM, Tomasz Duszynski wrote: > From: Liron Himi > > Add MVEP (Marvell Embedded Processors) to drivers/common which > will keep code reused by current and future MRVL PMDs. > Right now we have only common DMA memory initialization routines there. > > Signed-off-by: Liron Himi > Signed-off-by: Tomasz Duszynski > Reviewed-by: Natalie Samsonov <...> > @@ -0,0 +1,6 @@ > +DPDK_18.08 { DPDK_18.11 > + global: > + > + rte_mvep_init; > + rte_mvep_deinit; > +};