automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw117481 [v2 19/19] net/mlx5/hws: Enable HWS
       [not found] <20221006150325.660-20-valex@nvidia.com>
@ 2022-10-06 15:08 ` checkpatch
  2022-10-06 16:19 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-10-06 15:08 UTC (permalink / raw)
  To: test-report; +Cc: Alex Vesker

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

_coding style issues_


WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#680: FILE: drivers/net/mlx5/hws/mlx5dr.h:514:
+ * ^ICopy the ASO object value into this reg_id, after a packet hits a rule with this ASO object.$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#739: FILE: drivers/net/mlx5/hws/mlx5dr.h:573:
+ * ^IThe context to which the queue belong to.$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#741: FILE: drivers/net/mlx5/hws/mlx5dr.h:575:
+ * ^IThe id of the queue to perform the action on.$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#743: FILE: drivers/net/mlx5/hws/mlx5dr.h:577:
+ * ^IActions to perform on the queue. (enum mlx5dr_send_queue_actions)$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#755: FILE: drivers/net/mlx5/hws/mlx5dr.h:589:
+ * ^IThe file to write the dump to.$

CHECK:MACRO_ARG_PRECEDENCE: Macro argument '_value' may be better as '(_value)' to avoid precedence issues
#812: FILE: drivers/net/mlx5/hws/mlx5dr_internal.h:46:
+#define IS_BIT_SET(_value, _bit) (_value & (1ULL << (_bit)))

WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#824: FILE: drivers/net/mlx5/hws/mlx5dr_internal.h:58:
+	DRV_LOG(level, RTE_FMT("[%s]: " RTE_FMT_HEAD(__VA_ARGS__,), __func__, RTE_FMT_TAIL(__VA_ARGS__,)))

ERROR:SPACING: space required after that ',' (ctx:VxB)
#824: FILE: drivers/net/mlx5/hws/mlx5dr_internal.h:58:
+	DRV_LOG(level, RTE_FMT("[%s]: " RTE_FMT_HEAD(__VA_ARGS__,), __func__, RTE_FMT_TAIL(__VA_ARGS__,)))
 	                                                        ^

ERROR:SPACING: space required after that ',' (ctx:VxB)
#824: FILE: drivers/net/mlx5/hws/mlx5dr_internal.h:58:
+	DRV_LOG(level, RTE_FMT("[%s]: " RTE_FMT_HEAD(__VA_ARGS__,), __func__, RTE_FMT_TAIL(__VA_ARGS__,)))
 	                                                                                              ^

total: 2 errors, 6 warnings, 1 checks, 740 lines checked

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

* |FAILURE| pw117481 [v2 19/19] net/mlx5/hws: Enable HWS
       [not found] <20221006150325.660-20-valex@nvidia.com>
  2022-10-06 15:08 ` |WARNING| pw117481 [v2 19/19] net/mlx5/hws: Enable HWS checkpatch
@ 2022-10-06 16:19 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-10-06 16:19 UTC (permalink / raw)
  To: test-report; +Cc: valex, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3198401904
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static" failed at step Build and test
"ubuntu-20.04-gcc-shared-doc+tests" failed at step Build and test
"ubuntu-20.04-clang-static" failed at step Build and test
"ubuntu-20.04-clang-shared-asan+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-20.04-gcc-static" at step Build and test
####################################################################################
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                           RTE_FLOW_ACTION_TYPE_METER_COLOR
../drivers/net/mlx5/hws/mlx5dr_definer.c:1458:27: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/mlx5/hws/mlx5dr_definer.c: In function ‘mlx5dr_definer_conv_items_to_hl’:
../drivers/net/mlx5/hws/mlx5dr_definer.c:1541:8: error: ‘MLX5_RTE_FLOW_ITEM_TYPE_SQ’ undeclared (first use in this function); did you mean ‘MLX5_RTE_FLOW_ITEM_TYPE_TAG’?
 1541 |   case MLX5_RTE_FLOW_ITEM_TYPE_SQ:
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |        MLX5_RTE_FLOW_ITEM_TYPE_TAG
../drivers/net/mlx5/hws/mlx5dr_definer.c:1543:18: error: ‘MLX5_FLOW_ITEM_SQ’ undeclared (first use in this function); did you mean ‘MLX5_FLOW_ITEM_ESP’?
 1543 |    item_flags |= MLX5_FLOW_ITEM_SQ;
      |                  ^~~~~~~~~~~~~~~~~
      |                  MLX5_FLOW_ITEM_ESP
../drivers/net/mlx5/hws/mlx5dr_definer.c:1582:8: error: ‘RTE_FLOW_ITEM_TYPE_METER_COLOR’ undeclared (first use in this function); did you mean ‘RTE_FLOW_ACTION_TYPE_METER_COLOR’?
 1582 |   case RTE_FLOW_ITEM_TYPE_METER_COLOR:
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |        RTE_FLOW_ACTION_TYPE_METER_COLOR
../drivers/net/mlx5/hws/mlx5dr_definer.c:1584:18: error: ‘MLX5_FLOW_ITEM_METER_COLOR’ undeclared (first use in this function); did you mean ‘MLX5_FLOW_ITEM_OUTER_FLEX’?
 1584 |    item_flags |= MLX5_FLOW_ITEM_METER_COLOR;
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  MLX5_FLOW_ITEM_OUTER_FLEX
cc1: all warnings being treated as errors
[1919/4476] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_debug.c.o'.
[1920/4476] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                           RTE_FLOW_ACTION_TYPE_METER_COLOR
../drivers/net/mlx5/hws/mlx5dr_definer.c:1458:27: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/mlx5/hws/mlx5dr_definer.c: In function ‘mlx5dr_definer_conv_items_to_hl’:
../drivers/net/mlx5/hws/mlx5dr_definer.c:1541:8: error: ‘MLX5_RTE_FLOW_ITEM_TYPE_SQ’ undeclared (first use in this function); did you mean ‘MLX5_RTE_FLOW_ITEM_TYPE_TAG’?
 1541 |   case MLX5_RTE_FLOW_ITEM_TYPE_SQ:
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |        MLX5_RTE_FLOW_ITEM_TYPE_TAG
../drivers/net/mlx5/hws/mlx5dr_definer.c:1543:18: error: ‘MLX5_FLOW_ITEM_SQ’ undeclared (first use in this function); did you mean ‘MLX5_FLOW_ITEM_ESP’?
 1543 |    item_flags |= MLX5_FLOW_ITEM_SQ;
      |                  ^~~~~~~~~~~~~~~~~
      |                  MLX5_FLOW_ITEM_ESP
../drivers/net/mlx5/hws/mlx5dr_definer.c:1582:8: error: ‘RTE_FLOW_ITEM_TYPE_METER_COLOR’ undeclared (first use in this function); did you mean ‘RTE_FLOW_ACTION_TYPE_METER_COLOR’?
 1582 |   case RTE_FLOW_ITEM_TYPE_METER_COLOR:
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |        RTE_FLOW_ACTION_TYPE_METER_COLOR
../drivers/net/mlx5/hws/mlx5dr_definer.c:1584:18: error: ‘MLX5_FLOW_ITEM_METER_COLOR’ undeclared (first use in this function); did you mean ‘MLX5_FLOW_ITEM_OUTER_FLEX’?
 1584 |    item_flags |= MLX5_FLOW_ITEM_METER_COLOR;
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  MLX5_FLOW_ITEM_OUTER_FLEX
cc1: all warnings being treated as errors
[1926/4654] Generating rte_net_mlx5_mingw with a custom command.
[1927/4654] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-static" at step Build and test
####################################################################################
../drivers/net/mlx5/hws/mlx5dr_definer.c:920:9: error: no member named 'pdu_type' in 'struct rte_flow_item_gtp_psc'
        if (m->pdu_type) {
            ~  ^
../drivers/net/mlx5/hws/mlx5dr_definer.c:933:9: error: no member named 'qfi' in 'struct rte_flow_item_gtp_psc'
        if (m->qfi) {
            ~  ^
../drivers/net/mlx5/hws/mlx5dr_definer.c:1178:7: error: incomplete definition of type 'struct mlx5_rte_flow_item_sq'
        if (m->queue) {
            ~^
../drivers/net/mlx5/hws/mlx5dr_definer.c:1172:15: note: forward declaration of 'struct mlx5_rte_flow_item_sq'
        const struct mlx5_rte_flow_item_sq *m = item->mask;
                     ^
../drivers/net/mlx5/hws/mlx5dr_definer.c:1458:27: error: use of undeclared identifier 'RTE_FLOW_ITEM_TYPE_METER_COLOR'; did you mean 'RTE_FLOW_ACTION_TYPE_METER_COLOR'?
        reg = flow_hw_get_reg_id(RTE_FLOW_ITEM_TYPE_METER_COLOR, 0);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                 RTE_FLOW_ACTION_TYPE_METER_COLOR
../lib/ethdev/rte_flow.h:2753:2: note: 'RTE_FLOW_ACTION_TYPE_METER_COLOR' declared here
        RTE_FLOW_ACTION_TYPE_METER_COLOR,
        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[1914/4476] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_debug.c.o'.
[1915/4476] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx_txpp.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
../drivers/net/mlx5/hws/mlx5dr_definer.c:920:9: error: no member named 'pdu_type' in 'struct rte_flow_item_gtp_psc'
        if (m->pdu_type) {
            ~  ^
../drivers/net/mlx5/hws/mlx5dr_definer.c:933:9: error: no member named 'qfi' in 'struct rte_flow_item_gtp_psc'
        if (m->qfi) {
            ~  ^
../drivers/net/mlx5/hws/mlx5dr_definer.c:1178:7: error: incomplete definition of type 'struct mlx5_rte_flow_item_sq'
        if (m->queue) {
            ~^
../drivers/net/mlx5/hws/mlx5dr_definer.c:1172:15: note: forward declaration of 'struct mlx5_rte_flow_item_sq'
        const struct mlx5_rte_flow_item_sq *m = item->mask;
                     ^
../drivers/net/mlx5/hws/mlx5dr_definer.c:1458:27: error: use of undeclared identifier 'RTE_FLOW_ITEM_TYPE_METER_COLOR'; did you mean 'RTE_FLOW_ACTION_TYPE_METER_COLOR'?
        reg = flow_hw_get_reg_id(RTE_FLOW_ITEM_TYPE_METER_COLOR, 0);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                 RTE_FLOW_ACTION_TYPE_METER_COLOR
../lib/ethdev/rte_flow.h:2753:2: note: 'RTE_FLOW_ACTION_TYPE_METER_COLOR' declared here
        RTE_FLOW_ACTION_TYPE_METER_COLOR,
        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[1925/4654] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_debug.c.o'.
[1926/4654] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx_nompw.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-shared-asan+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-10-06 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221006150325.660-20-valex@nvidia.com>
2022-10-06 15:08 ` |WARNING| pw117481 [v2 19/19] net/mlx5/hws: Enable HWS checkpatch
2022-10-06 16:19 ` |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).