* 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; 6+ 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] 6+ 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; 6+ 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] 6+ 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; 6+ 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] 6+ 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 2025-05-15 20:59 ` Patrick Robb 1 sibling, 1 reply; 6+ 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] 6+ messages in thread
* Re: meson error on ARM Grace server 23.11/22.11 2025-04-29 15:59 ` Wathsala Wathawana Vithanage @ 2025-05-15 20:59 ` Patrick Robb 2025-05-16 5:16 ` Doug Foster 0 siblings, 1 reply; 6+ messages in thread From: Patrick Robb @ 2025-05-15 20:59 UTC (permalink / raw) To: Wathsala Wathawana Vithanage Cc: ci, dev, Honnappa Nagarahalli, stable, Doug Foster, nd [-- Attachment #1: Type: text/plain, Size: 1460 bytes --] Thanks Wathsala, How can we help on the UNH side? Do you want us to produce the 22.11 and 23.11 diffs/patches, which would be based on d007038, with some modifications based on what you had said to Doug? I'm not sure what the process looks like exactly for providing backports to LTS maintainers. On Tue, Apr 29, 2025 at 12:00 PM Wathsala Wathawana Vithanage < wathsala.vithanage@arm.com> 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 > > +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. > > > [-- Attachment #2: Type: text/html, Size: 2085 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: meson error on ARM Grace server 23.11/22.11 2025-05-15 20:59 ` Patrick Robb @ 2025-05-16 5:16 ` Doug Foster 0 siblings, 0 replies; 6+ messages in thread From: Doug Foster @ 2025-05-16 5:16 UTC (permalink / raw) To: Patrick Robb, Wathsala Wathawana Vithanage Cc: ci, dev, Honnappa Nagarahalli, stable, nd [-- Attachment #1: Type: text/plain, Size: 2213 bytes --] Hi Patrick, I will produce the patches with necessary changes to build on Grace for 22.11 and 23.11. From: Patrick Robb <probb@iol.unh.edu> Sent: Thursday, May 15, 2025 3:59 PM To: Wathsala Wathawana Vithanage <wathsala.vithanage@arm.com> Cc: ci@dpdk.org; dev <dev@dpdk.org>; Honnappa Nagarahalli <Honnappa.Nagarahalli@arm.com>; stable@dpdk.org; Doug Foster <Doug.Foster@arm.com>; nd <nd@arm.com> Subject: Re: meson error on ARM Grace server 23.11/22.11 Thanks Wathsala, How can we help on the UNH side? Do you want us to produce the 22.11 and 23.11 diffs/patches, which would be based on d007038, with some modifications based on what you had said to Doug? I'm not sure what the process looks like exactly for providing backports to LTS maintainers. On Tue, Apr 29, 2025 at 12:00 PM Wathsala Wathawana Vithanage <wathsala.vithanage@arm.com<mailto:wathsala.vithanage@arm.com>> 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 +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. IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. [-- Attachment #2: Type: text/html, Size: 5666 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-05-16 5:17 UTC | newest] Thread overview: 6+ 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 2025-05-15 20:59 ` Patrick Robb 2025-05-16 5:16 ` Doug Foster
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).