automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |FAILURE| pw127724 [PATCH] net/e1000: support device I219
Date: Thu, 08 Jun 2023 15:29:16 -0700 (PDT)	[thread overview]
Message-ID: <6482563c.810a0220.2b3e8.2a62SMTPIN_ADDED_MISSING@mx.google.com> (raw)

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

             reply	other threads:[~2023-06-08 22:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-08 22:29 dpdklab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-09 23:03 dpdklab
2023-05-30 17:58 dpdklab
     [not found] <20230530095404.1618218-1-qiming.yang@intel.com>
2023-05-30 10:59 ` 0-day Robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6482563c.810a0220.2b3e8.2a62SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).