From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) by dpdk.org (Postfix) with ESMTP id 2B06D5A5E for ; Mon, 9 May 2016 10:20:04 +0200 (CEST) Received: by mail-pa0-f42.google.com with SMTP id xk12so70636243pac.0 for ; Mon, 09 May 2016 01:20:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mvista-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=lFXLP4SpQC9L++uXWDzrVDY9rWiHRfEnICw4UG/FOuw=; b=eCO0YsE+CNUzmGCUJD0iHmMhKGEOYZb4PgQ59/lNtympvih9JSKD4XM8r0fggUohmB n4zols3QeWVW3FHi6R4xAr8nYbo0qR6FD+cC6Q4hyEfw9N67MaH47AdKO6Y5W28q0YGw Y3MPlMIKqaJWogb703gF08MwYohnv7XIXTbShQnF8fwtqTPd7991GVB7YdHrmaa5h61C KeF0BaNrIYV+FY3uB43MPLp1Re2oVGHZFEOlDGNvqxbPWpc3yXm0720RC7h+cW1k1pK3 //iICBrDJbHp9WspsCIRxuhsg590Na2nBdMmppwy2dqm/xRat35FGeO9bsAhykyzCC+S 95uA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=lFXLP4SpQC9L++uXWDzrVDY9rWiHRfEnICw4UG/FOuw=; b=ddnh3H5VCsloE5HPBYxc12xIg6uhH0LFDRCts8Ot6RGfVbI0MwfZx7+7QVyX97mjtU l+5b3STYz650sK70MfGwqs4pN7zQmi0jEKxkQ/CK1qzq+Bq2E118WcFmtgmoAKNzwFlE ID8GvCyrVvEbPQEXUMcDZznZudcTOnacynUFTFJMFXyQ6Lnpw37EMKUi/AijUPVPQj0R rQ0FKlqPEATjKZ43pc4NfNc/sTAtR7eVd4ARA3lWn1Errj48Z2A2fXN6Yr1Ck+UJauNd uoDCcuI7oRji26ReeMogXzgQILAeWV5i9CGRlugm9GImwF8qjDKStBj8wXn+jof5n/EQ ctjg== X-Gm-Message-State: AOPr4FW3NjtboIba9pEm7DDLh5KyAjJiApaZgaw0GXQtETwEqxtzbNm5a4Sn8WRVoYYwHNUEhbslmDbLEwlUjZ+a MIME-Version: 1.0 X-Received: by 10.66.194.230 with SMTP id hz6mr48695287pac.132.1462782003363; Mon, 09 May 2016 01:20:03 -0700 (PDT) Received: by 10.66.23.130 with HTTP; Mon, 9 May 2016 01:20:03 -0700 (PDT) In-Reply-To: <1462801702-30918-1-git-send-email-hemant.agrawal@nxp.com> References: <1462801702-30918-1-git-send-email-hemant.agrawal@nxp.com> Date: Mon, 9 May 2016 13:50:03 +0530 Message-ID: From: Santosh Shukla To: Hemant Agrawal Cc: dpdk , "Shukla, Santosh" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH] mk: Introduce NXP dpaa2 architecture based on armv8-a X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2016 08:20:04 -0000 On Mon, May 9, 2016 at 7:18 PM, Hemant Agrawal wrote: > This patch introduces dpaa2 machine target to address difference > in cpu parameter, number of core to 8 and no numa support > w.r.t default armv8-a machine > > Signed-off-by: Hemant Agrawal > --- > config/defconfig_arm64-dpaa2-linuxapp-gcc | 44 +++++++++++++++++++++++ > mk/machine/dpaa2/rte.vars.mk | 60 > +++++++++++++++++++++++++++++++ > mk/rte.module.mk | 5 +++ > 3 files changed, 109 insertions(+) > create mode 100644 config/defconfig_arm64-dpaa2-linuxapp-gcc > create mode 100644 mk/machine/dpaa2/rte.vars.mk > > diff --git a/config/defconfig_arm64-dpaa2-linuxapp-gcc > b/config/defconfig_arm64-dpaa2-linuxapp-gcc > new file mode 100644 > index 0000000..80bda26 > --- /dev/null > +++ b/config/defconfig_arm64-dpaa2-linuxapp-gcc > @@ -0,0 +1,44 @@ > +# BSD LICENSE > +# > +# Copyright(c) 2016 Freescale Semiconductor, Inc. All rights reserved. > +# > +# Redistribution and use in source and binary forms, with or without > +# modification, are permitted provided that the following conditions > +# are met: > +# > +# * Redistributions of source code must retain the above copyright > +# notice, this list of conditions and the following disclaimer. > +# * Redistributions in binary form must reproduce the above copyright > +# notice, this list of conditions and the following disclaimer in > +# the documentation and/or other materials provided with the > +# distribution. > +# * Neither the name of Freescale Semiconductor nor the names of its > +# contributors may be used to endorse or promote products derived > +# from this software without specific prior written permission. > +# > +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS > +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT > +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR > +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT > +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, > +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT > +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, > +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY > +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT > +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE > +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > +# > + > +#include "defconfig_arm64-armv8a-linuxapp-gcc" > + > +# NXP (Freescale) - Soc Architecture with WRIOP and QBMAN support > +CONFIG_RTE_MACHINE="dpaa2" > +CONFIG_RTE_ARCH_ARM_TUNE="cortex-a57+fp+simd" > + > +# > +# Compile Environment Abstraction Layer > +# > +CONFIG_RTE_MAX_LCORE=8 > +CONFIG_RTE_MAX_NUMA_NODES=1 > +CONFIG_RTE_EAL_IGB_UIO=n > +CONFIG_RTE_EAL_VFIO=y > by default _VFIO=y enabled in common_linuxapp, no need to keep here...