* meson error on ARM Grace server 23.11/22.11
@ 2025-04-29 2:43 Patrick Robb
2025-04-29 8:30 ` Kevin Traynor
2025-04-29 15:59 ` Wathsala Wathawana Vithanage
0 siblings, 2 replies; 4+ messages in thread
From: Patrick Robb @ 2025-04-29 2:43 UTC (permalink / raw)
To: ci; +Cc: dev, Honnappa Nagarahalli, stable
[-- Attachment #1: Type: text/plain, Size: 696 bytes --]
Hi,
At the DPDK Community Lab we have been running CI tests with a new ARM
Grace server for the past couple of months on main and next-* branches. I
am trying to add LTS runs now, and ran into a snag with 23.11 and 22.11 for
this system. Stable maintainers I'm not sure whether this should be
addressed or not for hardware which is new and didn't exist when 22.11 and
23.11 were released... but I figured I'd make the tickets and find out. I
attached the meson logs to the tickets and if for whatever reason you guys
want to remote into this machine, I'm happy to setup the VPN and SSH
access.
22.11: https://bugs.dpdk.org/show_bug.cgi?id=1703
23.11: https://bugs.dpdk.org/show_bug.cgi?id=1702
[-- Attachment #2: Type: text/html, Size: 926 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: meson error on ARM Grace server 23.11/22.11
2025-04-29 2:43 meson error on ARM Grace server 23.11/22.11 Patrick Robb
@ 2025-04-29 8:30 ` Kevin Traynor
2025-04-29 11:03 ` Luca Boccassi
2025-04-29 15:59 ` Wathsala Wathawana Vithanage
1 sibling, 1 reply; 4+ messages in thread
From: Kevin Traynor @ 2025-04-29 8:30 UTC (permalink / raw)
To: Patrick Robb, ci
Cc: dev, Honnappa Nagarahalli, stable, Luca Boccassi, Xueming(Steven) Li
+cc Luca/Xueming
On 29/04/2025 03:43, Patrick Robb wrote:
> Hi,
>
> At the DPDK Community Lab we have been running CI tests with a new ARM
> Grace server for the past couple of months on main and next-* branches. I
> am trying to add LTS runs now, and ran into a snag with 23.11 and 22.11 for
> this system. Stable maintainers I'm not sure whether this should be
> addressed or not for hardware which is new and didn't exist when 22.11 and
> 23.11 were released... but I figured I'd make the tickets and find out. I
> attached the meson logs to the tickets and if for whatever reason you guys
> want to remote into this machine, I'm happy to setup the VPN and SSH
> access.
>
> 22.11: https://bugs.dpdk.org/show_bug.cgi?id=1703
> 23.11: https://bugs.dpdk.org/show_bug.cgi?id=1702
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: meson error on ARM Grace server 23.11/22.11
2025-04-29 8:30 ` Kevin Traynor
@ 2025-04-29 11:03 ` Luca Boccassi
0 siblings, 0 replies; 4+ messages in thread
From: Luca Boccassi @ 2025-04-29 11:03 UTC (permalink / raw)
To: Kevin Traynor
Cc: Patrick Robb, ci, dev, Honnappa Nagarahalli, stable, Xueming(Steven) Li
On Tue, 29 Apr 2025 at 09:31, Kevin Traynor <ktraynor@redhat.com> wrote:
>
> +cc Luca/Xueming
>
> On 29/04/2025 03:43, Patrick Robb wrote:
> > Hi,
> >
> > At the DPDK Community Lab we have been running CI tests with a new ARM
> > Grace server for the past couple of months on main and next-* branches. I
> > am trying to add LTS runs now, and ran into a snag with 23.11 and 22.11 for
> > this system. Stable maintainers I'm not sure whether this should be
> > addressed or not for hardware which is new and didn't exist when 22.11 and
> > 23.11 were released... but I figured I'd make the tickets and find out. I
> > attached the meson logs to the tickets and if for whatever reason you guys
> > want to remote into this machine, I'm happy to setup the VPN and SSH
> > access.
> >
> > 22.11: https://bugs.dpdk.org/show_bug.cgi?id=1703
> > 23.11: https://bugs.dpdk.org/show_bug.cgi?id=1702
Assuming this only requires some changes in meson to accommodate, I'd
be fine in accepting a patch for 22.11 that enables it, if someone
were to send it. If it requires more invasive changes then it would
need to be evaluated for risk.
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: meson error on ARM Grace server 23.11/22.11
2025-04-29 2:43 meson error on ARM Grace server 23.11/22.11 Patrick Robb
2025-04-29 8:30 ` Kevin Traynor
@ 2025-04-29 15:59 ` Wathsala Wathawana Vithanage
1 sibling, 0 replies; 4+ messages in thread
From: Wathsala Wathawana Vithanage @ 2025-04-29 15:59 UTC (permalink / raw)
To: Patrick Robb, ci; +Cc: dev, Honnappa Nagarahalli, stable, Doug Foster, nd
> Hi,
>
> At the DPDK Community Lab we have been running CI tests with a new ARM
> Grace server for the past couple of months on main and next-* branches. I am
> trying to add LTS runs now, and ran into a snag with 23.11 and 22.11 for this
> system. Stable maintainers I'm not sure whether this should be addressed or not
> for hardware which is new and didn't exist when 22.11 and 23.11 were
> released... but I figured I'd make the tickets and find out. I attached the meson
> logs to the tickets and if for whatever reason you guys want to remote into this
> machine, I'm happy to setup the VPN and SSH access.
>
> 22.11: https://bugs.dpdk.org/show_bug.cgi?id=1703
> 23.11: https://bugs.dpdk.org/show_bug.cgi?id=1702
+doug
neoverse-v2 is supported in the GCC 13.3 used for this build although -mtune/-mcpu
for grace is not available in that version.
Adding neoverse-v2 and soc_grace with crypto extension should bring these releases
on par with latest.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-04-29 16:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-29 2:43 meson error on ARM Grace server 23.11/22.11 Patrick Robb
2025-04-29 8:30 ` Kevin Traynor
2025-04-29 11:03 ` Luca Boccassi
2025-04-29 15:59 ` Wathsala Wathawana Vithanage
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).