automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw128288 [PATCH v1] ml/cnxk: enable support for scratch relocation
       [not found] <20230607114306.4156-1-syalavarthi@marvell.com>
@ 2023-06-07 11:31 ` qemudev
  2023-06-07 11:44 ` |SUCCESS| " checkpatch
  2023-06-07 12:40 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: qemudev @ 2023-06-07 11:31 UTC (permalink / raw)
  To: test-report; +Cc: Srikanth Yalavarthi, zhoumin

Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/128288

_ninja build failure_

Submitter: Srikanth Yalavarthi <syalavarthi@marvell.com>
Date: Wed, 7 Jun 2023 04:43:06 -0700
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 05a00c75c6277a19aaeba2058d2ff95cccd73584

128288 --> ninja build failed

Test environment and result as below:

+---------------------+----------------+
|     Environment     | compilation    |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_ops.c.o
cc -Idrivers/libtmp_rte_ml_cnxk.a.p -Idrivers -I../drivers -Idrivers/ml/cnxk -I../drivers/ml/cnxk -Ilib/mldev -I../lib/mldev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/bus/pci -I../drivers/bus/pci -Ilib/net -I../lib/net -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/pci -I../lib/pci -I../drivers/bus/pci/linux -Ilib/mbuf -I../lib/mbuf -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O3 -include rte_config.h -Wcast-qual -Wdep
 recated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -UCNXK_ML_DEV_DEBUG -DRTE_LOG_DEFAULT_LOGTYPE=pmd.ml.cnxk -MD -MQ drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_ops.c.o -MF drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_ops.c.o.d -o drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_ops.c.o -c ../drivers/ml/cnxk/cn10k_ml_ops.c
./drivers/ml/cnxk/cn10k_ml_ops.c: In function ‘cn10k_ml_prep_sp_job_descriptor’:
./drivers/ml/cnxk/cn10k_ml_ops.c:420:20: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_start’; did you mean ‘ddr_input_range_start’?
metadata->model.ddr_scratch_range_start;
^~~~~~~~~~~~~~~~~~~~~~~
ddr_input_range_start
./drivers/ml/cnxk/cn10k_ml_ops.c:422:20: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_end’; did you mean ‘ddr_input_range_end’?
metadata->model.ddr_scratch_range_end;
^~~~~~~~~~~~~~~~~~~~~
ddr_input_range_end
In file included from ../lib/mldev/rte_mldev.h:137,
from ../drivers/ml/cnxk/cn10k_ml_ops.c:5:
./drivers/ml/cnxk/cn10k_ml_ops.c: In function ‘cn10k_ml_model_load’:
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:54: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_end’; did you mean ‘ddr_input_range_end’?
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:10: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1634:27: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_start’; did you mean ‘ddr_input_range_start’?
metadata->model.ddr_scratch_range_start + 1,
^~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:10: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:54: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_end’; did you mean ‘ddr_input_range_end’?
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:10: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1634:27: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_start’; did you mean ‘ddr_input_range_start’?
metadata->model.ddr_scratch_range_start + 1,
^~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:10: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:54: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_end’; did you mean ‘ddr_input_range_end’?
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:17: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1634:27: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_start’; did you mean ‘ddr_input_range_start’?
metadata->model.ddr_scratch_range_start + 1,
^~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:17: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:54: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_end’; did you mean ‘ddr_input_range_end’?
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:17: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1634:27: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_start’; did you mean ‘ddr_input_range_start’?
metadata->model.ddr_scratch_range_start + 1,
^~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:17: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:54: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_end’; did you mean ‘ddr_input_range_end’?
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1634:27: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_start’; did you mean ‘ddr_input_range_start’?
metadata->model.ddr_scratch_range_start + 1,
^~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:54: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_end’; did you mean ‘ddr_input_range_end’?
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1634:27: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_start’; did you mean ‘ddr_input_range_start’?
metadata->model.ddr_scratch_range_start + 1,
^~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
[1888/2870] Compiling C object drivers/librte_crypto_nitrox.a.p/meson-generated_.._rte_crypto_nitrox.pmd.c.o
[1889/2870] Compiling C object drivers/libtmp_rte_vdpa_ifc.a.p/vdpa_ifc_base_ifcvf.c.o
[1890/2870] Compiling C object drivers/libtmp_rte_regex_cn9k.a.p/regex_cn9k_cn9k_regexdev.c.o
[1891/2870] Generating rte_raw_ntb.pmd.c with a custom command
[1892/2870] Generating rte_net_vhost.sym_chk with a custom command (wrapped by meson to capture output)
[1893/2870] Compiling C object drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_dev.c.o
[1894/2870] Compiling C object drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_txgbe_rxtx.c.o
[1895/2870] Compiling C object drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_ocm.c.o
[1896/2870] Compiling C object drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_model.c.o
[1897/2870] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_cn10k_worker.c.o
[1898/2870] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_64_79_burst.c.o
[1899/2870] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_32_47_burst.c.o
[1900/2870] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_cn9k_worker.c.o
[1901/2870] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_48_63_burst.c.o
[1902/2870] Generating rte_crypto_virtio.pmd.c with a custom command
[1903/2870] Generating rte_crypto_null.pmd.c with a custom command
[1904/2870] Compiling C object drivers/libtmp_rte_compress_zlib.a.p/compress_zlib_zlib_pmd.c.o
[1905/2870] Compiling C object drivers/libtmp_rte_net_virtio.a.p/net_virtio_virtio_rxtx.c.o
[1906/2870] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_cnxk_eventdev.c.o
[1907/2870] Generating rte_net_ixgbe.sym_chk with a custom command (wrapped by meson to capture output)
[1908/2870] Compiling C object drivers/libtmp_rte_compress_octeontx.a.p/compress_octeontx_otx_zip_pmd.c.o
[1909/2870] Compiling C object drivers/libtmp_rte_vdpa_ifc.a.p/vdpa_ifc_ifcvf_vdpa.c.o
[1910/2870] Compiling C object drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o
[1911/2870] Compiling C object drivers/libtmp_rte_crypto_ccp.a.p/crypto_ccp_ccp_crypto.c.o
[1912/2870] Compiling C object drivers/libtmp_rte_crypto_scheduler.a.p/crypto_scheduler_scheduler_multicore.c.o
[1913/2870] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_cn9k_eventdev.c.o
[1914/2870] Compiling C object drivers/libtmp_rte_crypto_caam_jr.a.p/crypto_caam_jr_caam_jr.c.o
[1915/2870] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_cn10k_eventdev.c.o
[1916/2870] Compiling C object drivers/libtmp_rte_crypto_dpaa_sec.a.p/crypto_dpaa_sec_dpaa_sec.c.o
[1917/2870] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[1918/2870] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn9k_cryptodev_ops.c.o
[1919/2870] Compiling C object drivers/libtmp_rte_crypto_octeontx.a.p/crypto_octeontx_otx_cryptodev_ops.c.o
[1920/2870] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn10k_cryptodev_ops.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


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

* |SUCCESS| pw128288 [PATCH v1] ml/cnxk: enable support for scratch relocation
       [not found] <20230607114306.4156-1-syalavarthi@marvell.com>
  2023-06-07 11:31 ` |FAILURE| pw128288 [PATCH v1] ml/cnxk: enable support for scratch relocation qemudev
@ 2023-06-07 11:44 ` checkpatch
  2023-06-07 12:40 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2023-06-07 11:44 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/128288

_coding style OK_



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

* |FAILURE| pw128288 [PATCH v1] ml/cnxk: enable support for scratch relocation
       [not found] <20230607114306.4156-1-syalavarthi@marvell.com>
  2023-06-07 11:31 ` |FAILURE| pw128288 [PATCH v1] ml/cnxk: enable support for scratch relocation qemudev
  2023-06-07 11:44 ` |SUCCESS| " checkpatch
@ 2023-06-07 12:40 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2023-06-07 12:40 UTC (permalink / raw)
  To: test-report; +Cc: syalavarthi, robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/128288/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5199670725
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-abi+debug+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" failed at step Build and test
"fedora:37-gcc" failed at step Build
"fedora:37-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################
../lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
  329 |  (typeof(val))((val) & (~((typeof(val))((align) - 1))))
      |                                   ^~~
../drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
   63 | #define PLT_ALIGN_CEIL   RTE_ALIGN_CEIL
      |                          ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
 1633 |  model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
      |                       ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1634:27: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_start’; did you mean ‘ddr_input_range_start’?
 1634 |           metadata->model.ddr_scratch_range_start + 1,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
  329 |  (typeof(val))((val) & (~((typeof(val))((align) - 1))))
      |                                   ^~~
../drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
   63 | #define PLT_ALIGN_CEIL   RTE_ALIGN_CEIL
      |                          ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
 1633 |  model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
      |                       ^~~~~~~~~~~~~~
[2446/4343] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk@sta/ml_cnxk_cn10k_ml_ocm.c.o'.
[2447/4343] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk@sta/ml_cnxk_cn10k_ml_model.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
                                         ^
../drivers/ml/cnxk/cn10k_ml_model.h:145:12: note: 'ddr_input_range_end' declared here
                uint64_t ddr_input_range_end;
                         ^
../drivers/ml/cnxk/cn10k_ml_ops.c:1634:27: error: no member named 'ddr_scratch_range_start' in 'struct cn10k_ml_model_metadata::(anonymous at ../drivers/ml/cnxk/cn10k_ml_model.h:66:2)'; did you mean 'ddr_input_range_start'?
                                                    metadata->model.ddr_scratch_range_start + 1,
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
                                                                    ddr_input_range_start
../drivers/common/cnxk/roc_platform.h:63:26: note: expanded from macro 'PLT_ALIGN_CEIL'
#define PLT_ALIGN_CEIL           RTE_ALIGN_CEIL
                                 ^
../lib/eal/include/rte_common.h:347:36: note: expanded from macro 'RTE_ALIGN_CEIL'
        RTE_ALIGN_FLOOR(((val) + ((typeof(val)) (align) - 1)), align)
                                          ^
../lib/eal/include/rte_common.h:329:35: note: expanded from macro 'RTE_ALIGN_FLOOR'
        (typeof(val))((val) & (~((typeof(val))((align) - 1))))
                                         ^
../drivers/ml/cnxk/cn10k_ml_model.h:142:12: note: 'ddr_input_range_start' declared here
                uint64_t ddr_input_range_start;
                         ^
14 errors generated.
[2448/4343] Linking target drivers/librte_regex_cn9k.so.23.2.
[2449/4343] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk@sta/ml_cnxk_cn10k_ml_dev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
../lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
  329 |  (typeof(val))((val) & (~((typeof(val))((align) - 1))))
      |                                   ^~~
../drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
   63 | #define PLT_ALIGN_CEIL   RTE_ALIGN_CEIL
      |                          ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
 1633 |  model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
      |                       ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1634:27: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_start’; did you mean ‘ddr_input_range_start’?
 1634 |           metadata->model.ddr_scratch_range_start + 1,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
  329 |  (typeof(val))((val) & (~((typeof(val))((align) - 1))))
      |                                   ^~~
../drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
   63 | #define PLT_ALIGN_CEIL   RTE_ALIGN_CEIL
      |                          ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
 1633 |  model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
      |                       ^~~~~~~~~~~~~~
[2137/4155] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk@sta/ml_cnxk_cn10k_ml_ocm.c.o'.
[2138/4155] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
../lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
  329 |  (typeof(val))((val) & (~((typeof(val))((align) - 1))))
      |                                   ^~~
../drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
   63 | #define PLT_ALIGN_CEIL   RTE_ALIGN_CEIL
      |                          ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
 1633 |  model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
      |                       ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1634:27: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_start’; did you mean ‘ddr_input_range_start’?
 1634 |           metadata->model.ddr_scratch_range_start + 1,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
  329 |  (typeof(val))((val) & (~((typeof(val))((align) - 1))))
      |                                   ^~~
../drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
   63 | #define PLT_ALIGN_CEIL   RTE_ALIGN_CEIL
      |                          ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
 1633 |  model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
      |                       ^~~~~~~~~~~~~~
[2013/3827] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk@sta/ml_cnxk_cn10k_ml_dev.c.o'.
[2014/3827] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
../lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
  329 |  (typeof(val))((val) & (~((typeof(val))((align) - 1))))
      |                                   ^~~
../drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
   63 | #define PLT_ALIGN_CEIL   RTE_ALIGN_CEIL
      |                          ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
 1633 |  model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
      |                       ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1634:27: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_start’; did you mean ‘ddr_input_range_start’?
 1634 |           metadata->model.ddr_scratch_range_start + 1,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
  329 |  (typeof(val))((val) & (~((typeof(val))((align) - 1))))
      |                                   ^~~
../drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
   63 | #define PLT_ALIGN_CEIL   RTE_ALIGN_CEIL
      |                          ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
 1633 |  model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
      |                       ^~~~~~~~~~~~~~
[1983/3799] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk@sta/ml_cnxk_cn10k_ml_model.c.o'.
[1984/3799] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:37-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-gcc" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:37-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2023-06-07 12:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230607114306.4156-1-syalavarthi@marvell.com>
2023-06-07 11:31 ` |FAILURE| pw128288 [PATCH v1] ml/cnxk: enable support for scratch relocation qemudev
2023-06-07 11:44 ` |SUCCESS| " checkpatch
2023-06-07 12:40 ` |FAILURE| " 0-day Robot

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).