automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw127724 [PATCH] net/e1000: support device I219
@ 2023-06-09 23:03 dpdklab
  0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2023-06-09 23:03 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/127724

_build patch failure_

Submitter: Qiming Yang <qiming.yang@intel.com>
Date: Tuesday, May 30 2023 09:54:04 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127724 failed:

[1/1712] Compiling C object 'drivers/a715181@@rte_net_cnxk@sha/meson-generated_.._rte_net_cnxk.pmd.c.o'.
[2/1712] Compiling C object 'drivers/a715181@@rte_net_cnxk@sta/meson-generated_.._rte_net_cnxk.pmd.c.o'.
[3/1712] Compiling C object 'drivers/a715181@@rte_net_cxgbe@sta/meson-generated_.._rte_net_cxgbe.pmd.c.o'.
[4/1712] Linking static target drivers/libtmp_rte_net_dpaa.a.
[5/1712] Linking static target drivers/libtmp_rte_net_dpaa2.a.
[6/1712] Compiling C object 'drivers/a715181@@rte_net_cxgbe@sha/meson-generated_.._rte_net_cxgbe.pmd.c.o'.
[7/1712] Linking target lib/librte_pipeline.so.23.2.
[8/1712] Linking target drivers/librte_common_sfc_efx.so.23.2.
[9/1712] Linking target drivers/librte_common_cnxk.so.23.2.
[10/1712] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_osdep.c.o'.
[11/1712] Linking static target drivers/librte_net_cxgbe.a.
[12/1712] Linking static target drivers/librte_net_cnxk.a.
[13/1712] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_vf.c.o'.
[14/1712] Linking target drivers/librte_net_cxgbe.so.23.2.
[15/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_e1000_logs.c.o'.
[16/1712] Generating symbol file 'drivers/a715181@@rte_common_cnxk@sha/librte_common_cnxk.so.23.2.symbols'.
[17/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o 
cc -Idrivers/a715181@@tmp_rte_net_e1000@sta -Idrivers -I../drivers -Idrivers/net/e1000 -I../drivers/net/e1000 -Idrivers/net/e1000/base -I../drivers/net/e1000/base -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-decl
 arations -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=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.e1000 -MD -MQ 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o' -c ../drivers/net/e1000/em_ethdev.c
In file included from ../drivers/net/e1000/em_ethdev.c:16:
../drivers/net/e1000/em_ethdev.c:158:42: error: 'E1000_DEV_ID_PCH_RPL_I219_LM22' undeclared here (not in a function); did you mean 'E1000_DEV_ID_PCH_SPT_I219_LM2'?
  158 |  { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_LM22) },
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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:159:42: error: 'E1000_DEV_ID_PCH_RPL_I219_V22' undeclared here (not in a function); did you mean 'E1000_DEV_ID_PCH_SPT_I219_V2'?
  159 |  { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_V22) },
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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:160:42: error: 'E1000_DEV_ID_PCH_RPL_I219_LM23' undeclared here (not in a function); did you mean 'E1000_DEV_ID_PCH_SPT_I219_LM2'?
  160 |  { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_LM23) },
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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:161:42: error: 'E1000_DEV_ID_PCH_RPL_I219_V23' undeclared here (not in a function); did you mean 'E1000_DEV_ID_PCH_SPT_I219_V2'?
  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
[18/1712] Linking target drivers/librte_mempool_cnxk.so.23.2.
[19/1712] Generating rte_net_dpaa.pmd.c with a custom command.
[20/1712] Generating symbol file 'lib/76b5a35@@rte_pipeline@sha/librte_pipeline.so.23.2.symbols'.
[21/1712] Generating symbol file 'drivers/a715181@@rte_common_sfc_efx@sha/librte_common_sfc_efx.so.23.2.symbols'.
[22/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_pf.c.o'.
[23/1712] Generating rte_net_dpaa2.pmd.c with a custom command.
[24/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_ena_rss.c.o'.
[25/1712] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_phy.c.o'.
[26/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_base_ena_eth_com.c.o'.
[27/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_flow.c.o'.
[28/1712] Generating rte_net_cnxk.sym_chk with a meson_exe.py custom command.
[29/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_enetc@sta/net_enetc_enetc_ethdev.c.o'.
[30/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_base_ena_com.c.o'.
[31/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_rxtx.c.o'.
[32/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_ethdev.c.o'.
[33/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_rxtx.c.o'.
[34/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_ena_ethdev.c.o'.
ninja: build stopped: subcommand failed.

https://lab.dpdk.org/results/dashboard/patchsets/26450/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 4+ messages in thread

* |FAILURE| pw127724 [PATCH] net/e1000: support device I219
@ 2023-06-08 22:29 dpdklab
  0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2023-06-08 22:29 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/127724

_build patch failure_

Submitter: Qiming Yang <qiming.yang@intel.com>
Date: Tuesday, May 30 2023 09:54:04 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127724 failed:

[1/1712] Compiling C object 'drivers/a715181@@rte_net_cnxk@sha/meson-generated_.._rte_net_cnxk.pmd.c.o'.
[2/1712] Compiling C object 'drivers/a715181@@rte_net_cnxk@sta/meson-generated_.._rte_net_cnxk.pmd.c.o'.
[3/1712] Compiling C object 'drivers/a715181@@rte_net_cxgbe@sta/meson-generated_.._rte_net_cxgbe.pmd.c.o'.
[4/1712] Linking static target drivers/libtmp_rte_net_dpaa.a.
[5/1712] Linking static target drivers/libtmp_rte_net_dpaa2.a.
[6/1712] Compiling C object 'drivers/a715181@@rte_net_cxgbe@sha/meson-generated_.._rte_net_cxgbe.pmd.c.o'.
[7/1712] Linking target lib/librte_pipeline.so.23.2.
[8/1712] Linking target drivers/librte_common_sfc_efx.so.23.2.
[9/1712] Linking target drivers/librte_common_cnxk.so.23.2.
[10/1712] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_osdep.c.o'.
[11/1712] Linking static target drivers/librte_net_cxgbe.a.
[12/1712] Linking static target drivers/librte_net_cnxk.a.
[13/1712] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_vf.c.o'.
[14/1712] Linking target drivers/librte_net_cxgbe.so.23.2.
[15/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_e1000_logs.c.o'.
[16/1712] Generating symbol file 'drivers/a715181@@rte_common_cnxk@sha/librte_common_cnxk.so.23.2.symbols'.
[17/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o 
cc -Idrivers/a715181@@tmp_rte_net_e1000@sta -Idrivers -I../drivers -Idrivers/net/e1000 -I../drivers/net/e1000 -Idrivers/net/e1000/base -I../drivers/net/e1000/base -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-decl
 arations -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=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.e1000 -MD -MQ 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o' -c ../drivers/net/e1000/em_ethdev.c
In file included from ../drivers/net/e1000/em_ethdev.c:16:
../drivers/net/e1000/em_ethdev.c:158:42: error: 'E1000_DEV_ID_PCH_RPL_I219_LM22' undeclared here (not in a function); did you mean 'E1000_DEV_ID_PCH_SPT_I219_LM2'?
  158 |  { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_LM22) },
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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:159:42: error: 'E1000_DEV_ID_PCH_RPL_I219_V22' undeclared here (not in a function); did you mean 'E1000_DEV_ID_PCH_SPT_I219_V2'?
  159 |  { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_V22) },
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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:160:42: error: 'E1000_DEV_ID_PCH_RPL_I219_LM23' undeclared here (not in a function); did you mean 'E1000_DEV_ID_PCH_SPT_I219_LM2'?
  160 |  { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_LM23) },
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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:161:42: error: 'E1000_DEV_ID_PCH_RPL_I219_V23' undeclared here (not in a function); did you mean 'E1000_DEV_ID_PCH_SPT_I219_V2'?
  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
[18/1712] Linking target drivers/librte_mempool_cnxk.so.23.2.
[19/1712] Generating rte_net_dpaa.pmd.c with a custom command.
[20/1712] Generating symbol file 'lib/76b5a35@@rte_pipeline@sha/librte_pipeline.so.23.2.symbols'.
[21/1712] Generating symbol file 'drivers/a715181@@rte_common_sfc_efx@sha/librte_common_sfc_efx.so.23.2.symbols'.
[22/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_pf.c.o'.
[23/1712] Generating rte_net_dpaa2.pmd.c with a custom command.
[24/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_ena_rss.c.o'.
[25/1712] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_phy.c.o'.
[26/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_base_ena_eth_com.c.o'.
[27/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_flow.c.o'.
[28/1712] Generating rte_net_cnxk.sym_chk with a meson_exe.py custom command.
[29/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_enetc@sta/net_enetc_enetc_ethdev.c.o'.
[30/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_base_ena_com.c.o'.
[31/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_rxtx.c.o'.
[32/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_ethdev.c.o'.
[33/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_rxtx.c.o'.
[34/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_ena_ethdev.c.o'.
ninja: build stopped: subcommand failed.

https://lab.dpdk.org/results/dashboard/patchsets/26450/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 4+ messages in thread

* |FAILURE| pw127724 [PATCH] net/e1000: support device I219
@ 2023-05-30 17:58 dpdklab
  0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2023-05-30 17:58 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/127724

_build patch failure_

Submitter: Qiming Yang <qiming.yang@intel.com>
Date: Tuesday, May 30 2023 09:54:04 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127724 failed:

[1/1712] Compiling C object 'drivers/a715181@@rte_net_cnxk@sha/meson-generated_.._rte_net_cnxk.pmd.c.o'.
[2/1712] Compiling C object 'drivers/a715181@@rte_net_cnxk@sta/meson-generated_.._rte_net_cnxk.pmd.c.o'.
[3/1712] Compiling C object 'drivers/a715181@@rte_net_cxgbe@sta/meson-generated_.._rte_net_cxgbe.pmd.c.o'.
[4/1712] Linking static target drivers/libtmp_rte_net_dpaa.a.
[5/1712] Linking static target drivers/libtmp_rte_net_dpaa2.a.
[6/1712] Compiling C object 'drivers/a715181@@rte_net_cxgbe@sha/meson-generated_.._rte_net_cxgbe.pmd.c.o'.
[7/1712] Linking target lib/librte_pipeline.so.23.2.
[8/1712] Linking target drivers/librte_common_sfc_efx.so.23.2.
[9/1712] Linking target drivers/librte_common_cnxk.so.23.2.
[10/1712] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_osdep.c.o'.
[11/1712] Linking static target drivers/librte_net_cxgbe.a.
[12/1712] Linking static target drivers/librte_net_cnxk.a.
[13/1712] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_vf.c.o'.
[14/1712] Linking target drivers/librte_net_cxgbe.so.23.2.
[15/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_e1000_logs.c.o'.
[16/1712] Generating symbol file 'drivers/a715181@@rte_common_cnxk@sha/librte_common_cnxk.so.23.2.symbols'.
[17/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o 
cc -Idrivers/a715181@@tmp_rte_net_e1000@sta -Idrivers -I../drivers -Idrivers/net/e1000 -I../drivers/net/e1000 -Idrivers/net/e1000/base -I../drivers/net/e1000/base -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-decl
 arations -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=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.e1000 -MD -MQ 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o' -c ../drivers/net/e1000/em_ethdev.c
In file included from ../drivers/net/e1000/em_ethdev.c:16:
../drivers/net/e1000/em_ethdev.c:158:42: error: 'E1000_DEV_ID_PCH_RPL_I219_LM22' undeclared here (not in a function); did you mean 'E1000_DEV_ID_PCH_SPT_I219_LM2'?
  158 |  { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_LM22) },
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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:159:42: error: 'E1000_DEV_ID_PCH_RPL_I219_V22' undeclared here (not in a function); did you mean 'E1000_DEV_ID_PCH_SPT_I219_V2'?
  159 |  { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_V22) },
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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:160:42: error: 'E1000_DEV_ID_PCH_RPL_I219_LM23' undeclared here (not in a function); did you mean 'E1000_DEV_ID_PCH_SPT_I219_LM2'?
  160 |  { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_LM23) },
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../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:161:42: error: 'E1000_DEV_ID_PCH_RPL_I219_V23' undeclared here (not in a function); did you mean 'E1000_DEV_ID_PCH_SPT_I219_V2'?
  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
[18/1712] Linking target drivers/librte_mempool_cnxk.so.23.2.
[19/1712] Generating rte_net_dpaa.pmd.c with a custom command.
[20/1712] Generating symbol file 'lib/76b5a35@@rte_pipeline@sha/librte_pipeline.so.23.2.symbols'.
[21/1712] Generating symbol file 'drivers/a715181@@rte_common_sfc_efx@sha/librte_common_sfc_efx.so.23.2.symbols'.
[22/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_pf.c.o'.
[23/1712] Generating rte_net_dpaa2.pmd.c with a custom command.
[24/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_ena_rss.c.o'.
[25/1712] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_phy.c.o'.
[26/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_base_ena_eth_com.c.o'.
[27/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_flow.c.o'.
[28/1712] Generating rte_net_cnxk.sym_chk with a meson_exe.py custom command.
[29/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_enetc@sta/net_enetc_enetc_ethdev.c.o'.
[30/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_base_ena_com.c.o'.
[31/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_rxtx.c.o'.
[32/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_ethdev.c.o'.
[33/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_rxtx.c.o'.
[34/1712] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_ena_ethdev.c.o'.
ninja: build stopped: subcommand failed.

https://lab.dpdk.org/results/dashboard/patchsets/26450/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 4+ messages in thread

* |FAILURE| pw127724 [PATCH] net/e1000: support device I219
       [not found] <20230530095404.1618218-1-qiming.yang@intel.com>
@ 2023-05-30 10:59 ` 0-day Robot
  0 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

end of thread, other threads:[~2023-06-09 23:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-09 23:03 |FAILURE| pw127724 [PATCH] net/e1000: support device I219 dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-06-08 22:29 dpdklab
2023-05-30 17:58 dpdklab
     [not found] <20230530095404.1618218-1-qiming.yang@intel.com>
2023-05-30 10:59 ` 0-day Robot

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).