* |WARNING| pw105365 [PATCH] net/mlx5: fix RSS expansion with explicit next protocol
[not found] <20211223130817.14077-1-getelson@nvidia.com>
@ 2021-12-23 13:10 ` checkpatch
2021-12-23 14:39 ` |SUCCESS| " 0-day Robot
1 sibling, 0 replies; 4+ messages in thread
From: checkpatch @ 2021-12-23 13:10 UTC (permalink / raw)
To: test-report; +Cc: Gregory Etelson
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/105365
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'fld' - possible side-effects?
#235: FILE: drivers/net/mlx5/mlx5_flow.c:246:
+#define MLX5_XSET_ITEM_MASK_SPEC(type, fld) \
+ do { \
+ const void *m = item->mask; \
+ const void *s = item->spec; \
+ mask = m ? \
+ ((const struct rte_flow_item_##type *)m)->fld : \
+ rte_flow_item_##type##_mask.fld; \
+ spec = ((const struct rte_flow_item_##type *)s)->fld; \
+ } while (0)
CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'fld' may be better as '(fld)' to avoid precedence issues
#235: FILE: drivers/net/mlx5/mlx5_flow.c:246:
+#define MLX5_XSET_ITEM_MASK_SPEC(type, fld) \
+ do { \
+ const void *m = item->mask; \
+ const void *s = item->spec; \
+ mask = m ? \
+ ((const struct rte_flow_item_##type *)m)->fld : \
+ rte_flow_item_##type##_mask.fld; \
+ spec = ((const struct rte_flow_item_##type *)s)->fld; \
+ } while (0)
total: 0 errors, 0 warnings, 2 checks, 236 lines checked
^ permalink raw reply [flat|nested] 4+ messages in thread
* |SUCCESS| pw105365 [PATCH] net/mlx5: fix RSS expansion with explicit next protocol
[not found] <20211223130817.14077-1-getelson@nvidia.com>
2021-12-23 13:10 ` |WARNING| pw105365 [PATCH] net/mlx5: fix RSS expansion with explicit next protocol checkpatch
@ 2021-12-23 14:39 ` 0-day Robot
1 sibling, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2021-12-23 14:39 UTC (permalink / raw)
To: test-report; +Cc: robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/105365/
_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1615702946
^ permalink raw reply [flat|nested] 4+ messages in thread
* |WARNING| pw105365 [PATCH] net/mlx5: fix RSS expansion with explicit next protocol
@ 2021-12-23 18:24 dpdklab
0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2021-12-23 18:24 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, Gregory Etelson
[-- Attachment #1: Type: text/plain, Size: 4281 bytes --]
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/105365
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Thursday, December 23 2021 13:08:17
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:042f5a355a57b31a9f87824173a9d427b21abdb8
105365 --> testing fail
Test environment and result as below:
+-----------------------------+----------+
| Environment | abi_test |
+=============================+==========+
| FreeBSD 13 | PASS |
+-----------------------------+----------+
| Ubuntu 20.04 ARM GCC Native | PASS |
+-----------------------------+----------+
| Ubuntu 18.04 | PASS |
+-----------------------------+----------+
| Fedora 34 | PASS |
+-----------------------------+----------+
| Fedora 31 | FAIL |
+-----------------------------+----------+
| Fedora 32 | PASS |
+-----------------------------+----------+
| CentOS Stream 8 | PASS |
+-----------------------------+----------+
| RHEL8 | PASS |
+-----------------------------+----------+
| Fedora 34 clang | PASS |
+-----------------------------+----------+
| Ubuntu 20.04 | FAIL |
+-----------------------------+----------+
| Fedora 33 | PASS |
+-----------------------------+----------+
| CentOS 8 | PASS |
+-----------------------------+----------+
| Arch Linux | PASS |
+-----------------------------+----------+
| openSUSE Leap 15 | PASS |
+-----------------------------+----------+
| RHEL 7 | PASS |
+-----------------------------+----------+
==== 20 line log output for Ubuntu 20.04 (abi_test): ====
compilation terminated.
[3025/3073] Linking target examples/dpdk-l2fwd-crypto.
[3026/3073] Linking target examples/dpdk-ethtool.
[3027/3073] Linking target examples/dpdk-ip_fragmentation.
[3028/3073] Linking target examples/dpdk-ipv4_multicast.
[3029/3073] Linking target examples/dpdk-dma.
[3030/3073] Linking target examples/dpdk-ip_reassembly.
[3031/3073] Linking target examples/dpdk-flow_filtering.
[3032/3073] Linking target examples/dpdk-l3fwd.
[3033/3073] Linking target examples/dpdk-flow_classify.
[3034/3073] Linking target examples/dpdk-bond.
[3035/3073] Linking target examples/dpdk-helloworld.
[3036/3073] Linking target examples/dpdk-ip_pipeline.
[3037/3073] Linking target examples/dpdk-bbdev_app.
[3038/3073] Linking target examples/dpdk-fips_validation.
ninja: build stopped: subcommand failed.
==== Creating reference DPDK ABI
Error: install directory 'build_install' does not exist.
==== Checking ABI
Error: directory to check 'build_install' does not exist.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 18.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0-3ubuntu1~18.04
Fedora 34
Kernel: 5.4.0-72-generic
Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)
Fedora 31
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.1
Fedora 32
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 10.2.1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Fedora 34 clang
Kernel: 5.4.0-72-generic
Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Fedora 33
Kernel: 5.4.0-72-generic
Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)
CentOS 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Arch Linux
Kernel: 5.4.0-73-generic
Compiler: gcc 11.1.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/20553/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 4+ messages in thread
* |WARNING| pw105365 [PATCH] net/mlx5: fix RSS expansion with explicit next protocol
@ 2021-12-23 18:22 dpdklab
0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2021-12-23 18:22 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, Gregory Etelson
[-- Attachment #1: Type: text/plain, Size: 4948 bytes --]
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/105365
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Thursday, December 23 2021 13:08:17
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:042f5a355a57b31a9f87824173a9d427b21abdb8
105365 --> testing fail
Test environment and result as below:
+------------------------------------+----------+
| Environment | abi_test |
+====================================+==========+
| FreeBSD 13 | PASS |
+------------------------------------+----------+
| Ubuntu 20.04 ARM GCC Native | PASS |
+------------------------------------+----------+
| Ubuntu 18.04 | PASS |
+------------------------------------+----------+
| Fedora 34 | PASS |
+------------------------------------+----------+
| Fedora 31 | FAIL |
+------------------------------------+----------+
| Fedora 32 | PASS |
+------------------------------------+----------+
| CentOS Stream 8 | PASS |
+------------------------------------+----------+
| RHEL8 | PASS |
+------------------------------------+----------+
| Fedora 34 clang | PASS |
+------------------------------------+----------+
| Ubuntu 20.04 | FAIL |
+------------------------------------+----------+
| Fedora 33 | PASS |
+------------------------------------+----------+
| CentOS 8 | PASS |
+------------------------------------+----------+
| Arch Linux | PASS |
+------------------------------------+----------+
| openSUSE Leap 15 | PASS |
+------------------------------------+----------+
| RHEL 7 | PASS |
+------------------------------------+----------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+------------------------------------+----------+
==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (abi_test): ====
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
architecture changed from 'elf-amd-x86_64' to 'elf-arm-aarch64'
Error: ABI issue reported for 'abidiff --suppr dpdk/devtools/libabigail.abignore --no-added-syms --headers-dir1 reference/include --headers-dir2 build_install/include reference/dump/librte_net_kni.dump build_install/dump/librte_net_kni.dump'
ABIDIFF_ABI_CHANGE, this change requires a review (abidiff flagged this as a potential issue).
ABIDIFF_ABI_INCOMPATIBLE_CHANGE, this change breaks the ABI.
ELF architecture changed
Functions changes summary: 0 Removed, 0 Changed, 0 Added function
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
architecture changed from 'elf-amd-x86_64' to 'elf-arm-aarch64'
Error: ABI issue reported for 'abidiff --suppr dpdk/devtools/libabigail.abignore --no-added-syms --headers-dir1 reference/include --headers-dir2 build_install/include reference/dump/librte_event_opdl.dump build_install/dump/librte_event_opdl.dump'
ABIDIFF_ABI_CHANGE, this change requires a review (abidiff flagged this as a potential issue).
ABIDIFF_ABI_INCOMPATIBLE_CHANGE, this change breaks the ABI.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 18.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0-3ubuntu1~18.04
Fedora 34
Kernel: 5.4.0-72-generic
Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)
Fedora 31
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.1
Fedora 32
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 10.2.1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Fedora 34 clang
Kernel: 5.4.0-72-generic
Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Fedora 33
Kernel: 5.4.0-72-generic
Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)
CentOS 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Arch Linux
Kernel: 5.4.0-73-generic
Compiler: gcc 11.1.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/20553/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-12-23 18:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20211223130817.14077-1-getelson@nvidia.com>
2021-12-23 13:10 ` |WARNING| pw105365 [PATCH] net/mlx5: fix RSS expansion with explicit next protocol checkpatch
2021-12-23 14:39 ` |SUCCESS| " 0-day Robot
2021-12-23 18:22 |WARNING| " dpdklab
2021-12-23 18:24 dpdklab
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).