DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: Anoob Joseph <anoobj@marvell.com>
Cc: "Honnappa Nagarahalli" <honnappa.nagarahalli@arm.com>,
	"Juraj Linkeš" <juraj.linkes@pantheon.tech>,
	dev@dpdk.org, david.marchand@redhat.com,
	"Jerin Jacob" <jerinj@marvell.com>,
	nd@arm.com, "Pavan Nikhilesh" <pbhagavatula@marvell.com>,
	"Ruifeng Wang" <ruifeng.wang@arm.com>,
	wathsala.vithanage@arm.com, dev@dpdk.org
Subject: Re: [PATCH v3] config/arm: add Marvell Odyssey
Date: Wed, 06 Mar 2024 16:42:37 +0100	[thread overview]
Message-ID: <2088374.K71DO8KEF6@thomas> (raw)
In-Reply-To: <20240306055029.424-1-anoobj@marvell.com>

06/03/2024 06:50, Anoob Joseph:
> --- /dev/null
> +++ b/config/arm/arm64_odyssey_linux_gcc
> @@ -0,0 +1,17 @@
> +[binaries]
> +c = ['ccache', 'aarch64-marvell-linux-gnu-gcc']
> +cpp = ['ccache', 'aarch64-marvell-linux-gnu-g++']
> +ar = 'aarch64-marvell-linux-gnu-gcc-ar'
> +strip = 'aarch64-marvell-linux-gnu-strip'
> +pkgconfig = 'aarch64-linux-gnu-pkg-config'
> +
> +[host_machine]
> +system = 'linux'
> +cpu_family = 'aarch64'
> +cpu = 'armv9-a'
> +endian = 'little'
> +
> +[properties]
> +platform = 'odyssey'
> +
> +[built-in options]

This section is empty and has never been used in the past,
so I suppose I can remove it.

> --- a/config/arm/meson.build
> +++ b/config/arm/meson.build
> +soc_odyssey = {
> +    'description': 'Marvell Odyssey',
> +    'implementer': '0x41',
> +    'part_number': '0xd4f',
> +    'extra_march_features': ['crypto'],
> +    'numa': false,
> +    'flags': [
> +        ['RTE_MAX_LCORE', 80],
> +        ['RTE_MAX_NUMA_NODES', 1],
> +        ['RTE_MEMPOOL_ALIGN', 128],
> +    ],
> +}

Applied, thanks.



      reply	other threads:[~2024-03-06 15:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-05 10:17 [PATCH] " Anoob Joseph
2024-03-05 11:13 ` [PATCH v2] " Anoob Joseph
2024-03-06  2:37   ` Ruifeng Wang
2024-03-06  3:19   ` Honnappa Nagarahalli
2024-03-06  4:41     ` Anoob Joseph
2024-03-06  5:00       ` Honnappa Nagarahalli
2024-03-06  5:03   ` Honnappa Nagarahalli
2024-03-06  5:50   ` [PATCH v3] " Anoob Joseph
2024-03-06 15:42     ` Thomas Monjalon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2088374.K71DO8KEF6@thomas \
    --to=thomas@monjalon.net \
    --cc=anoobj@marvell.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=honnappa.nagarahalli@arm.com \
    --cc=jerinj@marvell.com \
    --cc=juraj.linkes@pantheon.tech \
    --cc=nd@arm.com \
    --cc=pbhagavatula@marvell.com \
    --cc=ruifeng.wang@arm.com \
    --cc=wathsala.vithanage@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).