|FAILURE| pw131971 [PATCH] net/mlx5: supporting group set miss actio
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed Sep 27 01:29:32 CEST 2023
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131971
_Testing issues_
Submitter: Tomer Shmilovich <tshmilovich at nvidia.com>
Date: Tuesday, September 26 2023 15:58:35
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:d58c97481a136ad5342c9d8717b22bdaa5eccd43
131971 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
==== 20 line log output for Fedora 38 (dpdk_unit_test): ====
../drivers/net/mlx5/mlx5_flow.c:1033:19: error: declaration of 'struct rte_flow_group_attr' will not be visible outside of this function [-Werror,-Wvisibility]
const struct rte_flow_group_attr *attr,
^
../drivers/net/mlx5/mlx5_flow.c:1160:3: error: field designator 'group_set_miss_actions' does not refer to any field in type 'const struct rte_flow_ops'
.group_set_miss_actions = mlx5_flow_group_set_miss_actions,
^
../drivers/net/mlx5/mlx5_flow.c:9314:19: error: declaration of 'struct rte_flow_group_attr' will not be visible outside of this function [-Werror,-Wvisibility]
const struct rte_flow_group_attr *attr,
^
../drivers/net/mlx5/mlx5_flow.c:9312:1: error: conflicting types for 'mlx5_flow_group_set_miss_actions'
mlx5_flow_group_set_miss_actions(struct rte_eth_dev *dev,
^
../drivers/net/mlx5/mlx5_flow.c:1031:1: note: previous declaration is here
mlx5_flow_group_set_miss_actions(struct rte_eth_dev *dev,
^
../drivers/net/mlx5/mlx5_flow.c:9327:53: error: incompatible pointer types passing 'const struct rte_flow_group_attr *' to parameter of type 'const struct rte_flow_group_attr *' [-Werror,-Wincompatible-pointer-types]
return fops->group_set_miss_actions(dev, group_id, attr, actions, error);
^~~~
6 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27736/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
More information about the test-report
mailing list