* |FAILURE| pw127724 [PATCH] net/e1000: support device I219
[not found] <20230530095404.1618218-1-qiming.yang@intel.com>
` (2 preceding siblings ...)
2023-05-30 10:13 ` checkpatch
@ 2023-05-30 10:59 ` 0-day Robot
3 siblings, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2023-05-30 10:59 UTC (permalink / raw)
To: test-report; +Cc: qiming.yang, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/127724/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5120359521
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-abi+debug+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:37-gcc" failed at step Build
"fedora:37-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################
161 | { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_V23) },
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/pci/bus_pci_driver.h:75:16: note: in definition of macro ‘RTE_PCI_DEVICE’
75 | .device_id = (dev), \
| ^~~
../drivers/net/e1000/em_ethdev.c: In function ‘em_set_pba’:
../drivers/net/e1000/em_ethdev.c:495:8: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
495 | case e1000_pch_tgp:
| ^~~~~~~~~~~~~
| e1000_pch_adp
../drivers/net/e1000/em_ethdev.c:495:8: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/e1000/em_ethdev.c: In function ‘em_hardware_init’:
../drivers/net/e1000/em_ethdev.c:868:22: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
868 | hw->mac.type == e1000_pch_tgp) {
| ^~~~~~~~~~~~~
| e1000_pch_adp
../drivers/net/e1000/em_ethdev.c: In function ‘em_get_max_pktlen’:
../drivers/net/e1000/em_ethdev.c:1050:7: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
1050 | case e1000_pch_tgp:
| ^~~~~~~~~~~~~
| e1000_pch_adp
[1393/4342] Generating rte_net_dpaa2.pmd.c with a custom command.
[1394/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_ena_rss.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
case E1000_DEV_ID_PCH_RPL_I219_LM22:
^
../drivers/net/e1000/em_ethdev.c:235:7: error: use of undeclared identifier 'E1000_DEV_ID_PCH_RPL_I219_V22'
case E1000_DEV_ID_PCH_RPL_I219_V22:
^
../drivers/net/e1000/em_ethdev.c:236:7: error: use of undeclared identifier 'E1000_DEV_ID_PCH_RPL_I219_LM23'
case E1000_DEV_ID_PCH_RPL_I219_LM23:
^
../drivers/net/e1000/em_ethdev.c:237:7: error: use of undeclared identifier 'E1000_DEV_ID_PCH_RPL_I219_V23'
case E1000_DEV_ID_PCH_RPL_I219_V23:
^
../drivers/net/e1000/em_ethdev.c:495:8: error: use of undeclared identifier 'e1000_pch_tgp'
case e1000_pch_tgp:
^
../drivers/net/e1000/em_ethdev.c:868:22: error: use of undeclared identifier 'e1000_pch_tgp'
hw->mac.type == e1000_pch_tgp) {
^
../drivers/net/e1000/em_ethdev.c:1050:7: error: use of undeclared identifier 'e1000_pch_tgp'
case e1000_pch_tgp:
^
11 errors generated.
[698/4342] Generating rte_bus_vdev.sym_chk with a meson_exe.py custom command.
[699/4342] Generating rte_bus_vmbus.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
####################################################################################
161 | { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_V23) },
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/pci/bus_pci_driver.h:75:16: note: in definition of macro ‘RTE_PCI_DEVICE’
75 | .device_id = (dev), \
| ^~~
../drivers/net/e1000/em_ethdev.c: In function ‘em_set_pba’:
../drivers/net/e1000/em_ethdev.c:495:8: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
495 | case e1000_pch_tgp:
| ^~~~~~~~~~~~~
| e1000_pch_adp
../drivers/net/e1000/em_ethdev.c:495:8: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/e1000/em_ethdev.c: In function ‘em_hardware_init’:
../drivers/net/e1000/em_ethdev.c:868:22: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
868 | hw->mac.type == e1000_pch_tgp) {
| ^~~~~~~~~~~~~
| e1000_pch_adp
../drivers/net/e1000/em_ethdev.c: In function ‘em_get_max_pktlen’:
../drivers/net/e1000/em_ethdev.c:1050:7: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
1050 | case e1000_pch_tgp:
| ^~~~~~~~~~~~~
| e1000_pch_adp
[1012/3032] Generating rte_net_ena.pmd.c with a custom command.
[1013/3032] Generating symbol file 'drivers/a715181@@rte_net_dpaa2@sha/librte_net_dpaa2.so.23.2.symbols'.
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
####################################################################################
| ^~~
../drivers/net/e1000/em_ethdev.c: In function ‘em_set_pba’:
../drivers/net/e1000/em_ethdev.c:495:8: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
495 | case e1000_pch_tgp:
| ^~~~~~~~~~~~~
| e1000_pch_adp
../drivers/net/e1000/em_ethdev.c:495:8: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/e1000/em_ethdev.c: In function ‘em_hardware_init’:
../drivers/net/e1000/em_ethdev.c:868:22: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
868 | hw->mac.type == e1000_pch_tgp) {
| ^~~~~~~~~~~~~
| e1000_pch_adp
../drivers/net/e1000/em_ethdev.c:868:19: error: comparison between pointer and integer [-Werror]
868 | hw->mac.type == e1000_pch_tgp) {
| ^~
../drivers/net/e1000/em_ethdev.c: In function ‘em_get_max_pktlen’:
../drivers/net/e1000/em_ethdev.c:1050:7: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
1050 | case e1000_pch_tgp:
| ^~~~~~~~~~~~~
| e1000_pch_adp
cc1: all warnings being treated as errors
[402/1418] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_osdep.c.obj'.
[403/1418] Compiling C object 'drivers/a715181@@tmp_rte_dma_skeleton@sta/dma_skeleton_skeleton_dmadev.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
####################################################################################
161 | { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_V23) },
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/pci/bus_pci_driver.h:75:16: note: in definition of macro ‘RTE_PCI_DEVICE’
75 | .device_id = (dev), \
| ^~~
../drivers/net/e1000/em_ethdev.c: In function ‘em_set_pba’:
../drivers/net/e1000/em_ethdev.c:495:8: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
495 | case e1000_pch_tgp:
| ^~~~~~~~~~~~~
| e1000_pch_adp
../drivers/net/e1000/em_ethdev.c:495:8: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/e1000/em_ethdev.c: In function ‘em_hardware_init’:
../drivers/net/e1000/em_ethdev.c:868:22: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
868 | hw->mac.type == e1000_pch_tgp) {
| ^~~~~~~~~~~~~
| e1000_pch_adp
../drivers/net/e1000/em_ethdev.c: In function ‘em_get_max_pktlen’:
../drivers/net/e1000/em_ethdev.c:1050:7: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
1050 | case e1000_pch_tgp:
| ^~~~~~~~~~~~~
| e1000_pch_adp
[1307/3976] Linking target drivers/librte_net_dpaa2.so.23.2.
[1308/3976] Generating rte_net_cnxk.pmd.c with a 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
####################################################################################
161 | { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_V23) },
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/pci/bus_pci_driver.h:75:16: note: in definition of macro ‘RTE_PCI_DEVICE’
75 | .device_id = (dev), \
| ^~~
../drivers/net/e1000/em_ethdev.c: In function ‘em_set_pba’:
../drivers/net/e1000/em_ethdev.c:495:8: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
495 | case e1000_pch_tgp:
| ^~~~~~~~~~~~~
| e1000_pch_adp
../drivers/net/e1000/em_ethdev.c:495:8: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/e1000/em_ethdev.c: In function ‘em_hardware_init’:
../drivers/net/e1000/em_ethdev.c:868:22: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
868 | hw->mac.type == e1000_pch_tgp) {
| ^~~~~~~~~~~~~
| e1000_pch_adp
../drivers/net/e1000/em_ethdev.c: In function ‘em_get_max_pktlen’:
../drivers/net/e1000/em_ethdev.c:1050:7: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
1050 | case e1000_pch_tgp:
| ^~~~~~~~~~~~~
| e1000_pch_adp
[1245/3826] Generating rte_net_dpaa2.sym_chk with a meson_exe.py custom command.
[1246/3826] Generating rte_common_cnxk.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
####################################################################################
161 | { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_V23) },
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/pci/bus_pci_driver.h:75:16: note: in definition of macro ‘RTE_PCI_DEVICE’
75 | .device_id = (dev), \
| ^~~
../drivers/net/e1000/em_ethdev.c: In function ‘em_set_pba’:
../drivers/net/e1000/em_ethdev.c:495:8: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
495 | case e1000_pch_tgp:
| ^~~~~~~~~~~~~
| e1000_pch_adp
../drivers/net/e1000/em_ethdev.c:495:8: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/e1000/em_ethdev.c: In function ‘em_hardware_init’:
../drivers/net/e1000/em_ethdev.c:868:22: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
868 | hw->mac.type == e1000_pch_tgp) {
| ^~~~~~~~~~~~~
| e1000_pch_adp
../drivers/net/e1000/em_ethdev.c: In function ‘em_get_max_pktlen’:
../drivers/net/e1000/em_ethdev.c:1050:7: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
1050 | case e1000_pch_tgp:
| ^~~~~~~~~~~~~
| e1000_pch_adp
[1230/3798] Generating rte_net_dpaa2.pmd.c with a custom command.
[1231/3798] Generating rte_net_cnxk.pmd.c with a 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:37-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-gcc" at step Build
####################################################################################
####################################################################################
#### [Begin job log] "fedora:37-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread