automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw131511-131513 [PATCH] [3/3] common/qat: decouple pmds from the common code
@ 2023-09-17 16:22 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2023-09-17 16:22 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_build patch failure_

Submitter: Kusztal, ArkadiuszX <arkadiuszx.kusztal@intel.com>
Date: Sunday, September 17 2023 15:42:58 
Applied on: CommitID:62895ec564de9e6929bda6e19b1e974f36c2d482
Apply patch set 131511-131513 failed:

[1/1843] Linking static target lib/librte_pipeline.a.
[2/1843] Linking static target drivers/libtmp_rte_common_cnxk.a.
[3/1843] Linking target lib/librte_eal.so.24.0.
[4/1843] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/compress_qat_dev_qat_comp_pmd_gen4.c.o'.
[5/1843] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o 
cc -Idrivers/a715181@@tmp_rte_common_qat@sta -Idrivers -I../drivers -Idrivers/common/qat -I../drivers/common/qat -I../drivers/common/qat/qat_adf -I../drivers/common/qat/../../crypto/qat -I../drivers/common/qat/../../compress/qat -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -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/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/cryptodev -I../lib/cryptodev -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -Ilib/compressdev -I../lib/compressdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include r
 te_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 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.qat -MD -MQ 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o' -c ../drivers/common/qat/qat_qp.c
../drivers/common/qat/qat_qp.c: In function 'qat_cq_dequeue_response':
../drivers/common/qat/qat_qp.c:742:7: warning: implicit declaration of function 'ICP_QAT_FW_COMN_RESP_CRYPTO_STAT_GET' [-Wimplicit-function-declaration]
  742 |   if (ICP_QAT_FW_COMN_RESP_CRYPTO_STAT_GET(
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/qat/qat_qp.c:742:7: warning: nested extern declaration of 'ICP_QAT_FW_COMN_RESP_CRYPTO_STAT_GET' [-Wnested-externs]
../drivers/common/qat/qat_qp.c:743:13: error: dereferencing pointer to incomplete type 'struct icp_qat_fw_comn_resp'
  743 |     resp_msg->comn_hdr.comn_status) ==
      |             ^~
../drivers/common/qat/qat_qp.c:744:5: error: 'ICP_QAT_FW_COMN_STATUS_FLAG_OK' undeclared (first use in this function)
  744 |     ICP_QAT_FW_COMN_STATUS_FLAG_OK) {
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/qat/qat_qp.c:744:5: note: each undeclared identifier is reported only once for each function it appears in
../drivers/common/qat/qat_qp.c: In function 'qat_cq_get_fw_version':
../drivers/common/qat/qat_qp.c:770:29: error: storage size of 'null_msg' isn't known
  770 |  struct icp_qat_fw_comn_req null_msg;
      |                             ^~~~~~~~
../drivers/common/qat/qat_qp.c:771:30: error: storage size of 'response' isn't known
  771 |  struct icp_qat_fw_comn_resp response;
      |                              ^~~~~~~~
../drivers/common/qat/qat_qp.c:776:3: warning: implicit declaration of function 'ICP_QAT_FW_COMN_HDR_FLAGS_BUILD' [-Wimplicit-function-declaration]
  776 |   ICP_QAT_FW_COMN_HDR_FLAGS_BUILD(ICP_QAT_FW_COMN_REQ_FLAG_SET);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/qat/qat_qp.c:776:3: warning: nested extern declaration of 'ICP_QAT_FW_COMN_HDR_FLAGS_BUILD' [-Wnested-externs]
../drivers/common/qat/qat_qp.c:776:35: error: 'ICP_QAT_FW_COMN_REQ_FLAG_SET' undeclared (first use in this function)
  776 |   ICP_QAT_FW_COMN_HDR_FLAGS_BUILD(ICP_QAT_FW_COMN_REQ_FLAG_SET);
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/qat/qat_qp.c:777:35: error: 'ICP_QAT_FW_COMN_REQ_NULL' undeclared (first use in this function)
  777 |  null_msg.comn_hdr.service_type = ICP_QAT_FW_COMN_REQ_NULL;
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/qat/qat_qp.c:778:37: error: 'ICP_QAT_FW_NULL_REQ_SERV_ID' undeclared (first use in this function)
  778 |  null_msg.comn_hdr.service_cmd_id = ICP_QAT_FW_NULL_REQ_SERV_ID;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/qat/qat_qp.c:798:7: warning: implicit declaration of function 'QAT_FIELD_GET' [-Wimplicit-function-declaration]
  798 |   if (QAT_FIELD_GET(response.comn_hdr.hdr_flags,
      |       ^~~~~~~~~~~~~
../drivers/common/qat/qat_qp.c:798:7: warning: nested extern declaration of 'QAT_FIELD_GET' [-Wnested-externs]
../drivers/common/qat/qat_qp.c:799:5: error: 'ICP_QAT_FW_COMN_NULL_VERSION_FLAG_BITPOS' undeclared (first use in this function)
  799 |     ICP_QAT_FW_COMN_NULL_VERSION_FLAG_BITPOS,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/qat/qat_qp.c:800:5: error: 'ICP_QAT_FW_COMN_NULL_VERSION_FLAG_MASK' undeclared (first use in this function)
  800 |     ICP_QAT_FW_COMN_NULL_VERSION_FLAG_MASK))
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/qat/qat_qp.c:771:30: warning: unused variable 'response' [-Wunused-variable]
  771 |  struct icp_qat_fw_comn_resp response;
      |                              ^~~~~~~~
../drivers/common/qat/qat_qp.c:770:29: warning: unused variable 'null_msg' [-Wunused-variable]
  770 |  struct icp_qat_fw_comn_req null_msg;
      |                             ^~~~~~~~
[6/1843] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_ev.c.o'.
[7/1843] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_evb.c.o'.
[8/1843] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_crc32.c.o'.
[9/1843] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_mon.c.o'.
[10/1843] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_intr.c.o'.
[11/1843] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_lic.c.o'.
[12/1843] Generating symbol file 'lib/76b5a35@@rte_eal@sha/librte_eal.so.24.0.symbols'.
[13/1843] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_hash.c.o'.
[14/1843] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_filter.c.o'.
[15/1843] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_mac.c.o'.
[16/1843] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_bootcfg.c.o'.
[17/1843] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_table.c.o'.
[18/1843] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_nic.c.o'.
[19/1843] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_mcdi.c.o'.
[20/1843] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_mae.c.o'.
[21/1843] Generating rte_common_cnxk.pmd.c with a custom command.
[22/1843] Generating pipeline.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2023-09-17 16:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-17 16:22 |FAILURE| pw131511-131513 [PATCH] [3/3] common/qat: decouple pmds from the common code 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).