* |FAILURE| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
@ 2025-09-04 13:36 ` qemudev
2025-09-04 14:09 ` |SUCCESS| " checkpatch
` (21 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: qemudev @ 2025-09-04 13:36 UTC (permalink / raw)
To: test-report; +Cc: luca.boccassi, zhoumin
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/156455
_meson build failure_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thu, 4 Sep 2025 15:10:44 +0100
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> meson build failed
Test environment and result as below:
+---------------------+----------------+
| Environment | compilation |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL |
+---------------------+----------------+
Loongnix-Server 8.3
Kernel: 4.19.190+
Compiler: gcc 8.3
Meson build logs:
-------------------------------BEGIN LOGS----------------------------
--- stderr ---
Message: Minimum Meson required version is 0.57.2
Program cat found: YES (/usr/bin/cat)
Running command: /usr/bin/cat /home/zhoumin/gh_dpdk/ABI_VERSION
--- stdout ---
26.0
--- stderr ---
Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /home/zhoumin/gh_dpdk/config/../buildtools/symlink-drivers-solibs.sh)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp22_7kfn8
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp22_7kfn8/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp22_7kfn8/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -march=native
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -march=native: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp5d9zlvdq
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp5d9zlvdq/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp5d9zlvdq/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11
Code:
#include<stdio.h>
int main(void) {
printf("%ldn", (long)(sizeof(void *)));
return 0;
};
Compiler stdout:
Compiler stderr:
Program stdout:
8
Program stderr:
Checking for size of "void *" : 8
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpieedoncd
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpieedoncd/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpieedoncd/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11
Code:
#include<stdio.h>
int main(void) {
printf("%ldn", (long)(sizeof(void *)));
return 0;
};
Compiler stdout:
Compiler stderr:
Program stdout:
8
Program stderr:
Checking for size of "void *" : 8
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp2bmpq17v
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp2bmpq17v/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp2bmpq17v/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--undefined-version
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
/usr/bin/ld: unrecognized option '--undefined-version'
/usr/bin/ld: use the --help option for usage information
collect2: error: ld returned 1 exit status
Compiler for C supports link arguments -Wl,--undefined-version: NO
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp4spmmy9r
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp4spmmy9r/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp4spmmy9r/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lm -Wl,--end-group -Wl,--allow-shlib-undefined
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
Library m found: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpd4or3wrf
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpd4or3wrf/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpd4or3wrf/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lnuma -Wl,--end-group -Wl,--allow-shlib-undefined
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
Library numa found: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpoc0pr1z3
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpoc0pr1z3/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11
Code:
#ifdef __has_include
#if !__has_include("numaif.h")
#error "Header 'numaif.h' could not be found"
#endif
#else
#include <numaif.h>
#endif
Compiler stdout:
Compiler stderr:
Has header "numaif.h" : YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpqpixskvx
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpqpixskvx/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpqpixskvx/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lfdt -Wl,--end-group -Wl,--allow-shlib-undefined
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
Library fdt found: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp5ng1ozf3
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp5ng1ozf3/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11
Code:
#ifdef __has_include
#if !__has_include("fdt.h")
#error "Header 'fdt.h' could not be found"
#endif
#else
#include <fdt.h>
#endif
Compiler stdout:
Compiler stderr:
Has header "fdt.h" : YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpm8p5cswj
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpm8p5cswj/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpm8p5cswj/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lexecinfo -Wl,--end-group -Wl,--allow-shlib-undefined
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
/usr/bin/ld: cannot find -lexecinfo
collect2: error: ld returned 1 exit status
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpb7bczz1y
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpb7bczz1y/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpb7bczz1y/output.exe -D_FILE_OFFSET_BITS=64 -O0
Code:
#include<stdio.h>
int main(void) {
printf("%ldn", (long)(sizeof(void *)));
return 0;
};
Compiler stdout:
Compiler stderr:
Program stdout:
8
Program stderr:
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpenmpx1t_
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpenmpx1t_/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpenmpx1t_/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 --print-search-dirs
Code:
Compiler stdout:
install: /usr/lib/gcc/loongarch64-loongson-linux-gnu/8/
programs: =/usr/libexec/gcc/loongarch64-loongson-linux-gnu/8/:/usr/libexec/gcc/loongarch64-loongson-linux-gnu/8/:/usr/libexec/gcc/loongarch64-loongson-linux-gnu/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../loongarch64-loongson-linux-gnu/bin/loongarch64-loongson-linux-gnu/8/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../loongarch64-loongson-linux-gnu/bin/
libraries: =/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../loongarch64-loongson-linux-gnu/lib/loongarch64-loongson-linux-gnu/8/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../loongarch64-loongson-linux-gnu/lib/../lib64/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../loongarch64-loongson-linux-gnu/8/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../lib64/:/lib64/loongarch64-loongson-linux-gnu/8/:/lib64/../lib64/:/usr/lib64/loongarch64-loongson-linux-gnu/8/:/usr/lib64/../lib64/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../loongarch64-loongson-linux-gnu/lib/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../:/lib64/:/usr/lib64/
Compiler stderr:
Library execinfo found: NO
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp_m4enrbu
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp_m4enrbu/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11
Code:
#ifdef __has_include
#if !__has_include("execinfo.h")
#error "Header 'execinfo.h' could not be found"
#endif
#else
#include <execinfo.h>
#endif
Compiler stdout:
Compiler stderr:
Has header "execinfo.h" : YES
Pkg-config binary for MachineChoice.HOST is not cached.
Pkg-config binary missing from cross or native file, or env var undefined.
Trying a default Pkg-config fallback at pkg-config
Found pkg-config: /usr/bin/pkg-config (1.4.2)
Determining dependency 'libarchive' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --modversion libarchive` -> 1
Run-time dependency libarchive found: NO (tried pkgconfig)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libbsd' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --modversion libbsd` -> 1
Run-time dependency libbsd found: NO (tried pkgconfig)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'jansson' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --modversion jansson` -> 1
Run-time dependency jansson found: NO (tried pkgconfig)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'openssl' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --modversion openssl` -> 0
1.1.1g
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --cflags openssl` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --libs openssl` -> 0
-L/usr/lib64 -lssl -lcrypto
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --libs openssl` -> 0
-lssl -lcrypto
Run-time dependency openssl found: YES 1.1.1g
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libpcap' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --modversion libpcap` -> 0
1.9.1
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --cflags libpcap` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --libs libpcap` -> 0
-L/usr/lib64 -lpcap
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --libs libpcap` -> 0
-lpcap
Run-time dependency libpcap found: YES 1.9.1
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpryc0qhyq
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpryc0qhyq/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11
Code:
#ifdef __has_include
#if !__has_include("pcap.h")
#error "Header 'pcap.h' could not be found"
#endif
#else
#include <pcap.h>
#endif
Compiler stdout:
Compiler stderr:
Has header "pcap.h" with dependency libpcap: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpv7f84ohx
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpv7f84ohx/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpv7f84ohx/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wvla
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wvla: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp4lzisn1t
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp4lzisn1t/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp4lzisn1t/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wcast-qual
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wcast-qual: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpuhkddchn
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpuhkddchn/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpuhkddchn/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wdeprecated
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wdeprecated: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpaxeyhlx8
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpaxeyhlx8/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpaxeyhlx8/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wformat: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpllomhf3p
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpllomhf3p/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpllomhf3p/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-nonliteral
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral]
Compiler for C supports arguments -Wformat-nonliteral: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpurtwe7p_
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpurtwe7p_/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpurtwe7p_/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-security
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security]
Compiler for C supports arguments -Wformat-security: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpb14irwyk
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpb14irwyk/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpb14irwyk/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wmissing-declarations: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpbosnjfro
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpbosnjfro/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpbosnjfro/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wmissing-prototypes: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpluiu75on
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpluiu75on/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpluiu75on/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wnested-externs
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wnested-externs: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpznqr4pqj
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpznqr4pqj/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpznqr4pqj/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wold-style-definition
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wold-style-definition: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpup2n0tdw
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpup2n0tdw/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpup2n0tdw/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wpointer-arith: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpf00mo3_7
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpf00mo3_7/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpf00mo3_7/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wsign-compare
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wsign-compare: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpm6e8oblg
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpm6e8oblg/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpm6e8oblg/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-prototypes
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wstrict-prototypes: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp9ddch2qn
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp9ddch2qn/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp9ddch2qn/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wundef
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wundef: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpbusjn7o3
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpbusjn7o3/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpbusjn7o3/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wwrite-strings
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wwrite-strings: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp8ic_09wf
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp8ic_09wf/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp8ic_09wf/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wpacked-not-aligned -Wno-packed-not-aligned
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-packed-not-aligned: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpdtz_tkl2
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpdtz_tkl2/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpdtz_tkl2/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-field-initializers -Wno-missing-field-initializers
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-missing-field-initializers: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpnodecby9
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpnodecby9/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpnodecby9/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fzero-init-padding-bits=all
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
cc: error: unrecognized command line option '-fzero-init-padding-bits=all'
Compiler for C supports arguments -fzero-init-padding-bits=all: NO
Message: Implementer : Generic loongarch
Message: ['-march=loongarch64']
Running command: /usr/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py
--- stdout ---
--- stderr ---
Running command: /usr/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py
--- stdout ---
--- stderr ---
Running command: /usr/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py
--- stdout ---
--- stderr ---
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpuf4xyo8c
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpuf4xyo8c/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpuf4xyo8c/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-truncation -Wno-format-truncation
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-format-truncation: YES
Message: lib/log: Defining dependency "log"
Message: lib/kvargs: Defining dependency "kvargs"
Message: lib/argparse: Defining dependency "argparse"
Message: lib/telemetry: Defining dependency "telemetry"
Message: lib/pmu: Defining dependency "pmu"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpvffmkjfq
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpvffmkjfq/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpvffmkjfq/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -D_GNU_SOURCE
Code:
#include <pthread.h>
#include <limits.h>
#if defined __stub_pthread_attr_setaffinity_np || defined __stub___pthread_attr_setaffinity_np
fail fail fail this function is not going to work
#endif
int main(void) {
void *a = (void*) &pthread_attr_setaffinity_np;
long long b = (long long) a;
return (int) b;
}
Compiler stdout:
Compiler stderr:
/usr/bin/ld: /tmp/ccZsmNH0.o: in function `main':
testfile.c:(.text+0xc): undefined reference to `pthread_attr_setaffinity_np'
/usr/bin/ld: testfile.c:(.text+0x10): undefined reference to `pthread_attr_setaffinity_np'
/usr/bin/ld: testfile.c:(.text+0x10): undefined reference to `pthread_attr_setaffinity_np'
collect2: error: ld returned 1 exit status
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp2jkif3kg
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp2jkif3kg/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp2jkif3kg/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -D_GNU_SOURCE
Code:
#include <pthread.h>
int main(void) {
/bin /boot /corefiles /dev /etc /home /lib /lib64 /lost+found /media /mnt /opt /proc /root /run /sbin /srv /sys /tmp /usr /var With some toolchains (MSYS2/mingw for example) the compiler
ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION provides various builtins which are not really implemented and
ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION fall back to the stdlib where they aren't provided and fail at
ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION build/link time. In case the user provides a header, including
ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION the header didn't lead to the function being defined, and the
ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION function we are checking isn't a builtin itself we assume the
ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION builtin is not functional and we just error out. app/ build/ buildtools/ config/ devtools/ doc/ drivers/ dts/ examples/ kernel/ lib/ license/ usertools/
#if !0 && !defined(pthread_attr_setaffinity_np) && !0
#error "No definition for __builtin_pthread_attr_setaffinity_np found in the prefix"
#endif
#ifdef __has_builtin
#if !__has_builtin(__builtin_pthread_attr_setaffinity_np)
#error "__builtin_pthread_attr_setaffinity_np not found"
#endif
#elif ! defined(pthread_attr_setaffinity_np)
__builtin_pthread_attr_setaffinity_np;
#endif
return 0;
}
Compiler stdout:
Compiler stderr:
/home/zhoumin/gh_dpdk/build/meson-private/tmp2jkif3kg/testfile.c: In function 'main':
/home/zhoumin/gh_dpdk/build/meson-private/tmp2jkif3kg/testfile.c:12:14: error: #error "No definition for __builtin_pthread_attr_setaffinity_np found in the prefix"
#error "No definition for __builtin_pthread_attr_setaffinity_np found in the prefix"
^~~~~
/home/zhoumin/gh_dpdk/build/meson-private/tmp2jkif3kg/testfile.c:20:13: error: '__builtin_pthread_attr_setaffinity_np' undeclared (first use in this function); did you mean 'pthread_attr_setaffinity_np'?
__builtin_pthread_attr_setaffinity_np;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pthread_attr_setaffinity_np
/home/zhoumin/gh_dpdk/build/meson-private/tmp2jkif3kg/testfile.c:20:13: note: each undeclared identifier is reported only once for each function it appears in
Checking for function "pthread_attr_setaffinity_np" : NO
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp2p4nw4nb
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp2p4nw4nb/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp2p4nw4nb/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11
Code:
#include <unistd.h>
#include <limits.h>
#if defined __stub_getentropy || defined __stub___getentropy
fail fail fail this function is not going to work
#endif
int main(void) {
void *a = (void*) &getentropy;
long long b = (long long) a;
return (int) b;
}
Compiler stdout:
Compiler stderr:
/home/zhoumin/gh_dpdk/build/meson-private/tmp2p4nw4nb/testfile.c: In function 'main':
/home/zhoumin/gh_dpdk/build/meson-private/tmp2p4nw4nb/testfile.c:9:32: error: 'getentropy' undeclared (first use in this function); did you mean 'getgroups'?
void *a = (void*) &getentropy;
^~~~~~~~~~
getgroups
/home/zhoumin/gh_dpdk/build/meson-private/tmp2p4nw4nb/testfile.c:9:32: note: each undeclared identifier is reported only once for each function it appears in
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp4bedy44f
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp4bedy44f/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp4bedy44f/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11
Code:
#include <unistd.h>
int main(void) {
/bin /boot /corefiles /dev /etc /home /lib /lib64 /lost+found /media /mnt /opt /proc /root /run /sbin /srv /sys /tmp /usr /var With some toolchains (MSYS2/mingw for example) the compiler
ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION provides various builtins which are not really implemented and
ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION fall back to the stdlib where they aren't provided and fail at
ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION build/link time. In case the user provides a header, including
ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION the header didn't lead to the function being defined, and the
ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION function we are checking isn't a builtin itself we assume the
ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION builtin is not functional and we just error out. app/ build/ buildtools/ config/ devtools/ doc/ drivers/ dts/ examples/ kernel/ lib/ license/ usertools/
#if !0 && !defined(getentropy) && !0
#error "No definition for __builtin_getentropy found in the prefix"
#endif
#ifdef __has_builtin
#if !__has_builtin(__builtin_getentropy)
#error "__builtin_getentropy not found"
#endif
#elif ! defined(getentropy)
__builtin_getentropy;
#endif
return 0;
}
Compiler stdout:
Compiler stderr:
/home/zhoumin/gh_dpdk/build/meson-private/tmp4bedy44f/testfile.c: In function 'main':
/home/zhoumin/gh_dpdk/build/meson-private/tmp4bedy44f/testfile.c:12:14: error: #error "No definition for __builtin_getentropy found in the prefix"
#error "No definition for __builtin_getentropy found in the prefix"
^~~~~
/home/zhoumin/gh_dpdk/build/meson-private/tmp4bedy44f/testfile.c:20:13: error: '__builtin_getentropy' undeclared (first use in this function); did you mean '__builtin_fegetround'?
__builtin_getentropy;
^~~~~~~~~~~~~~~~~~~~
__builtin_fegetround
/home/zhoumin/gh_dpdk/build/meson-private/tmp4bedy44f/testfile.c:20:13: note: each undeclared identifier is reported only once for each function it appears in
Checking for function "getentropy" : NO
Message: lib/eal: Defining dependency "eal"
Message: lib/ptr_compress: Defining dependency "ptr_compress"
Message: lib/ring: Defining dependency "ring"
Message: lib/rcu: Defining dependency "rcu"
Message: lib/mempool: Defining dependency "mempool"
Message: lib/mbuf: Defining dependency "mbuf"
Message: lib/net: Defining dependency "net"
Message: lib/meter: Defining dependency "meter"
Message: lib/ethdev: Defining dependency "ethdev"
Message: lib/pci: Defining dependency "pci"
Message: lib/cmdline: Defining dependency "cmdline"
Message: lib/metrics: Defining dependency "metrics"
Message: lib/hash: Defining dependency "hash"
Message: lib/timer: Defining dependency "timer"
Message: lib/acl: Defining dependency "acl"
Message: lib/bbdev: Defining dependency "bbdev"
Message: lib/bitratestats: Defining dependency "bitratestats"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libelf' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --modversion libelf` -> 0
0.180
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --cflags libelf` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --libs libelf` -> 0
-L/usr/lib64 -lelf
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --libs libelf` -> 0
-lelf
Run-time dependency libelf found: YES 0.180
Message: lib/bpf: Defining dependency "bpf"
Message: lib/cfgfile: Defining dependency "cfgfile"
Message: lib/compressdev: Defining dependency "compressdev"
Message: lib/cryptodev: Defining dependency "cryptodev"
Message: lib/distributor: Defining dependency "distributor"
Message: lib/dmadev: Defining dependency "dmadev"
Message: lib/efd: Defining dependency "efd"
Message: lib/eventdev: Defining dependency "eventdev"
Message: lib/dispatcher: Defining dependency "dispatcher"
Message: lib/gpudev: Defining dependency "gpudev"
Message: lib/gro: Defining dependency "gro"
Message: lib/gso: Defining dependency "gso"
Message: lib/ip_frag: Defining dependency "ip_frag"
Message: lib/jobstats: Defining dependency "jobstats"
Message: lib/latencystats: Defining dependency "latencystats"
Message: lib/lpm: Defining dependency "lpm"
Message: lib/member: Defining dependency "member"
Message: lib/pcapng: Defining dependency "pcapng"
Message: lib/power: Defining dependency "power"
Message: lib/rawdev: Defining dependency "rawdev"
Message: lib/regexdev: Defining dependency "regexdev"
Message: lib/mldev: Defining dependency "mldev"
Message: lib/rib: Defining dependency "rib"
Message: lib/reorder: Defining dependency "reorder"
Message: lib/sched: Defining dependency "sched"
Message: lib/security: Defining dependency "security"
Message: lib/stack: Defining dependency "stack"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpfb_lonks
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpfb_lonks/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11
Code:
#ifdef __has_include
#if !__has_include("linux/userfaultfd.h")
#error "Header 'linux/userfaultfd.h' could not be found"
#endif
#else
#include <linux/userfaultfd.h>
#endif
Compiler stdout:
Compiler stderr:
Has header "linux/userfaultfd.h" : YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp2et05_yg
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp2et05_yg/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp2et05_yg/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fno-strict-aliasing
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -fno-strict-aliasing: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpp_ggxx4t
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpp_ggxx4t/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpp_ggxx4t/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Waddress-of-packed-member -Wno-address-of-packed-member
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
cc: error: unrecognized command line option '-Waddress-of-packed-member'
Compiler for C supports arguments -Wno-address-of-packed-member: NO
Message: lib/vhost: Defining dependency "vhost"
Message: lib/ipsec: Defining dependency "ipsec"
Message: lib/pdcp: Defining dependency "pdcp"
Message: lib/fib: Defining dependency "fib"
Message: lib/port: Defining dependency "port"
Message: lib/pdump: Defining dependency "pdump"
Message: lib/table: Defining dependency "table"
Message: lib/pipeline: Defining dependency "pipeline"
Message: lib/graph: Defining dependency "graph"
Message: lib/node: Defining dependency "node"
Running command: /usr/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py ,
--- stdout ---
--- stderr ---
Running command: /usr/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py ,
--- stdout ---
--- stderr ---
Running command: /usr/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py */*,*/*/*
--- stdout ---
raw/gdtc
raw/dpaa2_cmdif
raw/cnxk_bphy
raw/ntb
raw/skeleton
raw/cnxk_gpio
raw/cnxk_rvu_lf
raw/ifpga
gpu/cuda
power/cppc
power/intel_pstate
power/intel_uncore
power/acpi
power/kvm_vm
power/amd_pstate
power/amd_uncore
baseband/la12xx
baseband/acc
baseband/turbo_sw
baseband/fpga_lte_fec
baseband/fpga_5gnr_fec
baseband/null
vdpa/ifc
vdpa/sfc
vdpa/nfp
vdpa/mlx5
mempool/ring
mempool/stack
mempool/cnxk
mempool/dpaa2
mempool/dpaa
mempool/octeontx
mempool/bucket
regex/cn9k
regex/mlx5
bus/uacce
bus/vdev
bus/vmbus
bus/cdx
bus/auxiliary
bus/dpaa
bus/fslmc
bus/ifpga
bus/platform
bus/pci
dma/odm
dma/idxd
dma/cnxk
dma/skeleton
dma/dpaa2
dma/dpaa
dma/ioat
dma/hisilicon
net/enetc
net/tap
net/failsafe
net/gve
net/ring
net/netvsc
net/sfc
net/mlx4
net/xsc
net/enetfec
net/vdev_netvsc
net/hns3
net/cnxk
net/qede
net/ntnic
net/intel
net/zxdh
net/bnx2x
net/virtio
net/atlantic
net/nfp
net/octeon_ep
net/cxgbe
net/af_packet
net/mvneta
net/txgbe
net/dpaa2
net/thunderx
net/ionic
net/af_xdp
net/ark
net/pfe
net/ngbe
net/vhost
net/mana
net/avp
net/rnp
net/mvpp2
net/hinic
net/dpaa
net/r8169
net/memif
net/axgbe
net/ena
net/pcap
net/null
net/octeontx
net/vmxnet3
net/nfb
net/bnxt
net/softnic
net/mlx5
net/bonding
net/enic
common/qat
common/sfc_efx
common/dpaax
common/cnxk
common/nitrox
common/zsda
common/nfp
common/ionic
common/mvep
common/octeontx
common/mlx5
common/cpt
event/sw
event/cnxk
event/dlb2
event/dsw
event/skeleton
event/dpaa2
event/opdl
event/dpaa
event/octeontx
compress/qat
compress/uadk
compress/zlib
compress/nitrox
compress/zsda
compress/isal
compress/octeontx
compress/mlx5
crypto/qat
crypto/armv8
crypto/uadk
crypto/dpaa_sec
crypto/cnxk
crypto/nitrox
crypto/virtio
crypto/zsda
crypto/ipsec_mb
crypto/bcmfs
crypto/ionic
crypto/ccp
crypto/mvsam
crypto/openssl
crypto/caam_jr
crypto/null
crypto/octeontx
crypto/scheduler
crypto/dpaa2_sec
crypto/mlx5
ml/cnxk
raw/ifpga/base
vdpa/ifc/base
bus/vmbus/linux
bus/auxiliary/linux
bus/dpaa/include
bus/dpaa/base
bus/fslmc/qbman
bus/fslmc/mc
bus/fslmc/portal
bus/pci/linux
bus/pci/bsd
bus/pci/windows
net/enetc/base
net/tap/bpf
net/gve/base
net/cnxk/tx
net/cnxk/rx
net/qede/base
net/ntnic/ntlog
net/ntnic/include
net/ntnic/dbsconfig
net/ntnic/adapter
net/ntnic/nthw
net/ntnic/ntnic_filter
net/ntnic/nim
net/ntnic/ntnic_xstats
net/ntnic/link_mgmt
net/ntnic/ntutil
net/intel/idpf
net/intel/ixgbe
net/intel/cpfl
net/intel/ipn3ke
net/intel/common
net/intel/ice
net/intel/iavf
net/intel/i40e
net/intel/e1000
net/intel/fm10k
net/virtio/virtio_user
net/atlantic/hw_atl
net/nfp/nfpcore
net/nfp/flower
net/nfp/nfd3
net/nfp/nfdk
net/cxgbe/base
net/txgbe/base
net/dpaa2/base
net/dpaa2/mc
net/thunderx/base
net/pfe/base
net/ngbe/base
net/rnp/base
net/hinic/base
net/dpaa/fmlib
net/r8169/base
net/ena/base
net/octeontx/base
net/vmxnet3/base
net/bnxt/tf_core
net/bnxt/hcapi
net/bnxt/tf_ulp
net/mlx5/linux
net/mlx5/tools
net/mlx5/hws
net/mlx5/windows
net/enic/base
common/qat/dev
common/qat/qat_adf
common/sfc_efx/base
common/dpaax/caamflib
common/cnxk/hw
common/mlx5/linux
common/mlx5/windows
event/cnxk/tx
event/cnxk/deq
event/dlb2/pf
compress/qat/dev
compress/octeontx/include
crypto/qat/dev
crypto/virtio/virtio_user
crypto/bcmfs/hw
crypto/dpaa2_sec/mc
--- stderr ---
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-format-truncation: YES (cached)
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
cc: error: unrecognized command line option '-Waddress-of-packed-member'
Compiler for C supports arguments -Wno-address-of-packed-member: NO (cached)
Message: drivers/common/cpt: Defining dependency "common_cpt"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpppdu8fts
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpppdu8fts/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpppdu8fts/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wcast-qual -Wno-cast-qual
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-cast-qual: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpfqzgxef1
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpfqzgxef1/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpfqzgxef1/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith -Wno-pointer-arith
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-pointer-arith: YES
Message: drivers/common/dpaax: Defining dependency "common_dpaax"
Message: drivers/common/ionic: Defining dependency "common_ionic"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libmusdk' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --modversion libmusdk` -> 1
Run-time dependency libmusdk found: NO (tried pkgconfig)
Message: drivers/common/octeontx: Defining dependency "common_octeontx"
Message: drivers/bus/auxiliary: Defining dependency "bus_auxiliary"
Message: drivers/bus/cdx: Defining dependency "bus_cdx"
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-cast-qual: YES (cached)
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Message: drivers/bus/dpaa: Defining dependency "bus_dpaa"
Message: drivers/bus/fslmc: Defining dependency "bus_fslmc"
Message: drivers/bus/ifpga: Defining dependency "bus_ifpga"
Message: drivers/bus/pci: Defining dependency "bus_pci"
Message: drivers/bus/platform: Defining dependency "bus_platform"
Message: drivers/bus/uacce: Defining dependency "bus_uacce"
Message: drivers/bus/vdev: Defining dependency "bus_vdev"
Message: drivers/bus/vmbus: Defining dependency "bus_vmbus"
Message: drivers/common/cnxk: Defining dependency "common_cnxk"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpfvqc94q4
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpfvqc94q4/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpfvqc94q4/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -std=c11: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpll942cnw
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpll942cnw/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpll942cnw/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-prototypes -Wno-strict-prototypes
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-strict-prototypes: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpawchf177
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpawchf177/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpawchf177/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -D_BSD_SOURCE
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -D_BSD_SOURCE: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpupzfra6f
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpupzfra6f/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpupzfra6f/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -D_DEFAULT_SOURCE
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmplng3n1yg
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmplng3n1yg/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmplng3n1yg/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -D_XOPEN_SOURCE=600
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libmlx5' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --modversion libmlx5` -> 1
Run-time dependency libmlx5 found: NO (tried pkgconfig)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpgyxxw8ip
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpgyxxw8ip/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpgyxxw8ip/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmlx5 -Wl,--end-group -Wl,--allow-shlib-undefined
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
/usr/bin/ld: cannot find -lmlx5
collect2: error: ld returned 1 exit status
Library mlx5 found: NO
Configuring mlx5_autoconf.h using configuration
Message: drivers/common/nfp: Defining dependency "common_nfp"
Message: drivers/common/nitrox: Defining dependency "common_nitrox"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libcrypto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --modversion libcrypto` -> 0
1.1.1g
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --cflags libcrypto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --libs libcrypto` -> 0
-L/usr/lib64 -lcrypto
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --libs libcrypto` -> 0
-lcrypto
Run-time dependency libcrypto found: YES 1.1.1g
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpcgzlh0k6
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpcgzlh0k6/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpcgzlh0k6/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lIPSec_MB -Wl,--end-group -Wl,--allow-shlib-undefined
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
/usr/bin/ld: cannot find -lIPSec_MB
collect2: error: ld returned 1 exit status
Library IPSec_MB found: NO
Message: drivers/common/qat: Defining dependency "common_qat"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpdu0u2qvt
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpdu0u2qvt/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpdu0u2qvt/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wdisabled-optimization
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wdisabled-optimization: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpaaybd05w
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpaaybd05w/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpaaybd05w/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Waggregate-return
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Waggregate-return: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp7jhkuotz
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp7jhkuotz/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp7jhkuotz/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wbad-function-cast
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wbad-function-cast: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp7p328dfo
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp7p328dfo/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp7p328dfo/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wsign-compare -Wno-sign-compare
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-sign-compare: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp0rzlonqu
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp0rzlonqu/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp0rzlonqu/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-parameter -Wno-unused-parameter
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-unused-parameter: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpilffrk_i
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpilffrk_i/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpilffrk_i/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-variable -Wno-unused-variable
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-unused-variable: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpk1vqnfjg
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpk1vqnfjg/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpk1vqnfjg/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wempty-body -Wno-empty-body
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-empty-body: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpeb_gdb8s
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpeb_gdb8s/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpeb_gdb8s/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-but-set-variable -Wno-unused-but-set-variable
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-unused-but-set-variable: YES
Message: drivers/common/zsda: Defining dependency "common_zsda"
Message: drivers/mempool/bucket: Defining dependency "mempool_bucket"
Message: drivers/mempool/cnxk: Defining dependency "mempool_cnxk"
Message: drivers/mempool/dpaa: Defining dependency "mempool_dpaa"
Message: drivers/mempool/dpaa2: Defining dependency "mempool_dpaa2"
Message: drivers/mempool/octeontx: Defining dependency "mempool_octeontx"
Message: drivers/mempool/ring: Defining dependency "mempool_ring"
Message: drivers/mempool/stack: Defining dependency "mempool_stack"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpbsx2ncvw
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpbsx2ncvw/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpbsx2ncvw/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wuninitialized -Wno-uninitialized
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-uninitialized: YES
Message: drivers/dma/cnxk: Defining dependency "dma_cnxk"
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Message: drivers/dma/dpaa: Defining dependency "dma_dpaa"
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Message: drivers/dma/dpaa2: Defining dependency "dma_dpaa2"
Message: drivers/dma/odm: Defining dependency "dma_odm"
Message: drivers/dma/skeleton: Defining dependency "dma_skeleton"
Message: drivers/net/af_packet: Defining dependency "net_af_packet"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libxdp' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --modversion libxdp` -> 1
Run-time dependency libxdp found: NO (tried pkgconfig)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libbpf' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --modversion libbpf` -> 1
Run-time dependency libbpf found: NO (tried pkgconfig)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp8vkq4rp7
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp8vkq4rp7/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp8vkq4rp7/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lbpf -Wl,--end-group -Wl,--allow-shlib-undefined
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
/usr/bin/ld: cannot find -lbpf
collect2: error: ld returned 1 exit status
Library bpf found: NO
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmph_3aayqm
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmph_3aayqm/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11
Code:
#ifdef __has_include
#if !__has_include("linux/if_xdp.h")
#error "Header 'linux/if_xdp.h' could not be found"
#endif
#else
#include <linux/if_xdp.h>
#endif
Compiler stdout:
Compiler stderr:
Has header "linux/if_xdp.h" : YES
Message: drivers/net/ark: Defining dependency "net_ark"
Message: drivers/net/atlantic: Defining dependency "net_atlantic"
Message: drivers/net/avp: Defining dependency "net_avp"
Message: drivers/net/axgbe: Defining dependency "net_axgbe"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'zlib' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --modversion zlib` -> 0
1.2.11
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --cflags zlib` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --libs zlib` -> 0
-L/usr/lib64 -lz
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --libs zlib` -> 0
-lz
Run-time dependency zlib found: YES 1.2.11
Message: drivers/net/bnx2x: Defining dependency "net_bnx2x"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpw1tp_8m4
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpw1tp_8m4/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpw1tp_8m4/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -DSUPPORT_CFA_HW_P70=1
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -DSUPPORT_CFA_HW_P70=1: YES
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -DSUPPORT_CFA_HW_P70=1: YES (cached)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpbdvaa105
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpbdvaa105/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpbdvaa105/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -DCFA_BLD_PRINT_OBJ=1
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -DCFA_BLD_PRINT_OBJ=1: YES
Message: drivers/net/bnxt: Defining dependency "net_bnxt"
Message: drivers/net/bonding: Defining dependency "net_bond"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpihxue_3q
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpihxue_3q/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpihxue_3q/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -flax-vector-conversions
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -flax-vector-conversions: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpkavrhipz
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpkavrhipz/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpkavrhipz/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-aliasing -Wno-strict-aliasing
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-strict-aliasing: YES
Message: drivers/net/cnxk: Defining dependency "net_cnxk"
Message: drivers/net/cxgbe: Defining dependency "net_cxgbe"
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Message: drivers/net/dpaa: Defining dependency "net_dpaa"
Message: drivers/net/dpaa2: Defining dependency "net_dpaa2"
Message: drivers/net/ena: Defining dependency "net_ena"
Message: drivers/net/enetc: Defining dependency "net_enetc"
Message: drivers/net/enetfec: Defining dependency "net_enetfec"
Message: drivers/net/enic: Defining dependency "net_enic"
Message: drivers/net/failsafe: Defining dependency "net_failsafe"
Message: drivers/net/gve: Defining dependency "net_gve"
Message: drivers/net/hinic: Defining dependency "net_hinic"
Message: drivers/net/intel/e1000: Defining dependency "net_e1000"
Message: drivers/net/intel/fm10k: Defining dependency "net_fm10k"
Message: drivers/net/intel/iavf: Defining dependency "net_iavf"
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Message: drivers/net/intel/ice: Defining dependency "net_ice"
Message: drivers/net/intel/idpf: Defining dependency "net_idpf"
Message: drivers/net/intel/ipn3ke: Defining dependency "net_ipn3ke"
Message: drivers/net/intel/ixgbe: Defining dependency "net_ixgbe"
Message: drivers/net/intel/cpfl: Defining dependency "net_cpfl"
Message: drivers/net/ionic: Defining dependency "net_ionic"
Message: drivers/net/memif: Defining dependency "net_memif"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libmlx4' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --modversion libmlx4` -> 1
Run-time dependency libmlx4 found: NO (tried pkgconfig)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpufc3p64p
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpufc3p64p/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpufc3p64p/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmlx4 -Wl,--end-group -Wl,--allow-shlib-undefined
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
/usr/bin/ld: cannot find -lmlx4
collect2: error: ld returned 1 exit status
Library mlx4 found: NO
Message: Disabling mlx5 [drivers/net/mlx5]: missing internal dependency "common_mlx5"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libmusdk' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Run-time dependency libmusdk found: NO (tried pkgconfig)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libmusdk' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Run-time dependency libmusdk found: NO (tried pkgconfig)
Message: drivers/net/netvsc: Defining dependency "net_netvsc"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'netcope-common' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Called `/usr/bin/pkg-config --modversion netcope-common` -> 1
Run-time dependency netcope-common found: NO (tried pkgconfig)
Message: drivers/net/nfp: Defining dependency "net_nfp"
Message: drivers/net/ngbe: Defining dependency "net_ngbe"
Message: drivers/net/null: Defining dependency "net_null"
Message: drivers/net/octeontx: Defining dependency "net_octeontx"
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -flax-vector-conversions: YES (cached)
Message: drivers/net/octeon_ep: Defining dependency "net_octeon_ep"
Message: drivers/net/pcap: Defining dependency "net_pcap"
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Message: drivers/net/pfe: Defining dependency "net_pfe"
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmps15q3qmd
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmps15q3qmd/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmps15q3qmd/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes -Wno-missing-prototypes
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-missing-prototypes: YES
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-cast-qual: YES (cached)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpc8s1iu_s
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpc8s1iu_s/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpc8s1iu_s/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-function -Wno-unused-function
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-unused-function: YES
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-missing-prototypes: YES (cached)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpxvc85s5u
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpxvc85s5u/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpxvc85s5u/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-value -Wno-unused-value
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-unused-value: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpeh3lbo_w
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpeh3lbo_w/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpeh3lbo_w/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-nonliteral -Wno-format-nonliteral
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-format-nonliteral: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpi7s4mv1g
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpi7s4mv1g/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpi7s4mv1g/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wshift-negative-value -Wno-shift-negative-value
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-shift-negative-value: YES
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpgvftd71w
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpgvftd71w/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpgvftd71w/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations -Wno-missing-declarations
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-missing-declarations: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpoibyt7nw
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpoibyt7nw/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpoibyt7nw/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wmaybe-uninitialized -Wno-maybe-uninitialized
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-maybe-uninitialized: YES
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-strict-prototypes: YES (cached)
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-shift-negative-value: YES (cached)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmprjv1zsd0
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmprjv1zsd0/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmprjv1zsd0/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wimplicit-fallthrough -Wno-implicit-fallthrough
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-implicit-fallthrough: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpeitborvk
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpeitborvk/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpeitborvk/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-extra-args -Wno-format-extra-args
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -Wno-format-extra-args: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp8bict4l_
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp8bict4l_/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp8bict4l_/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wvisibility -Wno-visibility
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
cc: error: unrecognized command line option '-Wvisibility'
Compiler for C supports arguments -Wno-visibility: NO
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-empty-body: YES (cached)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpecncis0g
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpecncis0g/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpecncis0g/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Winvalid-source-encoding -Wno-invalid-source-encoding
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
cc: error: unrecognized command line option '-Winvalid-source-encoding'; did you mean '-Winvalid-memory-model'?
Compiler for C supports arguments -Wno-invalid-source-encoding: NO
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmppgvgar1c
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmppgvgar1c/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmppgvgar1c/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wsometimes-uninitialized -Wno-sometimes-uninitialized
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
cc: error: unrecognized command line option '-Wsometimes-uninitialized'; did you mean '-Wmaybe-uninitialized'?
Compiler for C supports arguments -Wno-sometimes-uninitialized: NO
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpyqzf1plg
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpyqzf1plg/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpyqzf1plg/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-bool-conversion -Wno-pointer-bool-conversion
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
cc: error: unrecognized command line option '-Wpointer-bool-conversion'; did you mean '-Wint-conversion'?
Compiler for C supports arguments -Wno-pointer-bool-conversion: NO
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-format-nonliteral: YES (cached)
Message: drivers/net/qede: Defining dependency "net_qede"
Message: drivers/net/r8169: Defining dependency "net_r8169"
Message: drivers/net/ring: Defining dependency "net_ring"
Message: drivers/net/rnp: Defining dependency "net_rnp"
Message: drivers/net/softnic: Defining dependency "net_softnic"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp9sy94jcu
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp9sy94jcu/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp9sy94jcu/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11
Code:
#include <linux/pkt_cls.h>
int main(void) {
/bin /boot /corefiles /dev /etc /home /lib /lib64 /lost+found /media /mnt /opt /proc /root /run /sbin /srv /sys /tmp /usr /var If it's not defined as a macro, try to use as a symbol app/ build/ buildtools/ config/ devtools/ doc/ drivers/ dts/ examples/ kernel/ lib/ license/ usertools/
#ifndef TCA_FLOWER_ACT
TCA_FLOWER_ACT;
#endif
return 0;
}
Compiler stdout:
Compiler stderr:
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_ACT" : YES
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libbpf' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]:
Run-time dependency libbpf found: NO (tried pkgconfig)
Message: net/tap: no RSS support missing libbpf
Message: drivers/net/tap: Defining dependency "net_tap"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmppr0lfxzo
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmppr0lfxzo/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmppr0lfxzo/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fno-prefetch-loop-arrays
Code:
extern int i;
int i;
Compiler stdout:
Compiler stderr:
Compiler for C supports arguments -fno-prefetch-loop-arrays: YES
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-maybe-uninitialized: YES (cached)
Message: drivers/net/thunderx: Defining dependency "net_thunderx"
Message: drivers/net/txgbe: Defining dependency "net_txgbe"
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: drivers/net/vdev_netvsc: Defining dependency "net_vdev_netvsc"
Message: drivers/net/vhost: Defining dependency "net_vhost"
Message: drivers/net/virtio: Defining dependency "net_virtio"
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Using cached compile:
Cached command line:
Code:
extern int i;
int i;
Cached compiler stdout:
Cached compiler stderr:
Compiler for C supports arguments -Wno-format-extra-args: YES (cached)
Message: drivers/net/vmxnet3: Defining dependency "net_vmxnet3"
Message: drivers/net/xsc: Defining dependency "net_xsc"
drivers/net/zxdh/meson.build:10:7: ERROR: Entry RTE_ARCH_ARM64 not in configuration data.
-------------------------------END LOGS------------------------------
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
2025-09-04 13:36 ` |FAILURE| pw156455 [PATCH] net/zxdh: fix building check for arm64 qemudev
@ 2025-09-04 14:09 ` checkpatch
2025-09-04 14:58 ` |PENDING| " dpdklab
` (20 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: checkpatch @ 2025-09-04 14:09 UTC (permalink / raw)
To: test-report
Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/156455
_coding style OK_
^ permalink raw reply [flat|nested] 23+ messages in thread
* |PENDING| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
2025-09-04 13:36 ` |FAILURE| pw156455 [PATCH] net/zxdh: fix building check for arm64 qemudev
2025-09-04 14:09 ` |SUCCESS| " checkpatch
@ 2025-09-04 14:58 ` dpdklab
2025-09-04 15:02 ` |SUCCESS| " dpdklab
` (19 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 14:58 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-compile-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/156455
_Testing pending_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> testing pending
Upstream job id: Generic-VM-DPDK-Compile-Meson#38122
Test environment and result as below:
+-------------------------------+--------------------+-------------------+------------------+
| Environment | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs |
+===============================+====================+===================+==================+
| Ubuntu 24.04 | PEND | PEND | PEND |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| FreeBSD 14.2 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| CentOS Stream 10 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Debian GNU/Linux 12 | PEND | PEND | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| CentOS Stream 9 | PEND | PEND | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Fedora Linux 42 | PEND | PEND | PEND |
+-------------------------------+--------------------+-------------------+------------------+
| openSUSE Leap 15.6 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 22.04 | PEND | PEND | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Alpine Linux 3.22.0 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Red Hat Enterprise Linux 8.10 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Red Hat Enterprise Linux 9.5 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 20.04
Kernel: 4.19
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
openSUSE Leap 15.6
Kernel: 5.15
Compiler: gcc gcc (SUSE Linux) 7.5.0
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Alpine Linux 3.22.0
Kernel: 5.15
Compiler: gcc gcc (Alpine 14.2.0) 14.2.0
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (2 preceding siblings ...)
2025-09-04 14:58 ` |PENDING| " dpdklab
@ 2025-09-04 15:02 ` dpdklab
2025-09-04 15:04 ` |FAILURE| " dpdklab
` (18 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 15:02 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-mellanox-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/156455
_Functional Testing PASS_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> functional testing pass
Upstream job id: Template-DPDK-DTS-Pipeline#1903
Test environment and result as below:
Ubuntu 24.04
Kernel: 6.8.0-55-generic
Compiler: gcc 13.3.0
NIC: Mellanox ConnectX-5 100000 Mbps
Aggregate Results by Test Suite
+---------------------------------+--------+
| Test Suite | Result |
+=================================+========+
| blocklist | PASS |
+---------------------------------+--------+
| promisc_support | PASS |
+---------------------------------+--------+
| uni_pkt | PASS |
+---------------------------------+--------+
| dynamic_config | PASS |
+---------------------------------+--------+
| hello_world | PASS |
+---------------------------------+--------+
| l2fwd | PASS |
+---------------------------------+--------+
| mtu | PASS |
+---------------------------------+--------+
| port_restart_config_persistency | PASS |
+---------------------------------+--------+
| softnic | PASS |
+---------------------------------+--------+
| vlan | PASS |
+---------------------------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |FAILURE| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (3 preceding siblings ...)
2025-09-04 15:02 ` |SUCCESS| " dpdklab
@ 2025-09-04 15:04 ` dpdklab
2025-09-04 15:05 ` |SUCCESS| " dpdklab
` (17 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 15:04 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Luca Boccassi
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/156455
_Testing issues_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#422654
Test environment and result as below:
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Environment | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_msvc_compile | dpdk_llvm_clang_compile |
+===============================+====================+===================+==================+===================+=========================+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| CentOS Stream 10 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Debian GNU/Linux 12 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| CentOS Stream 9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Fedora Linux 42 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| openSUSE Leap 15.6 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Ubuntu 22.04 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Alpine Linux 3.22.0 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Red Hat Enterprise Linux 8.10 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Red Hat Enterprise Linux 9.5 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PEND | PEND |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 20.04
Kernel: 4.19
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
openSUSE Leap 15.6
Kernel: 5.15
Compiler: gcc gcc (SUSE Linux) 7.5.0
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Alpine Linux 3.22.0
Kernel: 5.15
Compiler: gcc gcc (Alpine 14.2.0) 14.2.0
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (4 preceding siblings ...)
2025-09-04 15:04 ` |FAILURE| " dpdklab
@ 2025-09-04 15:05 ` dpdklab
2025-09-04 15:07 ` |FAILURE| " dpdklab
` (16 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 15:05 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-marvell-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/156455
_Functional Testing PASS_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#243135
Test environment and result as below:
Ubuntu 20.04.6
Kernel: 5.4.105
Compiler: gcc 9.4
NIC: Marvell CN106XX 50000 Mbps
Target: arm64-native-linuxapp-gcc
Aggregate Results by Test Suite
+----------------+--------+
| Test Suite | Result |
+================+========+
| cmdline | PASS |
+----------------+--------+
| rxtx_callbacks | PASS |
+----------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |FAILURE| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (5 preceding siblings ...)
2025-09-04 15:05 ` |SUCCESS| " dpdklab
@ 2025-09-04 15:07 ` dpdklab
2025-09-04 15:08 ` |PENDING| " dpdklab
` (15 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 15:07 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Luca Boccassi
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/156455
_Testing issues_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#422668
Test environment and result as below:
+------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | PEND |
+------------------------------+--------------------+
| Fedora Linux 42 | PEND |
+------------------------------+--------------------+
| Ubuntu 20.04 | PEND |
+------------------------------+--------------------+
| Debian GNU/Linux 12 | PEND |
+------------------------------+--------------------+
| Ubuntu 22.04 | PEND |
+------------------------------+--------------------+
| Ubuntu 24.04 | PEND |
+------------------------------+--------------------+
| CentOS Stream 9 | PEND |
+------------------------------+--------------------+
| CentOS Stream 10 | PEND |
+------------------------------+--------------------+
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Ubuntu 20.04
Kernel: 5.15
Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Ubuntu 22.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |PENDING| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (6 preceding siblings ...)
2025-09-04 15:07 ` |FAILURE| " dpdklab
@ 2025-09-04 15:08 ` dpdklab
2025-09-04 15:09 ` |SUCCESS| " dpdklab
` (14 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 15:08 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/156455
_Testing pending_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> testing pending
Upstream job id: Generic-Unit-Test-DPDK#368463
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9 | PASS |
+-------------------------------+----------------+
| Fedora Linux 40 | PEND |
+-------------------------------+----------------+
| Fedora Linux 42 | PEND |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | PEND |
+-------------------------------+----------------+
| Ubuntu 20.04 | PEND |
+-------------------------------+----------------+
| Fedora Linux 41 | PEND |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PEND |
+-------------------------------+----------------+
| Ubuntu 22.04 | PEND |
+-------------------------------+----------------+
| Ubuntu 24.04 | PEND |
+-------------------------------+----------------+
| CentOS Stream 10 | PEND |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | PEND |
+-------------------------------+----------------+
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Fedora Linux 40
Kernel: 5.15
Compiler: clang gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Fedora Linux 41
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (7 preceding siblings ...)
2025-09-04 15:08 ` |PENDING| " dpdklab
@ 2025-09-04 15:09 ` dpdklab
2025-09-04 15:10 ` |FAILURE| " dpdklab
` (13 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 15:09 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/156455
_Testing PASS_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> testing pass
Upstream job id: Template-DTS-Pipeline#243137
Test environment and result as below:
+--------------+----------------------+
| Environment | compressdev_zlib_pmd |
+==============+======================+
| Ubuntu 22.04 | PASS |
+--------------+----------------------+
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |FAILURE| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (8 preceding siblings ...)
2025-09-04 15:09 ` |SUCCESS| " dpdklab
@ 2025-09-04 15:10 ` dpdklab
2025-09-04 15:25 ` 0-day Robot
` (12 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 15:10 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Luca Boccassi
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/156455
_Testing issues_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#422656
Test environment and result as below:
+------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | PEND |
+------------------------------+--------------------+
| Fedora Linux 42 | PEND |
+------------------------------+--------------------+
| Ubuntu 20.04 | PEND |
+------------------------------+--------------------+
| Debian GNU/Linux 12 | PEND |
+------------------------------+--------------------+
| Ubuntu 22.04 | PEND |
+------------------------------+--------------------+
| Ubuntu 24.04 | PEND |
+------------------------------+--------------------+
| CentOS Stream 9 | PEND |
+------------------------------+--------------------+
| CentOS Stream 10 | PEND |
+------------------------------+--------------------+
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Ubuntu 20.04
Kernel: 5.15
Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Ubuntu 22.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |FAILURE| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (9 preceding siblings ...)
2025-09-04 15:10 ` |FAILURE| " dpdklab
@ 2025-09-04 15:25 ` 0-day Robot
2025-09-04 15:29 ` |SUCCESS| " dpdklab
` (11 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: 0-day Robot @ 2025-09-04 15:25 UTC (permalink / raw)
To: test-report; +Cc: luca.boccassi, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/156455/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/17467272602
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (10 preceding siblings ...)
2025-09-04 15:25 ` 0-day Robot
@ 2025-09-04 15:29 ` dpdklab
2025-09-04 15:32 ` dpdklab
` (10 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 15:29 UTC (permalink / raw)
To: Test Report, Ali Alnubani; +Cc: dpdk-test-reports
Test-Label: iol-mellanox-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/156455
_Performance Testing PASS_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> performance testing pass
Upstream job id: Template-DTS-Pipeline#243125
Test environment and result as below:
Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Mellanox ConnectX-6 Lx 25000 Mbps
Fail/Total: 0/6
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 1024 | 1 | 1 | 0.0% |
+------------+---------+----------+-------------+------------------------------+
| 128 | 1024 | 1 | 1 | 0.0% |
+------------+---------+----------+-------------+------------------------------+
| 256 | 1024 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
| 512 | 1024 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
| 1024 | 1024 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
| 1518 | 1024 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: NVIDIA Mellanox ConnectX-7 100000 Mbps
Fail/Total: 0/6
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 1024 | 1 | 1 | -0.2% |
+------------+---------+----------+-------------+------------------------------+
| 128 | 1024 | 1 | 1 | 0.7% |
+------------+---------+----------+-------------+------------------------------+
| 256 | 1024 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
| 512 | 1024 | 1 | 1 | 0.1% |
+------------+---------+----------+-------------+------------------------------+
| 1024 | 1024 | 1 | 1 | -0.2% |
+------------+---------+----------+-------------+------------------------------+
| 1518 | 1024 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (11 preceding siblings ...)
2025-09-04 15:29 ` |SUCCESS| " dpdklab
@ 2025-09-04 15:32 ` dpdklab
2025-09-04 15:44 ` dpdklab
` (9 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 15:32 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/156455
_Functional Testing PASS_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#243132
Test environment and result as below:
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Aggregate Results by Test Suite
+-----------------------------+--------+
| Test Suite | Result |
+=============================+========+
| unit_tests_mbuf | PASS |
+-----------------------------+--------+
| vhost_virtio_user_interrupt | PASS |
+-----------------------------+--------+
| virtio_smoke | PASS |
+-----------------------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (12 preceding siblings ...)
2025-09-04 15:32 ` dpdklab
@ 2025-09-04 15:44 ` dpdklab
2025-09-04 15:44 ` dpdklab
` (8 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 15:44 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/156455
_Testing PASS_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> testing pass
Upstream job id: Generic-Unit-Test-DPDK#368467
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9 | PASS |
+-------------------------------+----------------+
| Fedora Linux 40 | PASS |
+-------------------------------+----------------+
| Fedora Linux 42 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | PASS |
+-------------------------------+----------------+
| Ubuntu 20.04 | PASS |
+-------------------------------+----------------+
| Fedora Linux 41 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PASS |
+-------------------------------+----------------+
| Ubuntu 22.04 | PASS |
+-------------------------------+----------------+
| Ubuntu 24.04 | PASS |
+-------------------------------+----------------+
| CentOS Stream 10 | PASS |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | PASS |
+-------------------------------+----------------+
| Windows Server 2022 | PASS |
+-------------------------------+----------------+
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Fedora Linux 40
Kernel: 5.15
Compiler: clang gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Fedora Linux 41
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (13 preceding siblings ...)
2025-09-04 15:44 ` dpdklab
@ 2025-09-04 15:44 ` dpdklab
2025-09-04 15:45 ` |FAILURE| " dpdklab
` (7 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 15:44 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/156455
_Testing PASS_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> testing pass
Upstream job id: Generic-VM-Unit-Test-DPDK#30926
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9 | PASS |
+-------------------------------+----------------+
| Fedora Linux 40 | PASS |
+-------------------------------+----------------+
| Fedora Linux 42 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | PASS |
+-------------------------------+----------------+
| Ubuntu 20.04 | PASS |
+-------------------------------+----------------+
| Fedora Linux 41 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PASS |
+-------------------------------+----------------+
| Ubuntu 22.04 | PASS |
+-------------------------------+----------------+
| Ubuntu 24.04 | PASS |
+-------------------------------+----------------+
| CentOS Stream 10 | PASS |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | PASS |
+-------------------------------+----------------+
| Windows Server 2022 | PASS |
+-------------------------------+----------------+
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Fedora Linux 40
Kernel: 5.15
Compiler: clang gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Fedora Linux 41
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |FAILURE| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (14 preceding siblings ...)
2025-09-04 15:44 ` dpdklab
@ 2025-09-04 15:45 ` dpdklab
2025-09-04 15:46 ` |SUCCESS| " dpdklab
` (6 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 15:45 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Luca Boccassi
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/156455
_Testing issues_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> testing issues
Upstream job id: Aarch32-Unit-Test#7406
Test environment and result as below:
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+================+==============+==============================+===========================+
| Fedora Linux 40 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| CentOS Stream 10 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian GNU/Linux 12 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| CentOS Stream 9 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 | PEND | PEND | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 22.04 | FAIL | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 12 (arm) | SKIPPED | SKIPPED | PEND | PEND |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
==== Unit test summary for Ubuntu 22.04 (dpdk_unit_test): ====
Failed to get the unit test results.
Displaying the unit test results is not supported for some environments,
such as our aarch32 testing, where meson is not used to run the tests.
Download the logs available on our CI site.
==== End log output ====
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora Linux 42
Kernel: 5.4
Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (15 preceding siblings ...)
2025-09-04 15:45 ` |FAILURE| " dpdklab
@ 2025-09-04 15:46 ` dpdklab
2025-09-04 15:51 ` |FAILURE| " dpdklab
` (5 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 15:46 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/156455
_Testing PASS_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> testing pass
Upstream job id: ACVP-FIPS-testing#10992
Test environment and result as below:
+--------------+----------------------+----------------------+
| Environment | compressdev_zlib_pmd | dpdk_fips_validation |
+==============+======================+======================+
| Ubuntu 22.04 | PASS | SKIPPED |
+--------------+----------------------+----------------------+
| Ubuntu 20.04 | SKIPPED | PASS |
+--------------+----------------------+----------------------+
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |FAILURE| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (16 preceding siblings ...)
2025-09-04 15:46 ` |SUCCESS| " dpdklab
@ 2025-09-04 15:51 ` dpdklab
2025-09-04 16:01 ` dpdklab
` (4 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 15:51 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Luca Boccassi
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/156455
_Testing issues_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#368489
Test environment and result as below:
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+================+==============+==============================+===========================+
| Fedora Linux 40 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| CentOS Stream 10 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian GNU/Linux 12 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| CentOS Stream 9 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 | PEND | PASS | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 22.04 | FAIL | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 12 (arm) | SKIPPED | SKIPPED | PEND | PEND |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
==== Unit test summary for Ubuntu 22.04 (dpdk_unit_test): ====
Failed to get the unit test results.
Displaying the unit test results is not supported for some environments,
such as our aarch32 testing, where meson is not used to run the tests.
Download the logs available on our CI site.
==== End log output ====
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora Linux 42
Kernel: 5.4
Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |FAILURE| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (17 preceding siblings ...)
2025-09-04 15:51 ` |FAILURE| " dpdklab
@ 2025-09-04 16:01 ` dpdklab
2025-09-04 16:01 ` |SUCCESS| " dpdklab
` (3 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 16:01 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Luca Boccassi
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/156455
_Testing issues_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#422645
Test environment and result as below:
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile |
+===============================+====================+===================+==================+===================+=========================+======================+
| Ubuntu 24.04 | PASS | WARN | PASS | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| CentOS Stream 10 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Debian GNU/Linux 12 | PASS | WARN | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| CentOS Stream 9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Fedora Linux 42 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| openSUSE Leap 15.6 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 22.04 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Alpine Linux 3.22.0 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Red Hat Enterprise Linux 8.10 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Red Hat Enterprise Linux 9.5 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS | PASS | PASS |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
==== 20 line log output for Debian GNU/Linux 12 (dpdk_compile_spdk): ====
--- Failed to get log output ---
==== End log output ====
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 20.04
Kernel: 4.19
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
openSUSE Leap 15.6
Kernel: 5.15
Compiler: gcc gcc (SUSE Linux) 7.5.0
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Alpine Linux 3.22.0
Kernel: 5.15
Compiler: gcc gcc (Alpine 14.2.0) 14.2.0
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (18 preceding siblings ...)
2025-09-04 16:01 ` dpdklab
@ 2025-09-04 16:01 ` dpdklab
2025-09-04 16:23 ` dpdklab
` (2 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 16:01 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/156455
_Performance Testing PASS_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> performance testing pass
Upstream job id: Template-DTS-Pipeline#243128
Test environment and result as below:
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
NIC: Intel E810 100000 Mbps
Fail/Total: 0/2
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 512 | 1 | 1 | 0.2% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | -0.1% |
+------------+---------+----------+-------------+------------------------------+
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Fail/Total: 0/4
Detail performance results:
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size | throughput difference from |
| | | | | expected |
+==========+=============+=========+============+==============================+
| 1 | 2 | 512 | 64 | -0.9% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | 0.9% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | -0.3% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | 2.8% |
+----------+-------------+---------+------------+------------------------------+
Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel E810 (Arm Grace Server) 100000 Mbps
Fail/Total: 0/2
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 512 | 1 | 1 | -1.7% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | -0.1% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (19 preceding siblings ...)
2025-09-04 16:01 ` |SUCCESS| " dpdklab
@ 2025-09-04 16:23 ` dpdklab
2025-09-04 18:30 ` |FAILURE| " dpdklab
2025-09-04 19:16 ` dpdklab
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 16:23 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/156455
_Testing PASS_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> testing pass
Upstream job id: Template-DTS-Pipeline#243136
Test environment and result as below:
+--------------+----------------------+----------------------+
| Environment | compressdev_zlib_pmd | dpdk_fips_validation |
+==============+======================+======================+
| Ubuntu 22.04 | PASS | SKIPPED |
+--------------+----------------------+----------------------+
| Ubuntu 20.04 | SKIPPED | PASS |
+--------------+----------------------+----------------------+
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |FAILURE| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (20 preceding siblings ...)
2025-09-04 16:23 ` dpdklab
@ 2025-09-04 18:30 ` dpdklab
2025-09-04 19:16 ` dpdklab
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 18:30 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Luca Boccassi
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/156455
_Testing issues_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#368487
Test environment and result as below:
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+================+==============+==============================+===========================+
| Fedora Linux 40 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora Linux 42 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora Linux 41 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| CentOS Stream 10 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian GNU/Linux 12 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| CentOS Stream 9 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 24.04 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 | PASS | PASS | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 22.04 | FAIL | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 12 (arm) | SKIPPED | SKIPPED | PASS | PASS |
+------------------------------+----------------+--------------+------------------------------+---------------------------+
==== Unit test summary for Ubuntu 22.04 (dpdk_unit_test): ====
Failed to get the unit test results.
Displaying the unit test results is not supported for some environments,
such as our aarch32 testing, where meson is not used to run the tests.
Download the logs available on our CI site.
==== End log output ====
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora Linux 42
Kernel: 5.4
Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |FAILURE| pw156455 [PATCH] net/zxdh: fix building check for arm64
[not found] <20250904141059.54626-1-luca.boccassi@gmail.com>
` (21 preceding siblings ...)
2025-09-04 18:30 ` |FAILURE| " dpdklab
@ 2025-09-04 19:16 ` dpdklab
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-04 19:16 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Luca Boccassi
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/156455
_Testing issues_
Submitter: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thursday, September 04 2025 14:10:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:211f1660212809640003eb83664d4fbaa01e1a2a
156455 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#422660
Test environment and result as below:
+------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | PASS |
+------------------------------+--------------------+
| Fedora Linux 42 | PASS |
+------------------------------+--------------------+
| Ubuntu 20.04 | PASS |
+------------------------------+--------------------+
| Debian GNU/Linux 12 | PASS |
+------------------------------+--------------------+
| Ubuntu 22.04 | PASS |
+------------------------------+--------------------+
| Ubuntu 24.04 | PASS |
+------------------------------+--------------------+
| CentOS Stream 9 | PASS |
+------------------------------+--------------------+
| CentOS Stream 10 | PASS |
+------------------------------+--------------------+
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Ubuntu 20.04
Kernel: 5.15
Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Ubuntu 22.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34024/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread