From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) by dpdk.org (Postfix) with ESMTP id 55F7F2C4F for ; Fri, 24 Aug 2018 14:49:31 +0200 (CEST) Received: by mail-lj1-f193.google.com with SMTP id y17-v6so6784398ljy.8 for ; Fri, 24 Aug 2018 05:49:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=l6VRQp1am6+DT3O/qM3VOcG48Ny/lssOEQ+PKblkrlc=; b=hBMIFi3aZ3blU96mnBesUAHhmBnlsSfJin8rDmU2hPsOQiVQMw320ox04ZisB75YFr pWpjGOqgC10qv626n2nfg9Kr+gUd52x7vC2DrdCc2p1SLfzjEvP92W0UN+RZw8Mj8mgf kSGe9EtJCrqQj5MclFlCDexT3I3xGgK0g4WELWiHeiIkV4UeVZDUdhSAbG8J6PiYk7gT 6Rrq6rd3sVd0Qz2lLY6vnu/+moeZf/cTZE5N1Q+FylSNDIVaR4j0ZuHOSma+UVtl4HEs eq3zo6hzjN6gsnZ/Z5uxLCDHEo6Fogyhay0wgrmsIJ6HA1iMVXZLZ1msRzUArK55oZ5A FTgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=l6VRQp1am6+DT3O/qM3VOcG48Ny/lssOEQ+PKblkrlc=; b=FQP9hFTb1P5H6eU9fqttprUNpYNoief44/66Z+Fze6nRbyTpgzzpWRW+6EFBERour6 VMPXlagKofmBt3VFh6laVldAiu4hmdxR5MTaAEHk9e/kJ8Kq+DhmVURiT7Va2i4DOvzK XEv08LiPVvOvC6/UGX0SKFndJI6kmzBIpFsJTlN4XNu4w2sU4j+fTE73i8X21H9cWCSo R0Lq5qyhMqLx6PSfbhzm5f3QQuSgiCjVtdANqTN79p+aUse3ozSTyYZAwRURvx8MDUIq 2dHiZfuXRHwgzvkI988L7aVwkVrWfflpxQA6lbe2x5cZn0EH+95NlyTyICusHlV9kwxd 1woA== X-Gm-Message-State: APzg51A4cKnSwKf9MvrP2Wmcx5NFpC+DlK1Zo0mMDOCxRyUio1Jf8tZF faLJDNGdRg68bP4UnOF9zep7QA== X-Google-Smtp-Source: ANB0VdaYjnvSaottAliP7r5RmJp77BTVx04wpfObKPdRWq65QJzVKR4zF0MwgVRh/Atdoi1wp6D/Ng== X-Received: by 2002:a2e:9883:: with SMTP id b3-v6mr1305496ljj.80.1535114970875; Fri, 24 Aug 2018 05:49:30 -0700 (PDT) Received: from localhost (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id u2-v6sm1200438ljg.55.2018.08.24.05.49.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Aug 2018 05:49:30 -0700 (PDT) Date: Fri, 24 Aug 2018 14:49:29 +0200 From: Tomasz Duszynski To: Ferruh Yigit Cc: Tomasz Duszynski , dev@dpdk.org, nsamsono@marvell.com, mw@semihalf.com, Liron Himi Message-ID: <20180824124929.GA12044@sh> References: <1535113006-9393-1-git-send-email-tdu@semihalf.com> <1535113006-9393-2-git-send-email-tdu@semihalf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: User-Agent: Mutt/1.5.23.1 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 1/6] drivers/common: add mvep common code for MRVL PMDs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2018 12:49:31 -0000 On Fri, Aug 24, 2018 at 01:32:47PM +0100, Ferruh Yigit wrote: > On 8/24/2018 1:16 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 > > --- > > config/common_base | 5 +++ > > devtools/test-build.sh | 2 ++ > > drivers/common/Makefile | 4 +++ > > drivers/common/meson.build | 2 +- > > drivers/common/mvep/Makefile | 38 +++++++++++++++++= ++++ > > drivers/common/mvep/meson.build | 19 +++++++++++ > > drivers/common/mvep/mvep_common.c | 45 +++++++++++++++++= ++++++++ > > drivers/common/mvep/rte_common_mvep_version.map | 6 ++++ > > drivers/common/mvep/rte_mvep_common.h | 20 +++++++++++ > > mk/rte.app.mk | 4 +++ > > 10 files changed, 144 insertions(+), 1 deletion(-) > > create mode 100644 drivers/common/mvep/Makefile > > create mode 100644 drivers/common/mvep/meson.build > > create mode 100644 drivers/common/mvep/mvep_common.c > > create mode 100644 drivers/common/mvep/rte_common_mvep_version.map > > create mode 100644 drivers/common/mvep/rte_mvep_common.h > > > > diff --git a/config/common_base b/config/common_base > > index 4bcbaf9..978592d 100644 > > --- a/config/common_base > > +++ b/config/common_base > > @@ -395,6 +395,11 @@ CONFIG_RTE_LIBRTE_BOND_DEBUG_ALB_L1=3Dn > > CONFIG_RTE_LIBRTE_PMD_FAILSAFE=3Dy > > > > # > > +# Compile Marvell Embedded Processors Common > > +# > > +CONFIG_RTE_LIBRTE_MVEP_COMMON=3Dn > > Do you need a new config option for common, why not enable it if one of t= he > consumers of common code enabled? Good point. Will rework that in v2. -- - Tomasz Duszy=C5=84ski