From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9C0C9A034F; Wed, 31 Mar 2021 19:33:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1ED24140F1F; Wed, 31 Mar 2021 19:33:46 +0200 (CEST) Received: from mail-io1-f52.google.com (mail-io1-f52.google.com [209.85.166.52]) by mails.dpdk.org (Postfix) with ESMTP id C2A8D140F1D for ; Wed, 31 Mar 2021 19:33:44 +0200 (CEST) Received: by mail-io1-f52.google.com with SMTP id b10so20948012iot.4 for ; Wed, 31 Mar 2021 10:33:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=O9FEHRiDCIRQNALAauQh42d/ox48u68+gWpO2MInl2E=; b=k+mEzpkEMkgeYyOSyCkE2jrie/pA9PeCjj3r4xX5VLKwsumxufYulVha6fWn8QAfDC 3InSP1RQor7cnj47fFBI40JJXQYXtsZqotlTZH0vFD9fpDh+FZkCH0HmaI0PKd4dAdCe 9lCPjWu2b9HoTbU12xJ5AumMeKDHMpH879+XrLe9coMqspcvUk5cQxiAygjCyuYijQcL x/Uhgj1K6vkIBCTSwTD89L8nkPP+kKXZjWtsfuLqxJg7OhOiplpJw+DvNH6NUTBR2WAR ln7lRiFqJIb+2VODsWuqhCIXllsqcSLDtRkeKZKMlTFXK1EqKQrx9LrOOsl3sKkcxQWo jxVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=O9FEHRiDCIRQNALAauQh42d/ox48u68+gWpO2MInl2E=; b=rV8e3JZog9N9pttgzBorqFsW0OYcX1rq63SqlVLSakuTyzEAVN4n2Ph/hyfXeqjc2J kYR1IYab4TOOVi6hBBxPFpYteVC6Bedg23y29ZH0CwbGHVKEc4ppofGZA8SK8kcCEGeu hDH2vq6UKpnNeC42kEZZsGicnh7JkBcPohPR7G2N2SEzh+gRgDA+Bv8LNNTF+TNTLmhK 508tOGsOm67RFwSXnekUaTawJoSJmlc1yk7X2QBqQVZMl8Q4u4nVyPZ9w/5wr48RSz1D JcEtGacqoJ8H2ybB+zXLgYJnDBqUzBnHGqXczYrGK/8NG8nNk/lmRDeWQp1bkBqPsMn8 v5Ug== X-Gm-Message-State: AOAM531xXmM5klH2AoVCJmB2KE9c95aa5PvZyF4QRI46HCEyY/84qvx6 Is0b31OeOwQSAl18HHxp7iSA7WeyjX07VPKV6TY= X-Google-Smtp-Source: ABdhPJwyhfB32SFP9DJzZj2XhNlZB8jzwc79bHpqLn/iYrdv3kaUb4o6ymX3PHLNpAuu0ohar+SSJG+ARa1NDms5E2E= X-Received: by 2002:a6b:3bc7:: with SMTP id i190mr3311080ioa.163.1617212024037; Wed, 31 Mar 2021 10:33:44 -0700 (PDT) MIME-Version: 1.0 References: <20210331172320.29130-1-ndabilpuram@marvell.com> In-Reply-To: <20210331172320.29130-1-ndabilpuram@marvell.com> From: Jerin Jacob Date: Wed, 31 Mar 2021 23:03:28 +0530 Message-ID: To: Nithin Dabilpuram Cc: dpdk-dev , Jan Viktorin , Ruifeng Wang , Honnappa Nagarahalli , Jerin Jacob , Sunil Kumar Kori , Satha Koteswara Rao Kottidi , Pavan Nikhilesh , Kiran Kumar K , Satheesh Paul , Ashwin Sekhar Thalakalath Kottilveetil Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] config/arm: add support for Marvell CN10K X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list 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 Wed, Mar 31, 2021 at 10:53 PM Nithin Dabilpuram wrote: > > From: Pavan Nikhilesh > > Add config support to cross compile for Marvell CN10K SoC. > Marvell CN10K SoC is based on ARM Neoverse N2 cores. cores->core > > Signed-off-by: Nithin Dabilpuram > Signed-off-by: Pavan Nikhilesh With the above change: Acked-by: Jerin Jacob > --- > config/arm/arm64_cn10k_linux_gcc | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > create mode 100644 config/arm/arm64_cn10k_linux_gcc > > diff --git a/config/arm/arm64_cn10k_linux_gcc b/config/arm/arm64_cn10k_linux_gcc > new file mode 100644 > index 0000000..4f8e7cb > --- /dev/null > +++ b/config/arm/arm64_cn10k_linux_gcc > @@ -0,0 +1,20 @@ > +[binaries] > +c = 'aarch64-linux-gnu-gcc' > +cpp = 'aarch64-linux-gnu-cpp' > +ar = 'aarch64-linux-gnu-gcc-ar' > +strip = 'aarch64-linux-gnu-strip' > +pkgconfig = 'aarch64-linux-gnu-pkg-config' > +pcap-config = '' > + > +[host_machine] > +system = 'linux' > +cpu_family = 'aarch64' > +cpu = 'armv8.6-a' > +endian = 'little' > + > +[properties] > +implementer_id = '0x41' > +part_number = '0xd49' > +max_lcores = 36 > +max_numa_nodes = 1 > +numa = false > -- > 2.8.4 >