From: Honnappa Nagarahalli <Honnappa.Nagarahalli@arm.com>
To: Anoob Joseph <anoobj@marvell.com>
Cc: "Juraj Linkeš" <juraj.linkes@pantheon.tech>,
"thomas@monjalon.net" <thomas@monjalon.net>,
"David Marchand" <david.marchand@redhat.com>,
"jerinj@marvell.com" <jerinj@marvell.com>, nd <nd@arm.com>,
"Pavan Nikhilesh" <pbhagavatula@marvell.com>,
"Ruifeng Wang" <Ruifeng.Wang@arm.com>,
"Wathsala Wathawana Vithanage" <wathsala.vithanage@arm.com>,
"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [PATCH] config/arm: sort in alphabetical order
Date: Thu, 7 Mar 2024 14:03:22 +0000 [thread overview]
Message-ID: <3C83AC43-C37C-4300-B947-BD2E4D84C52F@arm.com> (raw)
In-Reply-To: <20240307060210.114-1-anoobj@marvell.com>
> On Mar 7, 2024, at 12:02 AM, Anoob Joseph <anoobj@marvell.com> wrote:
>
> Move 'soc_cn9k' above 'soc_cn10k' to have the list alphabetically
> sorted.
>
> Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Thank you
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
> ---
> config/arm/meson.build | 20 ++++++++++----------
> 1 file changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/config/arm/meson.build b/config/arm/meson.build
> index 0c24aa8293..3f5fb0f242 100644
> --- a/config/arm/meson.build
> +++ b/config/arm/meson.build
> @@ -382,6 +382,16 @@ soc_centriq2400 = {
> 'numa': false
> }
>
> +soc_cn9k = {
> + 'description': 'Marvell OCTEON 9',
> + 'implementer': '0x43',
> + 'part_number': '0xb2',
> + 'numa': false,
> + 'flags': [
> + ['RTE_IOVA_IN_MBUF', 0]
> + ]
> +}
> +
> soc_cn10k = {
> 'description' : 'Marvell OCTEON 10',
> 'implementer' : '0x41',
> @@ -516,16 +526,6 @@ soc_odyssey = {
> ],
> }
>
> -soc_cn9k = {
> - 'description': 'Marvell OCTEON 9',
> - 'implementer': '0x43',
> - 'part_number': '0xb2',
> - 'numa': false,
> - 'flags': [
> - ['RTE_IOVA_IN_MBUF', 0]
> - ]
> -}
> -
> soc_stingray = {
> 'description': 'Broadcom Stingray',
> 'implementer': '0x41',
> --
> 2.25.1
>
next prev parent reply other threads:[~2024-03-07 14:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-07 6:02 Anoob Joseph
2024-03-07 7:36 ` Morten Brørup
2024-03-07 14:03 ` Honnappa Nagarahalli [this message]
2024-03-07 15:43 ` Thomas Monjalon
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=3C83AC43-C37C-4300-B947-BD2E4D84C52F@arm.com \
--to=honnappa.nagarahalli@arm.com \
--cc=Ruifeng.Wang@arm.com \
--cc=anoobj@marvell.com \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=jerinj@marvell.com \
--cc=juraj.linkes@pantheon.tech \
--cc=nd@arm.com \
--cc=pbhagavatula@marvell.com \
--cc=thomas@monjalon.net \
--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).