automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw89458 [PATCH] [v1] net/ice: support GTPU TEID pattern for switch filter
@ 2021-03-18 18:57 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-03-18 18:57 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_build patch failure_

Submitter: Yuying <yuying.zhang@intel.com>
Date: Thursday, March 18 2021 08:48:24 
Applied on: CommitID:ca802d08e60844cfb3573d62e25d1b1424a2846d
Apply patch set 89458 failed:

[1/1314] Linking static target drivers/net/ice/base/libice_base.a.
[2/1314] Linking static target drivers/net/ice/libice_avx512_lib.a.
[3/1314] Generating rte_net_ice_def with a custom command.
[4/1314] Generating rte_net_ice_mingw with a custom command.
[5/1314] Linking target drivers/librte_net_hns3.so.21.2.
[6/1314] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_logs.c.o'.
[7/1314] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_osdep.c.o'.
[8/1314] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_base.c.o'.
[9/1314] Generating rte_net_igc_mingw with a custom command.
[10/1314] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_manage.c.o'.
[11/1314] Generating rte_net_igc_def with a custom command.
[12/1314] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_mac_api.c.o'.
[13/1314] Generating rte_net_iavf.pmd.c with a custom command.
[14/1314] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_api.c.o'.
[15/1314] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_i225.c.o'.
[16/1314] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_nvm.c.o'.
[17/1314] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_switch_filter.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_switch_filter.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_switch_filter.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_switch_filter.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_switch_filter.c.o' -c ../drivers/net/ice/ice_switch_filter.c
../drivers/net/ice/ice_switch_filter.c: In function ‘ice_switch_inset_get’:
../drivers/net/ice/ice_switch_filter.c:1310:17: error: ‘ICE_SW_TUN_GTP_IPV4’ undeclared (first use in this function); did you mean ‘ICE_SW_TUN_PPPOE_IPV4’?
     *tun_type = ICE_SW_TUN_GTP_IPV4;
                 ^~~~~~~~~~~~~~~~~~~
                 ICE_SW_TUN_PPPOE_IPV4
../drivers/net/ice/ice_switch_filter.c:1310:17: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_switch_filter.c:1312:17: error: ‘ICE_SW_TUN_GTP_IPV6’ undeclared (first use in this function); did you mean ‘ICE_SW_TUN_GTP_IPV4’?
     *tun_type = ICE_SW_TUN_GTP_IPV6;
                 ^~~~~~~~~~~~~~~~~~~
                 ICE_SW_TUN_GTP_IPV4
../drivers/net/ice/ice_switch_filter.c:1344:17: error: ‘ICE_SW_TUN_GTP_IPV4_EH’ undeclared (first use in this function); did you mean ‘ICE_SW_TUN_GTP_IPV4’?
     *tun_type = ICE_SW_TUN_GTP_IPV4_EH;
                 ^~~~~~~~~~~~~~~~~~~~~~
                 ICE_SW_TUN_GTP_IPV4
../drivers/net/ice/ice_switch_filter.c:1346:17: error: ‘ICE_SW_TUN_GTP_IPV6_EH’ undeclared (first use in this function); did you mean ‘ICE_SW_TUN_GTP_IPV4_EH’?
     *tun_type = ICE_SW_TUN_GTP_IPV6_EH;
                 ^~~~~~~~~~~~~~~~~~~~~~
                 ICE_SW_TUN_GTP_IPV4_EH
[18/1314] Compiling C object 'drivers/a715181@@rte_net_iavf@sha/meson-generated_.._rte_net_iavf.pmd.c.o'.
[19/1314] Compiling C object 'drivers/a715181@@rte_net_iavf@sta/meson-generated_.._rte_net_iavf.pmd.c.o'.
[20/1314] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_parent.c.o'.
[21/1314] Generating rte_net_ionic_def with a custom command.
[22/1314] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_mac.c.o'.
[23/1314] Generating symbol file 'lib/76b5a35@@rte_pipeline@sha/librte_pipeline.so.21.2.symbols'.
[24/1314] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_filter.c.o'.
[25/1314] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_flow.c.o'.
[26/1314] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_rx_filter.c.o'.
[27/1314] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_dev.c.o'.
[28/1314] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_main.c.o'.
[29/1314] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_phy.c.o'.
[30/1314] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_ethdev.c.o'.
[31/1314] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_ethdev.c.o'.
[32/1314] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_rxtx.c.o'.
[33/1314] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_lif.c.o'.
[34/1314] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_txrx.c.o'.
ninja: build stopped: subcommand failed.

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

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-18 18:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-18 18:57 [dpdk-test-report] |FAILURE| pw89458 [PATCH] [v1] net/ice: support GTPU TEID pattern for switch filter 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).