automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw126263 [PATCH] net/ice: CVL support double vlan
@ 2023-04-19 11:21 dpdklab
  0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2023-04-19 11:21 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_build patch failure_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Wednesday, April 19 2023 10:46:55 
Applied on: CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd
Apply patch set 126263 failed:

[1/1451] Linking static target drivers/net/iavf/libiavf_avx512_lib.a.
[2/1451] Linking static target drivers/librte_net_iavf.a.
[3/1451] Linking static target drivers/net/ice/libice_avx512_lib.a.
[4/1451] Linking target drivers/librte_common_sfc_efx.so.23.2.
[5/1451] Linking target drivers/librte_net_i40e.so.23.2.
[6/1451] Linking target drivers/librte_common_cnxk.so.23.2.
[7/1451] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_osdep.c.o'.
[8/1451] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_base.c.o'.
[9/1451] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_manage.c.o'.
[10/1451] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_logs.c.o'.
[11/1451] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_i225.c.o'.
[12/1451] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_api.c.o'.
[13/1451] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_nvm.c.o'.
[14/1451] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_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/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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/iavf -I../drivers/common/iavf -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-declarations -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 -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice -MD -MQ 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -c ../drivers/net/ice/ice_ethdev.c
../drivers/net/ice/ice_ethdev.c: In function 'ice_setup_vsi':
../drivers/net/ice/ice_ethdev.c:1641:36: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
 1641 |     ICE_AQ_VSI_OUTER_VLAN_EMODE_S) |
      |                                    ^
In file included from ../drivers/net/ice/ice_ethdev.c:24:
../drivers/net/ice/ice_ethdev.c: In function 'ice_vsi_update_l2tsel':
../drivers/net/ice/ice_ethdev.h:670:33: error: 'struct ice_adapter' has no member named 'eth_dev'
  670 |  (((struct ice_pf *)pf)->adapter->eth_dev)
      |                                 ^~
../drivers/net/ice/ice_ethdev.c:4635:28: note: in expansion of macro 'ICE_PF_TO_ETH_DEV'
 4635 |  struct rte_eth_dev *dev = ICE_PF_TO_ETH_DEV(pf);
      |                            ^~~~~~~~~~~~~~~~~
../drivers/net/ice/ice_ethdev.c:4644:21: error: 'struct rte_eth_dev' has no member named 'nb_rx_queues'
 4644 |  for (i = 0; i < dev->nb_rx_queues; i++) {
      |                     ^~
[15/1451] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_mac.c.o'.
[16/1451] Generating symbol file 'drivers/a715181@@rte_common_cnxk@sha/librte_common_cnxk.so.23.2.symbols'.
[17/1451] Generating symbol file 'drivers/a715181@@rte_common_sfc_efx@sha/librte_common_sfc_efx.so.23.2.symbols'.
[18/1451] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_parent.c.o'.
[19/1451] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_phy.c.o'.
[20/1451] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_mac_api.c.o'.
[21/1451] Compiling C object 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_rxtx.c.o'.
[22/1451] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_dev_pci.c.o'.
[23/1451] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_flow.c.o'.
[24/1451] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_filter.c.o'.
[25/1451] Generating rte_net_iavf.sym_chk with a meson_exe.py custom command.
[26/1451] Compiling C object 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_ethdev.c.o'.
[27/1451] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_ethdev.c.o'.
[28/1451] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_dev.c.o'.
[29/1451] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_ethdev.c.o'.
[30/1451] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_ethdev.c.o'.
[31/1451] 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/26049/

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2023-04-19 11:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230419104655.79966-1-mingjinx.ye@intel.com>
2023-04-19 10:40 ` |FAILURE| pw126263 [PATCH] net/ice: CVL support double vlan qemudev
2023-04-19 10:53 ` |SUCCESS| " checkpatch
2023-04-19 11:19 ` |FAILURE| " 0-day Robot
2023-04-19 11:21 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).