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: [dpdk-test-report] |FAILURE| pw86470-86472 [PATCH] [v3, 3/3] net/ice: enable ecpri tunnel port configure in dcf
Date: Wed, 13 Jan 2021 09:33:23 -0500 (EST)	[thread overview]
Message-ID: <20210113143323.4B68330625@noxus.dpdklab.iol.unh.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 6221 bytes --]

Test-Label: Performance-Testing
Test-Status: FAILURE
http://dpdk.org/patch/86470

_build patch failure_

Submitter: Jeff Guo <jia.guo@intel.com>
Date: Wednesday, January 13 2021 14:05:18 
Applied on: CommitID:251c17cb7d6692ccefa047a46e81e253360165c1
Apply patch set 86470-86472 failed:

[1/1219] Linking static target drivers/net/ice/base/libice_base.a.
[2/1219] Generating rte_net_igc_def with a custom command.
[3/1219] Linking target drivers/librte_net_hns3.so.21.1.
[4/1219] Linking target drivers/librte_net_iavf.so.21.1.
[5/1219] Generating rte_net_igc_mingw with a custom command.
[6/1219] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_osdep.c.o'.
[7/1219] Generating rte_net_ionic_def with a custom command.
[8/1219] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_mac_api.c.o'.
[9/1219] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_manage.c.o'.
[10/1219] Generating rte_net_ionic_mingw with a custom command.
[11/1219] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_i225.c.o'.
[12/1219] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_82599_bypass.c.o'.
[13/1219] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_rx_filter.c.o'.
[14/1219] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_nvm.c.o'.
[15/1219] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_filter.c.o'.
[16/1219] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_main.c.o'.
[17/1219] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_ethdev.c.o 
cc -Idrivers/a715181@@tmp_rte_net_ice@sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -Ilib/librte_ethdev -I../lib/librte_ethdev -I. -I../ -Iconfig -I../config -Ilib/librte_eal/include -I../lib/librte_eal/include -Ilib/librte_eal/linux/include -I../lib/librte_eal/linux/include -Ilib/librte_eal/x86/include -I../lib/librte_eal/x86/include -Ilib/librte_eal/common -I../lib/librte_eal/common -Ilib/librte_eal -I../lib/librte_eal -Ilib/librte_kvargs -I../lib/librte_kvargs -Ilib/librte_telemetry/../librte_metrics -I../lib/librte_telemetry/../librte_metrics -Ilib/librte_telemetry -I../lib/librte_telemetry -Ilib/librte_net -I../lib/librte_net -Ilib/librte_mbuf -I../lib/librte_mbuf -Ilib/librte_mempool -I../lib/librte_mempool -Ilib/librte_ring -I../lib/librte_ring -Ilib/librte_meter -I../lib/librte_meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/librte_pci -I../lib/librte_pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/librte_hash -I../lib/librte_hash -Ilib/librte_rcu -I../lib/librte_rcu -Idrivers/common/iavf -I../drivers/common/iavf -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -include rte_config.h -Wextra -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DCC_AVX512_SUPPORT -MD -MQ 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_ethdev.c.o' -c ../drivers/net/ice/ice_dcf_ethdev.c
../drivers/net/ice/ice_dcf_ethdev.c: In function ‘ice_dcf_dev_udp_tunnel_port_add’:
../drivers/net/ice/ice_dcf_ethdev.c:898:7: error: ‘RTE_TUNNEL_TYPE_ECPRI’ undeclared (first use in this function); did you mean ‘RTE_TUNNEL_TYPE_NVGRE’?
  case RTE_TUNNEL_TYPE_ECPRI:
       ^~~~~~~~~~~~~~~~~~~~~
       RTE_TUNNEL_TYPE_NVGRE
../drivers/net/ice/ice_dcf_ethdev.c:898:7: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_dcf_ethdev.c: In function ‘ice_dcf_dev_udp_tunnel_port_del’:
../drivers/net/ice/ice_dcf_ethdev.c:926:7: error: ‘RTE_TUNNEL_TYPE_ECPRI’ undeclared (first use in this function); did you mean ‘RTE_TUNNEL_TYPE_NVGRE’?
  case RTE_TUNNEL_TYPE_ECPRI:
       ^~~~~~~~~~~~~~~~~~~~~
       RTE_TUNNEL_TYPE_NVGRE
[18/1219] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_flow.c.o'.
[19/1219] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_dev.c.o'.
[20/1219] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_82598.c.o'.
[21/1219] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb_82598.c.o'.
[22/1219] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_hv_vf.c.o'.
[23/1219] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_ethdev.c.o'.
[24/1219] Compiling C object 'drivers/a715181@@tmp_rte_net_kni@sta/net_kni_rte_eth_kni.c.o'.
[25/1219] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb_82599.c.o'.
[26/1219] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_api.c.o'.
[27/1219] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_mbx.c.o'.
[28/1219] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb.c.o'.
[29/1219] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_82599.c.o'.
[30/1219] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_phy.c.o'.
[31/1219] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_lif.c.o'.
[32/1219] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_rxtx.c.o'.
[33/1219] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_txrx.c.o'.
[34/1219] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_common.c.o'.
ninja: build stopped: subcommand failed.

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

UNH-IOL DPDK Community Lab

                 reply	other threads:[~2021-01-13 14:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20210113143323.4B68330625@noxus.dpdklab.iol.unh.edu \
    --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).