* |WARNING| pw124801 [PATCH] log: add timestamp for log
[not found] <20230304030437.706-1-luzhipeng@cestc.cn>
@ 2023-03-04 3:06 ` checkpatch
2023-03-04 4:39 ` |FAILURE| " 0-day Robot
` (2 subsequent siblings)
3 siblings, 0 replies; 32+ messages in thread
From: checkpatch @ 2023-03-04 3:06 UTC (permalink / raw)
To: test-report; +Cc: luzhipeng
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/124801
_coding style issues_
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#83: FILE: lib/eal/common/eal_common_log.c:487:
+ struct tm *info;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#84: FILE: lib/eal/common/eal_common_log.c:488:
+ char date[24];$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#85: FILE: lib/eal/common/eal_common_log.c:489:
+ struct timespec ts;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#86: FILE: lib/eal/common/eal_common_log.c:490:
+ long usec;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#88: FILE: lib/eal/common/eal_common_log.c:492:
+ clock_gettime(CLOCK_REALTIME, &ts);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#89: FILE: lib/eal/common/eal_common_log.c:493:
+ info = localtime(&ts.tv_sec);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#90: FILE: lib/eal/common/eal_common_log.c:494:
+ usec = ts.tv_nsec / 1000;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#91: FILE: lib/eal/common/eal_common_log.c:495:
+ if (info == NULL) {$
ERROR:CODE_INDENT: code indent should use tabs where possible
#92: FILE: lib/eal/common/eal_common_log.c:496:
+ snprintf(buf, buf_size, "[%s.%06ld] ", "unknown date", usec);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#92: FILE: lib/eal/common/eal_common_log.c:496:
+ snprintf(buf, buf_size, "[%s.%06ld] ", "unknown date", usec);$
ERROR:CODE_INDENT: code indent should use tabs where possible
#93: FILE: lib/eal/common/eal_common_log.c:497:
+ return;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#93: FILE: lib/eal/common/eal_common_log.c:497:
+ return;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#94: FILE: lib/eal/common/eal_common_log.c:498:
+ }$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#96: FILE: lib/eal/common/eal_common_log.c:500:
+ strftime(date, sizeof(date), "%Y-%m-%d %H:%M:%S", info);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#97: FILE: lib/eal/common/eal_common_log.c:501:
+ snprintf(buf, buf_size, "[%s.%06ld] ", date, usec);$
ERROR:SPACING: space required after that ',' (ctx:VxV)
#117: FILE: lib/eal/common/eal_common_log.c:524:
+ fprintf(f,"%s ",timestamp);
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#117: FILE: lib/eal/common/eal_common_log.c:524:
+ fprintf(f,"%s ",timestamp);
^
total: 4 errors, 13 warnings, 43 lines checked
zhipeng Lu <luzhipeng@cestc.cn> is unknown, please fix the commit message or update .mailmap.
zhipeng Lu <luzhipeng@cestc.cn> is unknown, please fix the commit message or update .mailmap.
^ permalink raw reply [flat|nested] 32+ messages in thread
* |FAILURE| pw124801 [PATCH] log: add timestamp for log
[not found] <20230304030437.706-1-luzhipeng@cestc.cn>
2023-03-04 3:06 ` |WARNING| pw124801 [PATCH] log: add timestamp for log checkpatch
@ 2023-03-04 4:39 ` 0-day Robot
2023-03-06 7:03 ` |SUCCESS| " qemudev
2023-03-06 7:03 ` qemudev
3 siblings, 0 replies; 32+ messages in thread
From: 0-day Robot @ 2023-03-04 4:39 UTC (permalink / raw)
To: test-report; +Cc: luzhipeng, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/124801/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/4329092516
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-mini" failed at step Build and test
"ubuntu-20.04-gcc-abi+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
"ubuntu-20.04-gcc-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" failed at step Build and test
"fedora:35-gcc" failed at step Build
"fedora:35-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################
[10/1405] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
[11/1405] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[12/1405] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[13/1405] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[14/1405] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[15/1405] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[16/1405] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[17/1405] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[18/1405] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[19/1405] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[20/1405] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[21/1405] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[22/1405] Generating kvargs.sym_chk with a meson_exe.py custom command.
[23/1405] Linking target lib/librte_kvargs.so.23.1.
[24/1405] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for ‘rte_log_get_timestamp_prefix’ [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[25/1405] Generating telemetry.sym_chk with a meson_exe.py custom command.
[26/1405] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.1.symbols'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-abi+doc+tests" at step Build and test
####################################################################################
[18/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[19/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[20/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[21/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[22/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[23/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[24/4276] Generating telemetry.sym_chk with a meson_exe.py custom command.
[25/4276] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.1.symbols'.
[26/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[27/4276] Linking target lib/librte_telemetry.so.23.1.
[28/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
[29/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.o'.
[30/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memzone.c.o'.
[31/4276] Generating symbol file 'lib/76b5a35@@rte_telemetry@sha/librte_telemetry.so.23.1.symbols'.
[32/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for ‘rte_log_get_timestamp_prefix’ [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[33/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_options.c.o'.
[34/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_string_fns.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[12/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[13/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[14/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[15/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[16/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[17/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[18/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[19/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[20/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[21/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[22/4276] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache clang -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for function 'rte_log_get_timestamp_prefix' [-Werror,-Wmissing-prototypes]
rte_log_get_timestamp_prefix(char *buf, int buf_size)
^
../lib/eal/common/eal_common_log.c:484:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void
^
static
1 error generated.
[23/4276] Generating kvargs.sym_chk with a meson_exe.py custom command.
[24/4276] Generating telemetry.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
[11/2977] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memzone.c.o'.
[12/2977] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.o'.
[13/2977] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[14/2977] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[15/2977] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[16/2977] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[17/2977] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[18/2977] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[19/2977] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[20/2977] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[21/2977] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[22/2977] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[23/2977] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[24/2977] Generating kvargs.sym_chk with a meson_exe.py custom command.
[25/2977] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for ‘rte_log_get_timestamp_prefix’ [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[26/2977] Generating telemetry.sym_chk with a meson_exe.py custom command.
[27/2977] Linking target lib/librte_kvargs.so.23.1.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
[12/1295] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.obj'.
[13/1295] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs-23.dll.symbols'.
[14/1295] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.obj'.
[15/1295] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.obj'.
[16/1295] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.obj'.
[17/1295] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.obj'.
[18/1295] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.obj'.
[19/1295] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.obj'.
[20/1295] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.obj'.
[21/1295] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.obj'.
[22/1295] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.obj'.
[23/1295] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.obj'.
[24/1295] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.obj'.
[25/1295] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.obj'.
[26/1295] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.obj'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.obj
ccache x86_64-w64-mingw32-gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/windows/include -I../lib/eal/windows/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.obj' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.obj.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.obj' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for ‘rte_log_get_timestamp_prefix’ [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[27/1295] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.obj'.
[28/1295] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################
[10/3909] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
[11/3909] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memzone.c.o'.
[12/3909] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.o'.
[13/3909] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[14/3909] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[15/3909] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[16/3909] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[17/3909] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[18/3909] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[19/3909] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[20/3909] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[21/3909] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[22/3909] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[23/3909] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[24/3909] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache aarch64-linux-gnu-gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for ‘rte_log_get_timestamp_prefix’ [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[25/3909] Generating kvargs.sym_chk with a meson_exe.py custom command.
[26/3909] Generating telemetry.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
[9/3759] Linking static target lib/librte_telemetry.a.
[10/3759] Compiling C object 'lib/76b5a35@@rte_telemetry@sha/telemetry_telemetry_legacy.c.o'.
[11/3759] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
[12/3759] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[13/3759] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[14/3759] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[15/3759] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[16/3759] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[17/3759] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[18/3759] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[19/3759] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[20/3759] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[21/3759] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[22/3759] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[23/3759] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache powerpc64le-linux-gnu-gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/ppc/include -I../lib/eal/ppc/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for ‘rte_log_get_timestamp_prefix’ [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[24/3759] Generating kvargs.sym_chk with a meson_exe.py custom command.
[25/3759] Generating telemetry.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
[9/3731] Compiling C object 'lib/76b5a35@@rte_telemetry@sha/telemetry_telemetry_data.c.o'.
[10/3731] Compiling C object 'lib/76b5a35@@rte_telemetry@sha/telemetry_telemetry_legacy.c.o'.
[11/3731] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
[12/3731] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[13/3731] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[14/3731] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[15/3731] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[16/3731] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[17/3731] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[18/3731] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[19/3731] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[20/3731] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[21/3731] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[22/3731] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[23/3731] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache riscv64-linux-gnu-gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/riscv/include -I../lib/eal/riscv/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=rv64gc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for ‘rte_log_get_timestamp_prefix’ [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[24/3731] Generating kvargs.sym_chk with a meson_exe.py custom command.
[25/3731] Generating telemetry.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "fedora:35-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc" at step Build
####################################################################################
####################################################################################
#### [Begin job log] "fedora:35-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
[not found] <20230304030437.706-1-luzhipeng@cestc.cn>
2023-03-04 3:06 ` |WARNING| pw124801 [PATCH] log: add timestamp for log checkpatch
2023-03-04 4:39 ` |FAILURE| " 0-day Robot
@ 2023-03-06 7:03 ` qemudev
2023-03-06 7:03 ` qemudev
3 siblings, 0 replies; 32+ messages in thread
From: qemudev @ 2023-03-06 7:03 UTC (permalink / raw)
To: test-report
Test-Label: loongarch-compilation
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Compilation OK_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Sat, 4 Mar 2023 11:04:37 +0800
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> meson & ninja build successfully
Test environment and result as below:
+---------------------+----------------+
| Environment | compilation |
+---------------------+----------------+
| Loongnix-Server 8.3 | PASS |
+---------------------+----------------+
Loongnix-Server 8.3
Kernel: 4.19.190+
Compiler: gcc 8.3
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
[not found] <20230304030437.706-1-luzhipeng@cestc.cn>
` (2 preceding siblings ...)
2023-03-06 7:03 ` |SUCCESS| " qemudev
@ 2023-03-06 7:03 ` qemudev
3 siblings, 0 replies; 32+ messages in thread
From: qemudev @ 2023-03-06 7:03 UTC (permalink / raw)
To: test-report
Test-Label: loongarch-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Unit Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Sat, 4 Mar 2023 11:04:37 +0800
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> testing pass
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+---------------------+----------------+
| Loongnix-Server 8.3 | PASS |
+---------------------+----------------+
Loongnix-Server 8.3
Kernel: 4.19.190+
Compiler: gcc 8.3
Test result details:
1/103 DPDK:fast-tests / acl_autotest OK 2.82s
2/103 DPDK:fast-tests / atomic_autotest OK 7.28s
3/103 DPDK:fast-tests / bitmap_autotest OK 0.07s
4/103 DPDK:fast-tests / bpf_autotest OK 0.07s
5/103 DPDK:fast-tests / bpf_convert_autotest OK 0.07s
6/103 DPDK:fast-tests / bitops_autotest OK 0.07s
7/103 DPDK:fast-tests / byteorder_autotest OK 0.07s
8/103 DPDK:fast-tests / cksum_autotest OK 0.07s
9/103 DPDK:fast-tests / cmdline_autotest OK 0.07s
10/103 DPDK:fast-tests / common_autotest OK 0.92s
11/103 DPDK:fast-tests / cpuflags_autotest OK 0.07s
12/103 DPDK:fast-tests / debug_autotest OK 2.07s
13/103 DPDK:fast-tests / devargs_autotest OK 0.07s
14/103 DPDK:fast-tests / eal_flags_c_opt_autotest OK 0.62s
15/103 DPDK:fast-tests / eal_flags_main_opt_autotest OK 0.22s
16/103 DPDK:fast-tests / eal_flags_n_opt_autotest OK 0.17s
17/103 DPDK:fast-tests / eal_flags_hpet_autotest OK 0.12s
18/103 DPDK:fast-tests / eal_flags_no_huge_autotest OK 0.22s
19/103 DPDK:fast-tests / eal_flags_a_opt_autotest OK 0.27s
20/103 DPDK:fast-tests / eal_flags_b_opt_autotest OK 0.22s
21/103 DPDK:fast-tests / eal_flags_vdev_opt_autotest OK 0.17s
22/103 DPDK:fast-tests / eal_flags_r_opt_autotest OK 0.17s
23/103 DPDK:fast-tests / eal_flags_mem_autotest OK 0.52s
24/103 DPDK:fast-tests / eal_flags_file_prefix_autotest OK 22.26s
25/103 DPDK:fast-tests / eal_flags_misc_autotest OK 0.77s
26/103 DPDK:fast-tests / eal_fs_autotest OK 0.07s
27/103 DPDK:fast-tests / errno_autotest OK 0.07s
28/103 DPDK:fast-tests / ethdev_link_status OK 0.07s
29/103 DPDK:fast-tests / event_ring_autotest OK 0.07s
30/103 DPDK:fast-tests / fib_autotest OK 0.87s
31/103 DPDK:fast-tests / fib6_autotest OK 0.87s
32/103 DPDK:fast-tests / func_reentrancy_autotest OK 2.23s
33/103 DPDK:fast-tests / hash_autotest OK 1.02s
34/103 DPDK:fast-tests / interrupt_autotest OK 1.37s
35/103 DPDK:fast-tests / ipfrag_autotest OK 0.07s
36/103 DPDK:fast-tests / lcores_autotest OK 0.97s
37/103 DPDK:fast-tests / logs_autotest OK 0.07s
38/103 DPDK:fast-tests / lpm_autotest OK 5.95s
39/103 DPDK:fast-tests / lpm6_autotest OK 8.81s
40/103 DPDK:fast-tests / malloc_autotest OK 61.05s
41/103 DPDK:fast-tests / mbuf_autotest OK 7.43s
42/103 DPDK:fast-tests / mcslock_autotest OK 2.67s
43/103 DPDK:fast-tests / memcpy_autotest OK 6.68s
44/103 DPDK:fast-tests / memory_autotest OK 0.12s
45/103 DPDK:fast-tests / mempool_autotest OK 0.42s
46/103 DPDK:fast-tests / memzone_autotest OK 0.17s
47/103 DPDK:fast-tests / meter_autotest OK 0.07s
48/103 DPDK:fast-tests / multiprocess_autotest OK 0.17s
49/103 DPDK:fast-tests / per_lcore_autotest OK 0.17s
50/103 DPDK:fast-tests / pflock_autotest OK 0.87s
51/103 DPDK:fast-tests / prefetch_autotest OK 0.07s
52/103 DPDK:fast-tests / rcu_qsbr_autotest OK 0.57s
53/103 DPDK:fast-tests / pie_autotest OK 0.07s
54/103 DPDK:fast-tests / rib_autotest OK 10.29s
55/103 DPDK:fast-tests / rib6_autotest OK 10.29s
56/103 DPDK:fast-tests / ring_autotest OK 0.12s
57/103 DPDK:fast-tests / rwlock_test1_autotest OK 0.82s
58/103 DPDK:fast-tests / rwlock_rda_autotest OK 5.07s
59/103 DPDK:fast-tests / rwlock_rds_wrm_autotest OK 5.07s
60/103 DPDK:fast-tests / rwlock_rde_wro_autotest OK 5.07s
61/103 DPDK:fast-tests / sched_autotest OK 0.07s
62/103 DPDK:fast-tests / security_autotest OK 0.07s
63/103 DPDK:fast-tests / seqlock_autotest OK 2.07s
64/103 DPDK:fast-tests / spinlock_autotest OK 0.17s
65/103 DPDK:fast-tests / stack_autotest OK 0.87s
66/103 DPDK:fast-tests / stack_lf_autotest SKIP 0.07s exit status 77
67/103 DPDK:fast-tests / string_autotest OK 0.07s
68/103 DPDK:fast-tests / tailq_autotest OK 0.07s
69/103 DPDK:fast-tests / ticketlock_autotest OK 0.22s
70/103 DPDK:fast-tests / timer_autotest OK 3.87s
71/103 DPDK:fast-tests / user_delay_us OK 0.07s
72/103 DPDK:fast-tests / version_autotest OK 0.07s
73/103 DPDK:fast-tests / crc_autotest OK 0.07s
74/103 DPDK:fast-tests / distributor_autotest OK 1.22s
75/103 DPDK:fast-tests / eventdev_common_autotest OK 0.07s
76/103 DPDK:fast-tests / fbarray_autotest OK 0.07s
77/103 DPDK:fast-tests / hash_readwrite_func_autotest OK 6.38s
78/103 DPDK:fast-tests / ipsec_autotest SKIP 0.07s exit status 77
79/103 DPDK:fast-tests / kni_autotest SKIP 0.07s exit status 77
80/103 DPDK:fast-tests / kvargs_autotest OK 0.07s
81/103 DPDK:fast-tests / member_autotest OK 1.22s
82/103 DPDK:fast-tests / power_cpufreq_autotest SKIP 0.07s exit status 77
83/103 DPDK:fast-tests / power_autotest OK 0.07s
84/103 DPDK:fast-tests / power_kvm_vm_autotest SKIP 0.07s exit status 77
85/103 DPDK:fast-tests / power_intel_uncore_autotest SKIP 0.07s exit status 77
86/103 DPDK:fast-tests / reorder_autotest OK 0.12s
87/103 DPDK:fast-tests / service_autotest OK 3.32s
88/103 DPDK:fast-tests / thash_autotest OK 0.07s
89/103 DPDK:fast-tests / threads_autotest OK 0.22s
90/103 DPDK:fast-tests / trace_autotest OK 0.07s
91/103 DPDK:fast-tests / trace_autotest_with_traces OK 0.12s
92/103 DPDK:fast-tests / metrics_autotest OK 0.07s
93/103 DPDK:fast-tests / telemetry_json_autotest OK 0.07s
94/103 DPDK:fast-tests / telemetry_data_autotest OK 0.07s
95/103 DPDK:fast-tests / table_autotest OK 10.15s
96/103 DPDK:fast-tests / ring_pmd_autotest OK 0.07s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest OK 1.47s
98/103 DPDK:fast-tests / bitratestats_autotest OK 0.07s
99/103 DPDK:fast-tests / latencystats_autotest OK 0.07s
100/103 DPDK:fast-tests / pdump_autotest OK 5.17s
101/103 DPDK:fast-tests / vdev_autotest OK 0.07s
102/103 DPDK:fast-tests / compressdev_autotest SKIP 0.07s exit status 77
103/103 DPDK:fast-tests / telemetry_all OK 14.95s
Ok: 96
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 7
Timeout: 0
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-06 3:59 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-06 3:59 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Functional Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> functional testing pass
Test environment and result as below:
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-06 3:55 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-06 3:55 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Performance Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> performance testing pass
Test environment and result as below:
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4
Detail performance results:
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size | throughput difference from |
| | | | | expected |
+==========+=============+=========+============+==============================+
| 1 | 2 | 512 | 64 | 0.0% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | -0.4% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | -2.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | 4.0% |
+----------+-------------+---------+------------+------------------------------+
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6
Detail performance results:
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size | throughput difference from |
| | | | | expected |
+==========+=============+=========+============+==============================+
| 1 | 2 | 128 | 64 | 0.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 512 | 64 | -0.3% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | 0.0% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 128 | 64 | -0.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | -0.8% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | -1.0% |
+----------+-------------+---------+------------+------------------------------+
Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 512 | 1 | 1 | -2.2% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | 1.8% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-06 3:44 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-06 3:44 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-broadcom-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Functional Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> functional testing pass
Test environment and result as below:
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1
Ubuntu 22.04
Kernel: 5.15.0-58-generic x86_64
Compiler: gcc gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
NIC: Broadcom Inc. and subsidiaries BCM957508-P2100G Dual-Port 100 Gb/s QSFP56 100 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: Broadcom Inc. and subsidiaries BCM957508-P2100G Dual-Port 100 Gb/s QSFP56 100 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-06 3:40 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-06 3:40 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-broadcom-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Functional Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> functional testing pass
Test environment and result as below:
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1
Ubuntu 22.04
Kernel: 5.15.0-58-generic x86_64
Compiler: gcc gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
NIC: Broadcom Inc. and subsidiaries BCM957508-P2100G Dual-Port 100 Gb/s QSFP56 100 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: Broadcom Inc. and subsidiaries BCM957508-P2100G Dual-Port 100 Gb/s QSFP56 100 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-06 3:36 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-06 3:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Functional Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> functional testing pass
Test environment and result as below:
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-06 3:32 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-06 3:32 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Performance Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> performance testing pass
Test environment and result as below:
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6
Detail performance results:
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size | throughput difference from |
| | | | | expected |
+==========+=============+=========+============+==============================+
| 1 | 2 | 128 | 64 | 0.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 512 | 64 | -0.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | 0.2% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 128 | 64 | -0.6% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | -0.7% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | -0.5% |
+----------+-------------+---------+------------+------------------------------+
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4
Detail performance results:
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size | throughput difference from |
| | | | | expected |
+==========+=============+=========+============+==============================+
| 1 | 2 | 512 | 64 | 0.4% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | 0.6% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | -3.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | 2.0% |
+----------+-------------+---------+------------+------------------------------+
Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 512 | 1 | 1 | -1.1% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | 1.6% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 21:37 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 21:37 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon
Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> testing pass
Test environment and result as below:
+------------------+----------+
| Environment | abi_test |
+==================+==========+
| Ubuntu 22.04 | PASS |
+------------------+----------+
| openSUSE Leap 15 | PASS |
+------------------+----------+
| Debian Bullseye | PASS |
+------------------+----------+
| CentOS Stream 9 | PASS |
+------------------+----------+
| RHEL 7 | PASS |
+------------------+----------+
| Ubuntu 20.04 | PASS |
+------------------+----------+
| CentOS Stream 8 | PASS |
+------------------+----------+
| Debian Buster | PASS |
+------------------+----------+
| RHEL8 | PASS |
+------------------+----------+
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 20:05 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 20:05 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon
Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> testing pass
Test environment and result as below:
+------------------+----------+
| Environment | abi_test |
+==================+==========+
| Debian Bullseye | PASS |
+------------------+----------+
| Ubuntu 22.04 | PASS |
+------------------+----------+
| Debian Buster | PASS |
+------------------+----------+
| CentOS Stream 8 | PASS |
+------------------+----------+
| openSUSE Leap 15 | PASS |
+------------------+----------+
| RHEL8 | PASS |
+------------------+----------+
| RHEL 7 | PASS |
+------------------+----------+
| CentOS Stream 9 | PASS |
+------------------+----------+
| Ubuntu 20.04 | PASS |
+------------------+----------+
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 5:40 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 5:40 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Functional Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> functional testing pass
Test environment and result as below:
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 5:36 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 5:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Functional Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> functional testing pass
Test environment and result as below:
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 5:27 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 5:27 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Performance Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> performance testing pass
Test environment and result as below:
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4
Detail performance results:
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size | throughput difference from |
| | | | | expected |
+==========+=============+=========+============+==============================+
| 1 | 2 | 512 | 64 | 0.0% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | -0.4% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | -2.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | 4.0% |
+----------+-------------+---------+------------+------------------------------+
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6
Detail performance results:
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size | throughput difference from |
| | | | | expected |
+==========+=============+=========+============+==============================+
| 1 | 2 | 128 | 64 | 0.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 512 | 64 | -0.3% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | 0.0% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 128 | 64 | -0.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | -0.8% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | -1.0% |
+----------+-------------+---------+------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 5:27 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 5:27 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-broadcom-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Performance Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> performance testing pass
Test environment and result as below:
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 512 | 1 | 1 | -0.6% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | -2.3% |
+------------+---------+----------+-------------+------------------------------+
Ubuntu 22.04
Kernel: 5.15.0-39-generic
Compiler: gcc gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/3
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 128 | 1 | 1 | -0.8% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 512 | 1 | 1 | 1.5% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | -0.4% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 5:24 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 5:24 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Performance Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> performance testing pass
Test environment and result as below:
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4
Detail performance results:
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size | throughput difference from |
| | | | | expected |
+==========+=============+=========+============+==============================+
| 1 | 2 | 512 | 64 | 0.0% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | -0.4% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | -2.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | 4.0% |
+----------+-------------+---------+------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 5:21 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 5:21 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-broadcom-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Performance Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> performance testing pass
Test environment and result as below:
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 512 | 1 | 1 | -0.6% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | -2.3% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 5:20 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 5:20 UTC (permalink / raw)
To: Ali Alnubani, Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-mellanox-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Performance Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> performance testing pass
Test environment and result as below:
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-5 100000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 256 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
| 128 | 256 | 1 | 1 | 0.0% |
+------------+---------+----------+-------------+------------------------------+
| 1024 | 256 | 1 | 1 | 0.0% |
+------------+---------+----------+-------------+------------------------------+
| 256 | 256 | 1 | 1 | 0.2% |
+------------+---------+----------+-------------+------------------------------+
| 1518 | 256 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
| 512 | 256 | 1 | 1 | 0.2% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 5:15 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 5:15 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Functional Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> functional testing pass
Test environment and result as below:
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 5:15 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 5:15 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-broadcom-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Functional Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> functional testing pass
Test environment and result as below:
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1
Ubuntu 22.04
Kernel: 5.15.0-58-generic x86_64
Compiler: gcc gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
NIC: Broadcom Inc. and subsidiaries BCM957508-P2100G Dual-Port 100 Gb/s QSFP56 100 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 5:09 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 5:09 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-broadcom-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Functional Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> functional testing pass
Test environment and result as below:
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 4:38 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 4:38 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Functional Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> functional testing pass
Test environment and result as below:
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 4:33 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 4:33 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Performance Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> performance testing pass
Test environment and result as below:
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6
Detail performance results:
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size | throughput difference from |
| | | | | expected |
+==========+=============+=========+============+==============================+
| 1 | 2 | 128 | 64 | 0.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 512 | 64 | -0.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | 0.2% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 128 | 64 | -0.6% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | -0.7% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | -0.5% |
+----------+-------------+---------+------------+------------------------------+
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4
Detail performance results:
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size | throughput difference from |
| | | | | expected |
+==========+=============+=========+============+==============================+
| 1 | 2 | 512 | 64 | 0.4% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | 0.6% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | -3.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | 2.0% |
+----------+-------------+---------+------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 4:26 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 4:26 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Performance Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> performance testing pass
Test environment and result as below:
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6
Detail performance results:
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size | throughput difference from |
| | | | | expected |
+==========+=============+=========+============+==============================+
| 1 | 2 | 128 | 64 | 0.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 512 | 64 | -0.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | 0.2% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 128 | 64 | -0.6% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | -0.7% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | -0.5% |
+----------+-------------+---------+------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 4:25 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 4:25 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-broadcom-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Functional Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> functional testing pass
Test environment and result as below:
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1
Ubuntu 22.04
Kernel: 5.15.0-58-generic x86_64
Compiler: gcc gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
NIC: Broadcom Inc. and subsidiaries BCM957508-P2100G Dual-Port 100 Gb/s QSFP56 100 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 4:20 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 4:20 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-broadcom-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Performance Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> performance testing pass
Test environment and result as below:
Ubuntu 22.04
Kernel: 5.15.0-39-generic
Compiler: gcc gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/3
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 128 | 1 | 1 | -0.9% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 512 | 1 | 1 | 2.2% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | -2.9% |
+------------+---------+----------+-------------+------------------------------+
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 512 | 1 | 1 | 0.5% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | -2.3% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 4:19 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 4:19 UTC (permalink / raw)
To: Ali Alnubani, Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-mellanox-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Performance Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> performance testing pass
Test environment and result as below:
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-5 100000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 256 | 1 | 1 | 0.0% |
+------------+---------+----------+-------------+------------------------------+
| 128 | 256 | 1 | 1 | 0.2% |
+------------+---------+----------+-------------+------------------------------+
| 1024 | 256 | 1 | 1 | -0.2% |
+------------+---------+----------+-------------+------------------------------+
| 256 | 256 | 1 | 1 | 0.4% |
+------------+---------+----------+-------------+------------------------------+
| 1518 | 256 | 1 | 1 | -0.1% |
+------------+---------+----------+-------------+------------------------------+
| 512 | 256 | 1 | 1 | 0.0% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 4:17 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 4:17 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Functional Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> functional testing pass
Test environment and result as below:
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 4:17 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 4:17 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-broadcom-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Performance Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> performance testing pass
Test environment and result as below:
Ubuntu 22.04
Kernel: 5.15.0-39-generic
Compiler: gcc gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/3
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 128 | 1 | 1 | -0.9% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 512 | 1 | 1 | 2.2% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | -2.9% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 4:14 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 4:14 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Functional Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> functional testing pass
Test environment and result as below:
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
* |SUCCESS| pw124801 [PATCH] log: add timestamp for log
@ 2023-03-04 4:07 dpdklab
0 siblings, 0 replies; 32+ messages in thread
From: dpdklab @ 2023-03-04 4:07 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
Test-Label: iol-broadcom-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/124801
_Functional Testing PASS_
Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Saturday, March 04 2023 03:04:37
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b
124801 --> functional testing pass
Test environment and result as below:
Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25611/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 32+ messages in thread
end of thread, other threads:[~2023-03-06 7:17 UTC | newest]
Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230304030437.706-1-luzhipeng@cestc.cn>
2023-03-04 3:06 ` |WARNING| pw124801 [PATCH] log: add timestamp for log checkpatch
2023-03-04 4:39 ` |FAILURE| " 0-day Robot
2023-03-06 7:03 ` |SUCCESS| " qemudev
2023-03-06 7:03 ` qemudev
2023-03-06 3:59 dpdklab
-- strict thread matches above, loose matches on Subject: below --
2023-03-06 3:55 dpdklab
2023-03-06 3:44 dpdklab
2023-03-06 3:40 dpdklab
2023-03-06 3:36 dpdklab
2023-03-06 3:32 dpdklab
2023-03-04 21:37 dpdklab
2023-03-04 20:05 dpdklab
2023-03-04 5:40 dpdklab
2023-03-04 5:36 dpdklab
2023-03-04 5:27 dpdklab
2023-03-04 5:27 dpdklab
2023-03-04 5:24 dpdklab
2023-03-04 5:21 dpdklab
2023-03-04 5:20 dpdklab
2023-03-04 5:15 dpdklab
2023-03-04 5:15 dpdklab
2023-03-04 5:09 dpdklab
2023-03-04 4:38 dpdklab
2023-03-04 4:33 dpdklab
2023-03-04 4:26 dpdklab
2023-03-04 4:25 dpdklab
2023-03-04 4:20 dpdklab
2023-03-04 4:19 dpdklab
2023-03-04 4:17 dpdklab
2023-03-04 4:17 dpdklab
2023-03-04 4:14 dpdklab
2023-03-04 4:07 dpdklab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).