* |SUCCESS| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
[not found] <20220525061230.123956-1-jawad.hussain@emumba.com>
@ 2022-05-25 6:13 ` checkpatch
2022-05-25 7:39 ` |FAILURE| " 0-day Robot
1 sibling, 0 replies; 14+ messages in thread
From: checkpatch @ 2022-05-25 6:13 UTC (permalink / raw)
To: test-report
Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/111786
_coding style OK_
^ permalink raw reply [flat|nested] 14+ messages in thread
* |FAILURE| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
[not found] <20220525061230.123956-1-jawad.hussain@emumba.com>
2022-05-25 6:13 ` |SUCCESS| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality checkpatch
@ 2022-05-25 7:39 ` 0-day Robot
1 sibling, 0 replies; 14+ messages in thread
From: 0-day Robot @ 2022-05-25 7:39 UTC (permalink / raw)
To: test-report; +Cc: jawad.hussain, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/111786/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2382537555
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-shared-mini" failed at step Build and test
"ubuntu-20.04-gcc-shared-abi+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-shared-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-shared-ppc64le" failed at step Build and test
"fedora:35-gcc-shared" failed at step Build
"fedora:35-clang-shared" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-mini" at step Build and test
####################################################################################
[652/1523] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_vdev.c.o'.
[653/1523] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pcapng.c.o'.
[654/1523] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_compressdev.c.o'.
[655/1523] Compiling C object 'examples/c590b3c@@dpdk-bbdev_app@exe/bbdev_app_main.c.o'.
[656/1523] Linking target examples/dpdk-bbdev_app.
[657/1523] Compiling C object 'examples/c590b3c@@dpdk-cmdline@exe/cmdline_main.c.o'.
[658/1523] Compiling C object 'examples/c590b3c@@dpdk-cmdline@exe/cmdline_parse_obj_list.c.o'.
[659/1523] Compiling C object 'examples/c590b3c@@dpdk-cmdline@exe/cmdline_commands.c.o'.
[660/1523] Linking target examples/dpdk-cmdline.
[661/1523] Linking target examples/dpdk-dma.
[662/1523] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_main.c.o'.
[663/1523] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
FAILED: examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o
ccache gcc -Iexamples/c590b3c@@dpdk-ethtool@exe -Iexamples -I../examples -I../examples/ethtool/lib -I../examples/ethtool/ethtool-app -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 -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -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 -march=corei7 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API -MD -MQ 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -MF 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o.d' -o 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -c ../examples/ethtool/ethtool-app/ethapp.c
../examples/ethtool/ethtool-app/ethapp.c: In function ‘pcmd_rxmode_callback’:
../examples/ethtool/ethtool-app/ethapp.c:526:54: error: format ‘%d’ expects a matching ‘int’ argument [-Werror=format=]
526 | "%d bad VF receive mode parameter, return code = %d\n", ret);
| ~^
| |
| int
cc1: all warnings being treated as errors
[664/1523] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_perf.c.o'.
[665/1523] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-mini" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
[3428/4601] Compiling C object 'examples/c590b3c@@dpdk-dma@exe/dma_dmafwd.c.o'.
[3429/4601] Compiling C object 'examples/c590b3c@@dpdk-cmdline@exe/cmdline_main.c.o'.
[3430/4601] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_lib_rte_ethtool.c.o'.
[3431/4601] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
FAILED: examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o
ccache gcc -Iexamples/c590b3c@@dpdk-ethtool@exe -Iexamples -I../examples -I../examples/ethtool/lib -I../examples/ethtool/ethtool-app -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 -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/base -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -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 -march=corei7 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API -MD -MQ 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -MF 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o.d' -o 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -c ../examples/ethtool/ethtool-app/ethapp.c
../examples/ethtool/ethtool-app/ethapp.c: In function ‘pcmd_rxmode_callback’:
../examples/ethtool/ethtool-app/ethapp.c:510:9: error: implicit declaration of function ‘rte_pmd_ixgbe_set_vf_rxmode’ [-Werror=implicit-function-declaration]
510 | ret = rte_pmd_ixgbe_set_vf_rxmode(res->port_id, res->vf_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../examples/ethtool/ethtool-app/ethapp.c:510:9: error: nested extern declaration of ‘rte_pmd_ixgbe_set_vf_rxmode’ [-Werror=nested-externs]
../examples/ethtool/ethtool-app/ethapp.c:518:9: error: implicit declaration of function ‘rte_pmd_bnxt_set_vf_rxmode’ [-Werror=implicit-function-declaration]
518 | ret = rte_pmd_bnxt_set_vf_rxmode(res->port_id, res->vf_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../examples/ethtool/ethtool-app/ethapp.c:518:9: error: nested extern declaration of ‘rte_pmd_bnxt_set_vf_rxmode’ [-Werror=nested-externs]
../examples/ethtool/ethtool-app/ethapp.c:526:54: error: format ‘%d’ expects a matching ‘int’ argument [-Werror=format=]
526 | "%d bad VF receive mode parameter, return code = %d\n", ret);
| ~^
| |
| int
cc1: all warnings being treated as errors
[3432/4601] Generating examples.dox with a custom command.
[3433/4601] Compiling C object 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
[3419/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/sample_packet_forward.c.o'.
[3420/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_bitratestats.c.o'.
[3421/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_vdev.c.o'.
[3422/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pcapng.c.o'.
[3423/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pmd_ring_perf.c.o'.
[3424/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_latencystats.c.o'.
[3425/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pdump.c.o'.
[3426/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding_mode4.c.o'.
[3427/4601] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
FAILED: examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o
ccache clang -Iexamples/c590b3c@@dpdk-ethtool@exe -Iexamples -I../examples -I../examples/ethtool/lib -I../examples/ethtool/ethtool-app -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 -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/base -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -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 -march=corei7 -DALLOW_EXPERIMENTAL_API -MD -MQ 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -MF 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o.d' -o 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -c ../examples/ethtool/ethtool-app/ethapp.c
../examples/ethtool/ethtool-app/ethapp.c:510:9: error: implicit declaration of function 'rte_pmd_ixgbe_set_vf_rxmode' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ret = rte_pmd_ixgbe_set_vf_rxmode(res->port_id, res->vf_id,
^
../examples/ethtool/ethtool-app/ethapp.c:518:9: error: implicit declaration of function 'rte_pmd_bnxt_set_vf_rxmode' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ret = rte_pmd_bnxt_set_vf_rxmode(res->port_id, res->vf_id,
^
../examples/ethtool/ethtool-app/ethapp.c:526:54: error: more '%' conversions than data arguments [-Werror,-Wformat]
"%d bad VF receive mode parameter, return code = %d\n", ret);
~^
3 errors generated.
[3428/4601] Compiling C object 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o'.
[3429/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_compressdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[3113/3749] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_lib_rte_ethtool.c.o'.
[3114/3749] Compiling C object 'examples/c590b3c@@dpdk-bbdev_app@exe/bbdev_app_main.c.o'.
[3115/3749] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_main.c.o'.
[3116/3749] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
FAILED: examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o
aarch64-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-ethtool@exe -Iexamples -I../examples -I../examples/ethtool/lib -I../examples/ethtool/ethtool-app -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 -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/base -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -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 -march=armv8-a+crc -moutline-atomics -Wno-format-truncation -DALLOW_EXPERIMENTAL_API -MD -MQ 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -MF 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o.d' -o 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -c ../examples/ethtool/ethtool-app/ethapp.c
../examples/ethtool/ethtool-app/ethapp.c: In function ‘pcmd_rxmode_callback’:
../examples/ethtool/ethtool-app/ethapp.c:510:9: error: implicit declaration of function ‘rte_pmd_ixgbe_set_vf_rxmode’ [-Werror=implicit-function-declaration]
510 | ret = rte_pmd_ixgbe_set_vf_rxmode(res->port_id, res->vf_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../examples/ethtool/ethtool-app/ethapp.c:510:9: error: nested extern declaration of ‘rte_pmd_ixgbe_set_vf_rxmode’ [-Werror=nested-externs]
../examples/ethtool/ethtool-app/ethapp.c:518:9: error: implicit declaration of function ‘rte_pmd_bnxt_set_vf_rxmode’ [-Werror=implicit-function-declaration]
518 | ret = rte_pmd_bnxt_set_vf_rxmode(res->port_id, res->vf_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../examples/ethtool/ethtool-app/ethapp.c:518:9: error: nested extern declaration of ‘rte_pmd_bnxt_set_vf_rxmode’ [-Werror=nested-externs]
../examples/ethtool/ethtool-app/ethapp.c:526:54: error: format ‘%d’ expects a matching ‘int’ argument [-Werror=format=]
526 | "%d bad VF receive mode parameter, return code = %d\n", ret);
| ~^
| |
| int
cc1: all warnings being treated as errors
[3117/3749] Linking target examples/dpdk-bbdev_app.
[3118/3749] Compiling C object 'examples/c590b3c@@dpdk-dma@exe/dma_dmafwd.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
[2972/3591] Linking target examples/dpdk-dma.
[2973/3591] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_pipeline_worker_generic.c.o'.
[2974/3591] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_main.c.o'.
[2975/3591] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
FAILED: examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o
powerpc64le-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-ethtool@exe -Iexamples -I../examples -I../examples/ethtool/lib -I../examples/ethtool/ethtool-app -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 -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/base -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -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 -mcpu=power8 -mtune=power8 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API -MD -MQ 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -MF 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o.d' -o 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -c ../examples/ethtool/ethtool-app/ethapp.c
../examples/ethtool/ethtool-app/ethapp.c: In function ‘pcmd_rxmode_callback’:
../examples/ethtool/ethtool-app/ethapp.c:510:9: error: implicit declaration of function ‘rte_pmd_ixgbe_set_vf_rxmode’ [-Werror=implicit-function-declaration]
510 | ret = rte_pmd_ixgbe_set_vf_rxmode(res->port_id, res->vf_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../examples/ethtool/ethtool-app/ethapp.c:510:9: error: nested extern declaration of ‘rte_pmd_ixgbe_set_vf_rxmode’ [-Werror=nested-externs]
../examples/ethtool/ethtool-app/ethapp.c:518:9: error: implicit declaration of function ‘rte_pmd_bnxt_set_vf_rxmode’ [-Werror=implicit-function-declaration]
518 | ret = rte_pmd_bnxt_set_vf_rxmode(res->port_id, res->vf_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../examples/ethtool/ethtool-app/ethapp.c:518:9: error: nested extern declaration of ‘rte_pmd_bnxt_set_vf_rxmode’ [-Werror=nested-externs]
../examples/ethtool/ethtool-app/ethapp.c:526:54: error: format ‘%d’ expects a matching ‘int’ argument [-Werror=format=]
526 | "%d bad VF receive mode parameter, return code = %d\n", ret);
| ~^
| |
| int
cc1: all warnings being treated as errors
[2976/3591] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_lib_rte_ethtool.c.o'.
[2977/3591] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "fedora:35-gcc-shared" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc-shared" at step Build
####################################################################################
####################################################################################
#### [Begin job log] "fedora:35-clang-shared" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang-shared" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
^ permalink raw reply [flat|nested] 14+ messages in thread
* |SUCCESS| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
@ 2022-06-05 11:55 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2022-06-05 11:55 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon
[-- Attachment #1: Type: text/plain, Size: 2907 bytes --]
Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/111786
_Testing PASS_
Submitter: Muhammad Jawad Hussain <jawad.hussain@emumba.com>
Date: Wednesday, May 25 2022 06:12:30
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:0354e8e860389cf412dd051626af39b9a01e6c9c
111786 --> testing pass
Test environment and result as below:
+-----------------------------+----------+
| Environment | abi_test |
+=============================+==========+
| Ubuntu 20.04 ARM GCC Native | PASS |
+-----------------------------+----------+
| Ubuntu 18.04 | PASS |
+-----------------------------+----------+
| RHEL 7 | PASS |
+-----------------------------+----------+
| RHEL8 | PASS |
+-----------------------------+----------+
| Fedora 32 | PASS |
+-----------------------------+----------+
| Ubuntu 20.04 | PASS |
+-----------------------------+----------+
| CentOS Stream 8 | PASS |
+-----------------------------+----------+
| Arch Linux | PASS |
+-----------------------------+----------+
| Fedora 34 | PASS |
+-----------------------------+----------+
| openSUSE Leap 15 | PASS |
+-----------------------------+----------+
| Fedora 31 | PASS |
+-----------------------------+----------+
| Fedora 33 | PASS |
+-----------------------------+----------+
| Fedora 34 clang | PASS |
+-----------------------------+----------+
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 18.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0-3ubuntu1~18.04
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)
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Fedora 32
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 10.2.1
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
Arch Linux
Kernel: 5.4.0-73-generic
Compiler: gcc 11.1.0
Fedora 34
Kernel: 5.4.0-72-generic
Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 31
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.1
Fedora 33
Kernel: 5.4.0-72-generic
Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)
Fedora 34 clang
Kernel: 5.4.0-72-generic
Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22287/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |SUCCESS| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
@ 2022-05-29 9:08 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2022-05-29 9:08 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon
[-- Attachment #1: Type: text/plain, Size: 2907 bytes --]
Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/111786
_Testing PASS_
Submitter: Muhammad Jawad Hussain <jawad.hussain@emumba.com>
Date: Wednesday, May 25 2022 06:12:30
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:0354e8e860389cf412dd051626af39b9a01e6c9c
111786 --> testing pass
Test environment and result as below:
+-----------------------------+----------+
| Environment | abi_test |
+=============================+==========+
| Ubuntu 20.04 ARM GCC Native | PASS |
+-----------------------------+----------+
| Ubuntu 18.04 | PASS |
+-----------------------------+----------+
| RHEL 7 | PASS |
+-----------------------------+----------+
| RHEL8 | PASS |
+-----------------------------+----------+
| Fedora 32 | PASS |
+-----------------------------+----------+
| Ubuntu 20.04 | PASS |
+-----------------------------+----------+
| CentOS Stream 8 | PASS |
+-----------------------------+----------+
| Arch Linux | PASS |
+-----------------------------+----------+
| Fedora 34 | PASS |
+-----------------------------+----------+
| openSUSE Leap 15 | PASS |
+-----------------------------+----------+
| Fedora 31 | PASS |
+-----------------------------+----------+
| Fedora 33 | PASS |
+-----------------------------+----------+
| Fedora 34 clang | PASS |
+-----------------------------+----------+
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 18.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0-3ubuntu1~18.04
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)
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Fedora 32
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 10.2.1
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
Arch Linux
Kernel: 5.4.0-73-generic
Compiler: gcc 11.1.0
Fedora 34
Kernel: 5.4.0-72-generic
Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 31
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.1
Fedora 33
Kernel: 5.4.0-72-generic
Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)
Fedora 34 clang
Kernel: 5.4.0-72-generic
Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22287/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |SUCCESS| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
@ 2022-05-26 9:36 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2022-05-26 9:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
[-- Attachment #1: Type: text/plain, Size: 3834 bytes --]
Test-Label: iol-x86_64-compile-testing
Test-Status: SUCCESS
http://dpdk.org/patch/111786
_Testing PASS_
Submitter: Muhammad Jawad Hussain <jawad.hussain@emumba.com>
Date: Wednesday, May 25 2022 06:12:30
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:0354e8e860389cf412dd051626af39b9a01e6c9c
111786 --> testing pass
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 31 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 18.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 32 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL 7 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Arch Linux | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 34 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 33 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 34 clang | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 31
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.1
Ubuntu 18.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0-3ubuntu1~18.04
Fedora 32
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 10.2.1
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)
Arch Linux
Kernel: 5.4.0-73-generic
Compiler: gcc 11.1.0
Fedora 34
Kernel: 5.4.0-72-generic
Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)
Fedora 33
Kernel: 5.4.0-72-generic
Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Fedora 34 clang
Kernel: 5.4.0-72-generic
Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22287/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |SUCCESS| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
@ 2022-05-26 5:53 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2022-05-26 5:53 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon
[-- Attachment #1: Type: text/plain, Size: 2907 bytes --]
Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/111786
_Testing PASS_
Submitter: Muhammad Jawad Hussain <jawad.hussain@emumba.com>
Date: Wednesday, May 25 2022 06:12:30
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:0354e8e860389cf412dd051626af39b9a01e6c9c
111786 --> testing pass
Test environment and result as below:
+-----------------------------+----------+
| Environment | abi_test |
+=============================+==========+
| Ubuntu 20.04 ARM GCC Native | PASS |
+-----------------------------+----------+
| Ubuntu 18.04 | PASS |
+-----------------------------+----------+
| RHEL 7 | PASS |
+-----------------------------+----------+
| RHEL8 | PASS |
+-----------------------------+----------+
| Fedora 32 | PASS |
+-----------------------------+----------+
| Ubuntu 20.04 | PASS |
+-----------------------------+----------+
| CentOS Stream 8 | PASS |
+-----------------------------+----------+
| Arch Linux | PASS |
+-----------------------------+----------+
| Fedora 34 | PASS |
+-----------------------------+----------+
| openSUSE Leap 15 | PASS |
+-----------------------------+----------+
| Fedora 31 | PASS |
+-----------------------------+----------+
| Fedora 33 | PASS |
+-----------------------------+----------+
| Fedora 34 clang | PASS |
+-----------------------------+----------+
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 18.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0-3ubuntu1~18.04
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)
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Fedora 32
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 10.2.1
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
Arch Linux
Kernel: 5.4.0-73-generic
Compiler: gcc 11.1.0
Fedora 34
Kernel: 5.4.0-72-generic
Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 31
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.1
Fedora 33
Kernel: 5.4.0-72-generic
Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)
Fedora 34 clang
Kernel: 5.4.0-72-generic
Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22287/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |SUCCESS| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
@ 2022-05-25 10:19 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2022-05-25 10:19 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon
[-- Attachment #1: Type: text/plain, Size: 2620 bytes --]
Test-Label: iol-x86_64-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/111786
_Testing PASS_
Submitter: Muhammad Jawad Hussain <jawad.hussain@emumba.com>
Date: Wednesday, May 25 2022 06:12:30
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:0354e8e860389cf412dd051626af39b9a01e6c9c
111786 --> testing pass
Test environment and result as below:
+------------------+----------------+
| Environment | dpdk_unit_test |
+==================+================+
| Arch Linux | PASS |
+------------------+----------------+
| Ubuntu 18.04 | PASS |
+------------------+----------------+
| Fedora 32 | PASS |
+------------------+----------------+
| RHEL 7 | PASS |
+------------------+----------------+
| RHEL8 | PASS |
+------------------+----------------+
| Fedora 33 | PASS |
+------------------+----------------+
| Fedora 31 | PASS |
+------------------+----------------+
| Ubuntu 20.04 | PASS |
+------------------+----------------+
| openSUSE Leap 15 | PASS |
+------------------+----------------+
| Fedora 34 | PASS |
+------------------+----------------+
| CentOS Stream 8 | PASS |
+------------------+----------------+
| Fedora 34 clang | PASS |
+------------------+----------------+
Arch Linux
Kernel: 5.4.0-73-generic
Compiler: gcc 11.1.0
Ubuntu 18.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0-3ubuntu1~18.04
Fedora 32
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 10.2.1
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)
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Fedora 33
Kernel: 5.4.0-72-generic
Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)
Fedora 31
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.1
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 34
Kernel: 5.4.0-72-generic
Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 34 clang
Kernel: 5.4.0-72-generic
Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22287/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |SUCCESS| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
@ 2022-05-25 8:15 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2022-05-25 8:15 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon
[-- Attachment #1: Type: text/plain, Size: 1456 bytes --]
Test-Label: iol-aarch64-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/111786
_Testing PASS_
Submitter: Muhammad Jawad Hussain <jawad.hussain@emumba.com>
Date: Wednesday, May 25 2022 06:12:30
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:0354e8e860389cf412dd051626af39b9a01e6c9c
111786 --> testing pass
Test environment and result as below:
+-------------------------------+----------------+--------------+
| Environment | dpdk_unit_test | lpm_autotest |
+===============================+================+==============+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS |
+-------------------------------+----------------+--------------+
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22287/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |SUCCESS| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
@ 2022-05-25 7:09 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2022-05-25 7:09 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
[-- Attachment #1: Type: text/plain, Size: 1183 bytes --]
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/111786
_Functional Testing PASS_
Submitter: Muhammad Jawad Hussain <jawad.hussain@emumba.com>
Date: Wednesday, May 25 2022 06:12:30
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:0354e8e860389cf412dd051626af39b9a01e6c9c
111786 --> 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/22287/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |SUCCESS| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
@ 2022-05-25 7:02 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2022-05-25 7:02 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
[-- Attachment #1: Type: text/plain, Size: 3313 bytes --]
Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/111786
_Performance Testing PASS_
Submitter: Muhammad Jawad Hussain <jawad.hussain@emumba.com>
Date: Wednesday, May 25 2022 06:12:30
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:0354e8e860389cf412dd051626af39b9a01e6c9c
111786 --> 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 | -1.3% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | 0.9% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | 3.8% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | -0.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.2% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | 0.0% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 128 | 64 | -0.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | 0.0% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | -0.2% |
+----------+-------------+---------+------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22287/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |SUCCESS| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
@ 2022-05-25 6:59 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2022-05-25 6:59 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
[-- Attachment #1: Type: text/plain, Size: 1804 bytes --]
Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/111786
_Performance Testing PASS_
Submitter: Muhammad Jawad Hussain <jawad.hussain@emumba.com>
Date: Wednesday, May 25 2022 06:12:30
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:0354e8e860389cf412dd051626af39b9a01e6c9c
111786 --> 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 | -1.3% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | 0.9% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | 3.8% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | -0.0% |
+----------+-------------+---------+------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22287/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |SUCCESS| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
@ 2022-05-25 6:43 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2022-05-25 6:43 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
[-- Attachment #1: Type: text/plain, Size: 999 bytes --]
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/111786
_Functional Testing PASS_
Submitter: Muhammad Jawad Hussain <jawad.hussain@emumba.com>
Date: Wednesday, May 25 2022 06:12:30
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:0354e8e860389cf412dd051626af39b9a01e6c9c
111786 --> 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/22287/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |SUCCESS| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
@ 2022-05-25 6:42 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2022-05-25 6:42 UTC (permalink / raw)
To: Ali Alnubani, Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
[-- Attachment #1: Type: text/plain, Size: 2088 bytes --]
Test-Label: iol-mellanox-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/111786
_Performance Testing PASS_
Submitter: Muhammad Jawad Hussain <jawad.hussain@emumba.com>
Date: Wednesday, May 25 2022 06:12:30
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:0354e8e860389cf412dd051626af39b9a01e6c9c
111786 --> 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.1% |
+------------+---------+----------+-------------+------------------------------+
| 128 | 256 | 1 | 1 | 0.1% |
+------------+---------+----------+-------------+------------------------------+
| 1024 | 256 | 1 | 1 | -0.2% |
+------------+---------+----------+-------------+------------------------------+
| 256 | 256 | 1 | 1 | 0.1% |
+------------+---------+----------+-------------+------------------------------+
| 1518 | 256 | 1 | 1 | -0.1% |
+------------+---------+----------+-------------+------------------------------+
| 512 | 256 | 1 | 1 | 0.6% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22287/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |SUCCESS| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
@ 2022-05-25 6:34 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2022-05-25 6:34 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon
[-- Attachment #1: Type: text/plain, Size: 812 bytes --]
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/111786
_Functional Testing PASS_
Submitter: Muhammad Jawad Hussain <jawad.hussain@emumba.com>
Date: Wednesday, May 25 2022 06:12:30
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:0354e8e860389cf412dd051626af39b9a01e6c9c
111786 --> 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/22287/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2022-06-05 11:55 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20220525061230.123956-1-jawad.hussain@emumba.com>
2022-05-25 6:13 ` |SUCCESS| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality checkpatch
2022-05-25 7:39 ` |FAILURE| " 0-day Robot
2022-06-05 11:55 |SUCCESS| " dpdklab
-- strict thread matches above, loose matches on Subject: below --
2022-05-29 9:08 dpdklab
2022-05-26 9:36 dpdklab
2022-05-26 5:53 dpdklab
2022-05-25 10:19 dpdklab
2022-05-25 8:15 dpdklab
2022-05-25 7:09 dpdklab
2022-05-25 7:02 dpdklab
2022-05-25 6:59 dpdklab
2022-05-25 6:43 dpdklab
2022-05-25 6:42 dpdklab
2022-05-25 6:34 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).