|FAILURE| pw127821 [PATCH 2/2] net/mlx5/hws: add support for infiniband BTH match

0-day Robot robot at bytheb.org
Fri Jun 2 17:20:03 CEST 2023


From: robot at 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 at sta/net_mlx5_mlx5_flow_flex.c.o'.
[1812/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5 at 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 at sta/net_mlx5_mlx5_rxq.c.o'.
[1812/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5 at 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-----------------------------


More information about the test-report mailing list