automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw109491 [PATCH 2/2] crypto/qat: add gen4 ecpm functions
       [not found] <20220408075813.23316-3-arkadiuszx.kusztal@intel.com>
@ 2022-04-08  7:59 ` checkpatch
  2022-04-08  9:39 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-04-08  7:59 UTC (permalink / raw)
  To: test-report; +Cc: Arek Kusztal

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/109491

_coding style issues_


WARNING:REPEATED_WORD: Possible repeated word: 'xr'
#87: FILE: drivers/common/qat/qat_adf/icp_qat_fw_mmp_ids.h:1532:
+ * icp_qat_fw_mmp_ec_p256_generator_multiplication_output_s::xr xr @endlink

WARNING:REPEATED_WORD: Possible repeated word: 'yr'
#88: FILE: drivers/common/qat/qat_adf/icp_qat_fw_mmp_ids.h:1533:
+ * @link icp_qat_fw_mmp_ec_p256_generator_multiplication_output_s::yr yr

WARNING:REPEATED_WORD: Possible repeated word: 'xr'
#97: FILE: drivers/common/qat/qat_adf/icp_qat_fw_mmp_ids.h:1542:
+ * icp_qat_fw_mmp_ec_p384_generator_multiplication_output_s::xr xr @endlink

WARNING:REPEATED_WORD: Possible repeated word: 'yr'
#98: FILE: drivers/common/qat/qat_adf/icp_qat_fw_mmp_ids.h:1543:
+ * @link icp_qat_fw_mmp_ec_p384_generator_multiplication_output_s::yr yr

WARNING:REPEATED_WORD: Possible repeated word: 'xp'
#105: FILE: drivers/common/qat/qat_adf/icp_qat_fw_mmp_ids.h:1550:
+ * icp_qat_fw_mmp_ec_p256_point_multiplication_input_s::xp xp @endlink @link

WARNING:REPEATED_WORD: Possible repeated word: 'yp'
#106: FILE: drivers/common/qat/qat_adf/icp_qat_fw_mmp_ids.h:1551:
+ * icp_qat_fw_mmp_ec_p256_point_multiplication_input_s::yp yp @endlink @link

WARNING:REPEATED_WORD: Possible repeated word: 'xr'
#109: FILE: drivers/common/qat/qat_adf/icp_qat_fw_mmp_ids.h:1554:
+ * icp_qat_fw_mmp_ec_p256_point_multiplication_output_s::xr xr @endlink @link

WARNING:REPEATED_WORD: Possible repeated word: 'yr'
#110: FILE: drivers/common/qat/qat_adf/icp_qat_fw_mmp_ids.h:1555:
+ * icp_qat_fw_mmp_ec_p256_point_multiplication_output_s::yr yr @endlink

WARNING:REPEATED_WORD: Possible repeated word: 'xp'
#116: FILE: drivers/common/qat/qat_adf/icp_qat_fw_mmp_ids.h:1561:
+ * icp_qat_fw_mmp_ec_p384_point_multiplication_input_s::xp xp @endlink @link

WARNING:REPEATED_WORD: Possible repeated word: 'yp'
#117: FILE: drivers/common/qat/qat_adf/icp_qat_fw_mmp_ids.h:1562:
+ * icp_qat_fw_mmp_ec_p384_point_multiplication_input_s::yp yp @endlink @link

WARNING:REPEATED_WORD: Possible repeated word: 'xr'
#120: FILE: drivers/common/qat/qat_adf/icp_qat_fw_mmp_ids.h:1565:
+ * icp_qat_fw_mmp_ec_p384_point_multiplication_output_s::xr xr @endlink @link

WARNING:REPEATED_WORD: Possible repeated word: 'yr'
#121: FILE: drivers/common/qat/qat_adf/icp_qat_fw_mmp_ids.h:1566:
+ * icp_qat_fw_mmp_ec_p384_point_multiplication_output_s::yr yr @endlink

total: 0 errors, 12 warnings, 157 lines checked

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

* |FAILURE| pw109491 [PATCH 2/2] crypto/qat: add gen4 ecpm functions
       [not found] <20220408075813.23316-3-arkadiuszx.kusztal@intel.com>
  2022-04-08  7:59 ` |WARNING| pw109491 [PATCH 2/2] crypto/qat: add gen4 ecpm functions checkpatch
@ 2022-04-08  9:39 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-04-08  9:39 UTC (permalink / raw)
  To: test-report; +Cc: arkadiuszx.kusztal, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2113978721
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-abi+doc+tests" failed at step Build and test
"ubuntu-18.04-clang-static" failed at step Build and test
"ubuntu-18.04-clang-shared-doc+tests" failed at step Build and test
"fedora:35-gcc-static" failed at step Build
"fedora:35-gcc-shared" failed at step Build
"fedora:35-clang-static" failed at step Build
"fedora:35-clang-shared" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################
                                                  ^~~~~~~
../drivers/crypto/qat/qat_asym.c: In function ‘ecpm_set_named_input’:
../drivers/crypto/qat/qat_asym.c:848:53: error: macro "SET_PKE_LN" requires 4 arguments, but only 3 given
  SET_PKE_LN(asym_op->ecpm.p.x, qat_func_alignsize, 0);
                                                     ^
../drivers/crypto/qat/qat_asym.c:848:2: error: ‘SET_PKE_LN’ undeclared (first use in this function)
  SET_PKE_LN(asym_op->ecpm.p.x, qat_func_alignsize, 0);
  ^~~~~~~~~~
../drivers/crypto/qat/qat_asym.c:849:53: error: macro "SET_PKE_LN" requires 4 arguments, but only 3 given
  SET_PKE_LN(asym_op->ecpm.p.y, qat_func_alignsize, 1);
                                                     ^
../drivers/crypto/qat/qat_asym.c:850:56: error: macro "SET_PKE_LN" requires 4 arguments, but only 3 given
  SET_PKE_LN(asym_op->ecpm.scalar, qat_func_alignsize, 2);
                                                        ^
../drivers/crypto/qat/qat_asym.c:853:8: error: ‘struct qat_asym_op_cookie’ has no member named ‘qat_func_alignsize’
  cookie->qat_func_alignsize = qat_func_alignsize;
        ^~
../drivers/crypto/qat/qat_asym.c:825:49: error: unused parameter ‘asym_op’ [-Werror=unused-parameter]
 ecpm_set_named_input(struct rte_crypto_asym_op *asym_op,
                                                 ^~~~~~~
cc1: all warnings being treated as errors
[826/4417] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_sym_session.c.o'.
[827/4417] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
                                                  ^~~~~~~
../drivers/crypto/qat/qat_asym.c: In function ‘ecpm_set_named_input’:
../drivers/crypto/qat/qat_asym.c:848:53: error: macro "SET_PKE_LN" requires 4 arguments, but only 3 given
  SET_PKE_LN(asym_op->ecpm.p.x, qat_func_alignsize, 0);
                                                     ^
../drivers/crypto/qat/qat_asym.c:848:2: error: ‘SET_PKE_LN’ undeclared (first use in this function)
  SET_PKE_LN(asym_op->ecpm.p.x, qat_func_alignsize, 0);
  ^~~~~~~~~~
../drivers/crypto/qat/qat_asym.c:849:53: error: macro "SET_PKE_LN" requires 4 arguments, but only 3 given
  SET_PKE_LN(asym_op->ecpm.p.y, qat_func_alignsize, 1);
                                                     ^
../drivers/crypto/qat/qat_asym.c:850:56: error: macro "SET_PKE_LN" requires 4 arguments, but only 3 given
  SET_PKE_LN(asym_op->ecpm.scalar, qat_func_alignsize, 2);
                                                        ^
../drivers/crypto/qat/qat_asym.c:853:8: error: ‘struct qat_asym_op_cookie’ has no member named ‘qat_func_alignsize’
  cookie->qat_func_alignsize = qat_func_alignsize;
        ^~
../drivers/crypto/qat/qat_asym.c:825:49: error: unused parameter ‘asym_op’ [-Werror=unused-parameter]
 ecpm_set_named_input(struct rte_crypto_asym_op *asym_op,
                                                 ^~~~~~~
cc1: all warnings being treated as errors
[830/4597] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/compress_qat_dev_qat_comp_pmd_gen4.c.o'.
[831/4597] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_sym_session.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################
#define SET_PKE_LN(where, what, how, idx) \
        ^
../drivers/crypto/qat/qat_asym.c:849:2: error: use of undeclared identifier 'SET_PKE_LN'
        SET_PKE_LN(asym_op->ecpm.p.y, qat_func_alignsize, 1);
        ^
../drivers/crypto/qat/qat_asym.c:850:56: error: too few arguments provided to function-like macro invocation
        SET_PKE_LN(asym_op->ecpm.scalar, qat_func_alignsize, 2);
                                                              ^
../drivers/crypto/qat/qat_asym.c:72:9: note: macro 'SET_PKE_LN' defined here
#define SET_PKE_LN(where, what, how, idx) \
        ^
../drivers/crypto/qat/qat_asym.c:850:2: error: use of undeclared identifier 'SET_PKE_LN'
        SET_PKE_LN(asym_op->ecpm.scalar, qat_func_alignsize, 2);
        ^
../drivers/crypto/qat/qat_asym.c:853:10: error: no member named 'qat_func_alignsize' in 'struct qat_asym_op_cookie'
        cookie->qat_func_alignsize = qat_func_alignsize;
        ~~~~~~  ^
../drivers/crypto/qat/qat_asym.c:825:49: error: unused parameter 'asym_op' [-Werror,-Wunused-parameter]
ecpm_set_named_input(struct rte_crypto_asym_op *asym_op,
                                                ^
16 errors generated.
[838/4419] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_evb.c.o'.
[839/4419] Generating symbol file 'drivers/a715181@@rte_common_cnxk@sha/librte_common_cnxk.so.22.2.symbols'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
#define SET_PKE_LN(where, what, how, idx) \
        ^
../drivers/crypto/qat/qat_asym.c:849:2: error: use of undeclared identifier 'SET_PKE_LN'
        SET_PKE_LN(asym_op->ecpm.p.y, qat_func_alignsize, 1);
        ^
../drivers/crypto/qat/qat_asym.c:850:56: error: too few arguments provided to function-like macro invocation
        SET_PKE_LN(asym_op->ecpm.scalar, qat_func_alignsize, 2);
                                                              ^
../drivers/crypto/qat/qat_asym.c:72:9: note: macro 'SET_PKE_LN' defined here
#define SET_PKE_LN(where, what, how, idx) \
        ^
../drivers/crypto/qat/qat_asym.c:850:2: error: use of undeclared identifier 'SET_PKE_LN'
        SET_PKE_LN(asym_op->ecpm.scalar, qat_func_alignsize, 2);
        ^
../drivers/crypto/qat/qat_asym.c:853:10: error: no member named 'qat_func_alignsize' in 'struct qat_asym_op_cookie'
        cookie->qat_func_alignsize = qat_func_alignsize;
        ~~~~~~  ^
../drivers/crypto/qat/qat_asym.c:825:49: error: unused parameter 'asym_op' [-Werror,-Wunused-parameter]
ecpm_set_named_input(struct rte_crypto_asym_op *asym_op,
                                                ^
16 errors generated.
[864/4599] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/mcdi_mon.c.o'.
[865/4599] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/siena_mac.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################




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




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




####################################################################################
#### [Begin job log] "fedora:35-clang-static" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang-static" at step Build
####################################################################################




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

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

end of thread, other threads:[~2022-04-08  8:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220408075813.23316-3-arkadiuszx.kusztal@intel.com>
2022-04-08  7:59 ` |WARNING| pw109491 [PATCH 2/2] crypto/qat: add gen4 ecpm functions checkpatch
2022-04-08  9:39 ` |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).