* [dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number
@ 2021-02-08 14:44 Juraj Linkeš
2021-02-08 14:46 ` Juraj Linkeš
2021-02-10 10:02 ` Thomas Monjalon
0 siblings, 2 replies; 7+ messages in thread
From: Juraj Linkeš @ 2021-02-08 14:44 UTC (permalink / raw)
To: bruce.richardson, thomas, Ruifeng.Wang, Honnappa.Nagarahalli,
jerinjacobk, ferruh.yigit
Cc: dev, Juraj Linkeš
Rename the 'default' part number in clang cross-file to fix the
following issue:
config/arm/meson.build:238:2: ERROR: Problem encountered: Unsupported
part number default of implementer generic. Please add support for it or
use the generic (-Dmachine=generic) build.
Fixes: 3d01d65ba0d3 ("config: add aarch64 clang for Ubuntu 18.04")
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
---
config/arm/arm64_armv8_linux_clang_ubuntu1804 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/arm/arm64_armv8_linux_clang_ubuntu1804 b/config/arm/arm64_armv8_linux_clang_ubuntu1804
index 8d8cc50ea4..57095c1304 100644
--- a/config/arm/arm64_armv8_linux_clang_ubuntu1804
+++ b/config/arm/arm64_armv8_linux_clang_ubuntu1804
@@ -15,6 +15,6 @@ endian = 'little'
[properties]
implementer_id = 'generic'
-part_number = 'default'
+part_number = 'generic'
c_args = ['-target', 'aarch64-linux-gnu', '--sysroot', '/usr/aarch64-linux-gnu']
c_link_args = ['-target', 'aarch64-linux-gnu', '-fuse-ld=lld', '--gcc-toolchain=/usr']
--
2.20.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number
2021-02-08 14:44 [dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number Juraj Linkeš
@ 2021-02-08 14:46 ` Juraj Linkeš
2021-02-08 16:43 ` Thomas Monjalon
2021-02-10 10:02 ` Thomas Monjalon
1 sibling, 1 reply; 7+ messages in thread
From: Juraj Linkeš @ 2021-02-08 14:46 UTC (permalink / raw)
To: Juraj Linkeš,
bruce.richardson, thomas, Ruifeng.Wang, Honnappa.Nagarahalli,
jerinjacobk, ferruh.yigit
Cc: dev
I accidentally submitted this as an RFC patch. Please consider this to be a regular patch.
With that said, Thomas, would it be possible to get this into the release?
Thanks,
Juraj
> -----Original Message-----
> From: Juraj Linkeš <juraj.linkes@pantheon.tech>
> Sent: Monday, February 8, 2021 3:44 PM
> To: bruce.richardson@intel.com; thomas@monjalon.net;
> Ruifeng.Wang@arm.com; Honnappa.Nagarahalli@arm.com;
> jerinjacobk@gmail.com; ferruh.yigit@intel.com
> Cc: dev@dpdk.org; Juraj Linkeš <juraj.linkes@pantheon.tech>
> Subject: [RFC PATCH v1] config/arm: fix clang cross part number
>
> Rename the 'default' part number in clang cross-file to fix the following issue:
> config/arm/meson.build:238:2: ERROR: Problem encountered: Unsupported
> part number default of implementer generic. Please add support for it or use the
> generic (-Dmachine=generic) build.
>
> Fixes: 3d01d65ba0d3 ("config: add aarch64 clang for Ubuntu 18.04")
>
> Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
> ---
> config/arm/arm64_armv8_linux_clang_ubuntu1804 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/config/arm/arm64_armv8_linux_clang_ubuntu1804
> b/config/arm/arm64_armv8_linux_clang_ubuntu1804
> index 8d8cc50ea4..57095c1304 100644
> --- a/config/arm/arm64_armv8_linux_clang_ubuntu1804
> +++ b/config/arm/arm64_armv8_linux_clang_ubuntu1804
> @@ -15,6 +15,6 @@ endian = 'little'
>
> [properties]
> implementer_id = 'generic'
> -part_number = 'default'
> +part_number = 'generic'
> c_args = ['-target', 'aarch64-linux-gnu', '--sysroot', '/usr/aarch64-linux-gnu']
> c_link_args = ['-target', 'aarch64-linux-gnu', '-fuse-ld=lld', '--gcc-toolchain=/usr']
> --
> 2.20.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number
2021-02-08 14:46 ` Juraj Linkeš
@ 2021-02-08 16:43 ` Thomas Monjalon
2021-02-08 16:46 ` Juraj Linkeš
0 siblings, 1 reply; 7+ messages in thread
From: Thomas Monjalon @ 2021-02-08 16:43 UTC (permalink / raw)
To: Juraj Linkeš
Cc: bruce.richardson, Ruifeng.Wang, Honnappa.Nagarahalli,
jerinjacobk, ferruh.yigit, dev
08/02/2021 15:46, Juraj Linkeš:
> I accidentally submitted this as an RFC patch. Please consider this to be a regular patch.
>
> With that said, Thomas, would it be possible to get this into the release?
Yes
For the sake of understanding, is it an issue due to a missing rebase?
Or was it a miss in the testing of the patch?
> > -----Original Message-----
> > From: Juraj Linkeš <juraj.linkes@pantheon.tech>
> > Sent: Monday, February 8, 2021 3:44 PM
> > To: bruce.richardson@intel.com; thomas@monjalon.net;
> > Ruifeng.Wang@arm.com; Honnappa.Nagarahalli@arm.com;
> > jerinjacobk@gmail.com; ferruh.yigit@intel.com
> > Cc: dev@dpdk.org; Juraj Linkeš <juraj.linkes@pantheon.tech>
> > Subject: [RFC PATCH v1] config/arm: fix clang cross part number
> >
> > Rename the 'default' part number in clang cross-file to fix the following issue:
> > config/arm/meson.build:238:2: ERROR: Problem encountered: Unsupported
> > part number default of implementer generic. Please add support for it or use the
> > generic (-Dmachine=generic) build.
> >
> > Fixes: 3d01d65ba0d3 ("config: add aarch64 clang for Ubuntu 18.04")
> >
> > Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
> > ---
> > config/arm/arm64_armv8_linux_clang_ubuntu1804 | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/config/arm/arm64_armv8_linux_clang_ubuntu1804
> > b/config/arm/arm64_armv8_linux_clang_ubuntu1804
> > index 8d8cc50ea4..57095c1304 100644
> > --- a/config/arm/arm64_armv8_linux_clang_ubuntu1804
> > +++ b/config/arm/arm64_armv8_linux_clang_ubuntu1804
> > @@ -15,6 +15,6 @@ endian = 'little'
> >
> > [properties]
> > implementer_id = 'generic'
> > -part_number = 'default'
> > +part_number = 'generic'
> > c_args = ['-target', 'aarch64-linux-gnu', '--sysroot', '/usr/aarch64-linux-gnu']
> > c_link_args = ['-target', 'aarch64-linux-gnu', '-fuse-ld=lld', '--gcc-toolchain=/usr']
> > --
> > 2.20.1
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number
2021-02-08 16:43 ` Thomas Monjalon
@ 2021-02-08 16:46 ` Juraj Linkeš
2021-02-08 17:26 ` Thomas Monjalon
0 siblings, 1 reply; 7+ messages in thread
From: Juraj Linkeš @ 2021-02-08 16:46 UTC (permalink / raw)
To: Thomas Monjalon
Cc: bruce.richardson, Ruifeng.Wang, Honnappa.Nagarahalli,
jerinjacobk, ferruh.yigit, dev
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Monday, February 8, 2021 5:43 PM
> To: Juraj Linkeš <juraj.linkes@pantheon.tech>
> Cc: bruce.richardson@intel.com; Ruifeng.Wang@arm.com;
> Honnappa.Nagarahalli@arm.com; jerinjacobk@gmail.com;
> ferruh.yigit@intel.com; dev@dpdk.org
> Subject: Re: [RFC PATCH v1] config/arm: fix clang cross part number
>
> 08/02/2021 15:46, Juraj Linkeš:
> > I accidentally submitted this as an RFC patch. Please consider this to be a
> regular patch.
> >
> > With that said, Thomas, would it be possible to get this into the release?
>
> Yes
>
> For the sake of understanding, is it an issue due to a missing rebase?
> Or was it a miss in the testing of the patch?
>
>
It is an issue of not accounting for changes brought by patches before rebase, so yes, an improper rebase.
>
> > > -----Original Message-----
> > > From: Juraj Linkeš <juraj.linkes@pantheon.tech>
> > > Sent: Monday, February 8, 2021 3:44 PM
> > > To: bruce.richardson@intel.com; thomas@monjalon.net;
> > > Ruifeng.Wang@arm.com; Honnappa.Nagarahalli@arm.com;
> > > jerinjacobk@gmail.com; ferruh.yigit@intel.com
> > > Cc: dev@dpdk.org; Juraj Linkeš <juraj.linkes@pantheon.tech>
> > > Subject: [RFC PATCH v1] config/arm: fix clang cross part number
> > >
> > > Rename the 'default' part number in clang cross-file to fix the following
> issue:
> > > config/arm/meson.build:238:2: ERROR: Problem encountered:
> > > Unsupported part number default of implementer generic. Please add
> > > support for it or use the generic (-Dmachine=generic) build.
> > >
> > > Fixes: 3d01d65ba0d3 ("config: add aarch64 clang for Ubuntu 18.04")
> > >
> > > Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
> > > ---
> > > config/arm/arm64_armv8_linux_clang_ubuntu1804 | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/config/arm/arm64_armv8_linux_clang_ubuntu1804
> > > b/config/arm/arm64_armv8_linux_clang_ubuntu1804
> > > index 8d8cc50ea4..57095c1304 100644
> > > --- a/config/arm/arm64_armv8_linux_clang_ubuntu1804
> > > +++ b/config/arm/arm64_armv8_linux_clang_ubuntu1804
> > > @@ -15,6 +15,6 @@ endian = 'little'
> > >
> > > [properties]
> > > implementer_id = 'generic'
> > > -part_number = 'default'
> > > +part_number = 'generic'
> > > c_args = ['-target', 'aarch64-linux-gnu', '--sysroot',
> > > '/usr/aarch64-linux-gnu'] c_link_args = ['-target',
> > > 'aarch64-linux-gnu', '-fuse-ld=lld', '--gcc-toolchain=/usr']
> > > --
> > > 2.20.1
> >
> >
>
>
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number
2021-02-08 16:46 ` Juraj Linkeš
@ 2021-02-08 17:26 ` Thomas Monjalon
2021-02-08 18:01 ` Juraj Linkeš
0 siblings, 1 reply; 7+ messages in thread
From: Thomas Monjalon @ 2021-02-08 17:26 UTC (permalink / raw)
To: Juraj Linkeš
Cc: bruce.richardson, Ruifeng.Wang, Honnappa.Nagarahalli,
jerinjacobk, ferruh.yigit, dev
08/02/2021 17:46, Juraj Linkeš:
> From: Thomas Monjalon <thomas@monjalon.net>
> > 08/02/2021 15:46, Juraj Linkeš:
> > > I accidentally submitted this as an RFC patch. Please consider this to be a
> > regular patch.
> > >
> > > With that said, Thomas, would it be possible to get this into the release?
> >
> > Yes
> >
> > For the sake of understanding, is it an issue due to a missing rebase?
> > Or was it a miss in the testing of the patch?
> >
> >
>
> It is an issue of not accounting for changes brought by patches before rebase, so yes, an improper rebase.
OK so it is the second time we miss a rebase for the arm config rework.
I should be more cautious.
You can help me by notifying such dependency in advance when sending patches.
Thanks and sorry for the trouble.
> > > > -----Original Message-----
> > > > From: Juraj Linkeš <juraj.linkes@pantheon.tech>
> > > > Sent: Monday, February 8, 2021 3:44 PM
> > > > To: bruce.richardson@intel.com; thomas@monjalon.net;
> > > > Ruifeng.Wang@arm.com; Honnappa.Nagarahalli@arm.com;
> > > > jerinjacobk@gmail.com; ferruh.yigit@intel.com
> > > > Cc: dev@dpdk.org; Juraj Linkeš <juraj.linkes@pantheon.tech>
> > > > Subject: [RFC PATCH v1] config/arm: fix clang cross part number
> > > >
> > > > Rename the 'default' part number in clang cross-file to fix the following
> > issue:
> > > > config/arm/meson.build:238:2: ERROR: Problem encountered:
> > > > Unsupported part number default of implementer generic. Please add
> > > > support for it or use the generic (-Dmachine=generic) build.
> > > >
> > > > Fixes: 3d01d65ba0d3 ("config: add aarch64 clang for Ubuntu 18.04")
> > > >
> > > > Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
> > > > ---
> > > > config/arm/arm64_armv8_linux_clang_ubuntu1804 | 2 +-
> > > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > > >
> > > > diff --git a/config/arm/arm64_armv8_linux_clang_ubuntu1804
> > > > b/config/arm/arm64_armv8_linux_clang_ubuntu1804
> > > > index 8d8cc50ea4..57095c1304 100644
> > > > --- a/config/arm/arm64_armv8_linux_clang_ubuntu1804
> > > > +++ b/config/arm/arm64_armv8_linux_clang_ubuntu1804
> > > > @@ -15,6 +15,6 @@ endian = 'little'
> > > >
> > > > [properties]
> > > > implementer_id = 'generic'
> > > > -part_number = 'default'
> > > > +part_number = 'generic'
> > > > c_args = ['-target', 'aarch64-linux-gnu', '--sysroot',
> > > > '/usr/aarch64-linux-gnu'] c_link_args = ['-target',
> > > > 'aarch64-linux-gnu', '-fuse-ld=lld', '--gcc-toolchain=/usr']
> > > > --
> > > > 2.20.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number
2021-02-08 17:26 ` Thomas Monjalon
@ 2021-02-08 18:01 ` Juraj Linkeš
0 siblings, 0 replies; 7+ messages in thread
From: Juraj Linkeš @ 2021-02-08 18:01 UTC (permalink / raw)
To: Thomas Monjalon
Cc: bruce.richardson, Ruifeng.Wang, Honnappa.Nagarahalli,
jerinjacobk, ferruh.yigit, dev
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Monday, February 8, 2021 6:26 PM
> To: Juraj Linkeš <juraj.linkes@pantheon.tech>
> Cc: bruce.richardson@intel.com; Ruifeng.Wang@arm.com;
> Honnappa.Nagarahalli@arm.com; jerinjacobk@gmail.com;
> ferruh.yigit@intel.com; dev@dpdk.org
> Subject: Re: [RFC PATCH v1] config/arm: fix clang cross part number
>
> 08/02/2021 17:46, Juraj Linkeš:
> > From: Thomas Monjalon <thomas@monjalon.net>
> > > 08/02/2021 15:46, Juraj Linkeš:
> > > > I accidentally submitted this as an RFC patch. Please consider
> > > > this to be a
> > > regular patch.
> > > >
> > > > With that said, Thomas, would it be possible to get this into the release?
> > >
> > > Yes
> > >
> > > For the sake of understanding, is it an issue due to a missing rebase?
> > > Or was it a miss in the testing of the patch?
> > >
> > >
> >
> > It is an issue of not accounting for changes brought by patches before rebase,
> so yes, an improper rebase.
>
> OK so it is the second time we miss a rebase for the arm config rework.
> I should be more cautious.
> You can help me by notifying such dependency in advance when sending
> patches.
This is a good idea, I'll note it for the future.
> Thanks and sorry for the trouble.
>
>
>
> > > > > -----Original Message-----
> > > > > From: Juraj Linkeš <juraj.linkes@pantheon.tech>
> > > > > Sent: Monday, February 8, 2021 3:44 PM
> > > > > To: bruce.richardson@intel.com; thomas@monjalon.net;
> > > > > Ruifeng.Wang@arm.com; Honnappa.Nagarahalli@arm.com;
> > > > > jerinjacobk@gmail.com; ferruh.yigit@intel.com
> > > > > Cc: dev@dpdk.org; Juraj Linkeš <juraj.linkes@pantheon.tech>
> > > > > Subject: [RFC PATCH v1] config/arm: fix clang cross part number
> > > > >
> > > > > Rename the 'default' part number in clang cross-file to fix the
> > > > > following
> > > issue:
> > > > > config/arm/meson.build:238:2: ERROR: Problem encountered:
> > > > > Unsupported part number default of implementer generic. Please
> > > > > add support for it or use the generic (-Dmachine=generic) build.
> > > > >
> > > > > Fixes: 3d01d65ba0d3 ("config: add aarch64 clang for Ubuntu
> > > > > 18.04")
> > > > >
> > > > > Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
> > > > > ---
> > > > > config/arm/arm64_armv8_linux_clang_ubuntu1804 | 2 +-
> > > > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > > > >
> > > > > diff --git a/config/arm/arm64_armv8_linux_clang_ubuntu1804
> > > > > b/config/arm/arm64_armv8_linux_clang_ubuntu1804
> > > > > index 8d8cc50ea4..57095c1304 100644
> > > > > --- a/config/arm/arm64_armv8_linux_clang_ubuntu1804
> > > > > +++ b/config/arm/arm64_armv8_linux_clang_ubuntu1804
> > > > > @@ -15,6 +15,6 @@ endian = 'little'
> > > > >
> > > > > [properties]
> > > > > implementer_id = 'generic'
> > > > > -part_number = 'default'
> > > > > +part_number = 'generic'
> > > > > c_args = ['-target', 'aarch64-linux-gnu', '--sysroot',
> > > > > '/usr/aarch64-linux-gnu'] c_link_args = ['-target',
> > > > > 'aarch64-linux-gnu', '-fuse-ld=lld', '--gcc-toolchain=/usr']
> > > > > --
> > > > > 2.20.1
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number
2021-02-08 14:44 [dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number Juraj Linkeš
2021-02-08 14:46 ` Juraj Linkeš
@ 2021-02-10 10:02 ` Thomas Monjalon
1 sibling, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2021-02-10 10:02 UTC (permalink / raw)
To: Juraj Linkeš
Cc: bruce.richardson, Ruifeng.Wang, Honnappa.Nagarahalli,
jerinjacobk, ferruh.yigit, dev
08/02/2021 15:44, Juraj Linkeš:
> Rename the 'default' part number in clang cross-file to fix the
> following issue:
> config/arm/meson.build:238:2: ERROR: Problem encountered: Unsupported
> part number default of implementer generic. Please add support for it or
> use the generic (-Dmachine=generic) build.
>
> Fixes: 3d01d65ba0d3 ("config: add aarch64 clang for Ubuntu 18.04")
>
> Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
Applied, thanks
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-02-10 10:02 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-08 14:44 [dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number Juraj Linkeš
2021-02-08 14:46 ` Juraj Linkeš
2021-02-08 16:43 ` Thomas Monjalon
2021-02-08 16:46 ` Juraj Linkeš
2021-02-08 17:26 ` Thomas Monjalon
2021-02-08 18:01 ` Juraj Linkeš
2021-02-10 10:02 ` Thomas Monjalon
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).