Bug ID | 1703 |
---|---|
Summary | meson: Unsupported part number for ARM Grace during meson setup |
Product | DPDK |
Version | 22.11 |
Hardware | All |
OS | All |
Status | UNCONFIRMED |
Severity | minor |
Priority | Normal |
Component | meson |
Assignee | dev@dpdk.org |
Reporter | probb@iol.unh.edu |
Target Milestone | --- |
Created attachment 313 [details] meson log Hello. I am seeing an error reported by meson when attempting to run meson setup on 22.11. steps to reproduce: 1. clone dpdk-stable and checkout to 22.11 2. run "meson setup build" error: Message: Arm implementer: Arm Message: Arm part number: 0xd4f config/arm/meson.build:603:8: ERROR: Problem encountered: Unsupported part number 0xd4f of implementer 0x41. Please add support for it or use the generic (-Dplatform=generic) build. System info: DPDK version: 22.11 OS: Ubuntu 24.04 CPU: Vendor ID: ARM BIOS Vendor ID: NVIDIA Model name: Neoverse-V2 BIOS Model name: Grace A02 AOM-SCM-NV CPU @ 3.4GHz meson version: .53 and 1.3.2 (tried both) If you pass in -Dplatform=generic meson (and ninja) run to completion without error. But, I imagine support for this part number should be added so that meson will run without this flag, so I've created this ticket.