automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: dongzhou@nvidia.com, robot@bytheb.org
Subject: |FAILURE| pw127821 [PATCH 2/2] net/mlx5/hws: add support for infiniband BTH match
Date: Fri,  2 Jun 2023 11:20:03 -0400	[thread overview]
Message-ID: <20230602152003.2468420-1-robot@bytheb.org> (raw)
In-Reply-To: <20230601080001.3310444-3-dongzhou@nvidia.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5151302052
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
"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
####################################################################################
      |        RTE_FLOW_ITEM_TYPE_ETH
../drivers/net/mlx5/mlx5_flow_dv.c: In function ‘flow_dv_translate_item_ib_bth’:
../drivers/net/mlx5/mlx5_flow_dv.c:11062:50: error: ‘rte_flow_item_ib_bth_mask’ undeclared (first use in this function); did you mean ‘rte_flow_item_eth_mask’?
11062 |  MLX5_ITEM_UPDATE(item, key_type, bth_v, bth_m, &rte_flow_item_ib_bth_mask);
      |                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow_dv.c:75:39: note: in definition of macro ‘MLX5_ITEM_UPDATE’
   75 |    m = (item)->mask ? (item)->mask : (gm); \
      |                                       ^~
In file included from ../drivers/common/mlx5/mlx5_devx_cmds.h:12,
                 from ../drivers/net/mlx5/mlx5_flow_dv.c:30:
../drivers/net/mlx5/mlx5_flow_dv.c:11065:9: error: dereferencing pointer to incomplete type ‘const struct rte_flow_item_ib_bth’
11065 |    bth_v->hdr.opcode & bth_m->hdr.opcode);
      |         ^~
../drivers/common/mlx5/mlx5_prm.h:867:12: note: in definition of macro ‘MLX5_SET’
  867 |   u32 _v = v; \
      |            ^
../drivers/net/mlx5/mlx5_flow_dv.c: In function ‘flow_dv_translate_items’:
../drivers/net/mlx5/mlx5_flow_dv.c:13873:7: error: ‘RTE_FLOW_ITEM_TYPE_IB_BTH’ undeclared (first use in this function); did you mean ‘RTE_FLOW_ITEM_TYPE_ETH’?
13873 |  case RTE_FLOW_ITEM_TYPE_IB_BTH:
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~
      |       RTE_FLOW_ITEM_TYPE_ETH
[1811/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_flex.c.o'.
[1812/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_rx.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
####################################################################################
../lib/ethdev/rte_flow.h:855:39: note: 'rte_flow_item_eth_mask' declared here
static const struct rte_flow_item_eth rte_flow_item_eth_mask = {
                                      ^
../drivers/net/mlx5/mlx5_flow_dv.c:7245:8: error: incompatible pointer types assigning to 'const struct rte_flow_item_ib_bth *' from 'const struct rte_flow_item_eth *' [-Werror,-Wincompatible-pointer-types]
                mask = &rte_flow_item_ib_bth_mask;
                     ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow_dv.c:7248:6: error: invalid application of 'sizeof' to an incomplete type 'struct rte_flow_item_ib_bth'
                                        sizeof(struct rte_flow_item_ib_bth),
                                        ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow_dv.c:7220:15: note: forward declaration of 'struct rte_flow_item_ib_bth'
        const struct rte_flow_item_ib_bth *mask = item->mask;
                     ^
../drivers/net/mlx5/mlx5_flow_dv.c:7762:8: error: use of undeclared identifier 'RTE_FLOW_ITEM_TYPE_IB_BTH'; did you mean 'RTE_FLOW_ITEM_TYPE_ETH'?
                case RTE_FLOW_ITEM_TYPE_IB_BTH:
                     ^~~~~~~~~~~~~~~~~~~~~~~~~
                     RTE_FLOW_ITEM_TYPE_ETH
../lib/ethdev/rte_flow.h:212:2: note: 'RTE_FLOW_ITEM_TYPE_ETH' declared here
        RTE_FLOW_ITEM_TYPE_ETH,
        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[1811/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_rxq.c.o'.
[1812/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow.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] "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-----------------------------

      parent reply	other threads:[~2023-06-02 15:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230601080001.3310444-3-dongzhou@nvidia.com>
2023-06-01  7:49 ` |SUCCESS| pw127820-127821 " qemudev
2023-06-01  7:53 ` qemudev
2023-06-01  8:01 ` |SUCCESS| pw127821 " checkpatch
2023-06-02 15:20 ` 0-day Robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230602152003.2468420-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=dongzhou@nvidia.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).