* |WARNING| pw112575 [PATCH] [v6] ethdev: introduce available Rx descriptors threshold
@ 2022-06-11 8:56 dpdklab
0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-06-11 8:56 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Andrew Rybchenko
[-- Attachment #1: Type: text/plain, Size: 4242 bytes --]
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/112575
_Testing issues_
Submitter: Andrew Rybchenko <Andrew.Rybchenko@oktetlabs.ru>
Date: Wednesday, June 08 2022 16:35:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:b38db1bfb930fa27cfbc36db227b56c1c1613164
112575 --> testing fail
Test environment and result as below:
+-----------------------------+----------+
| Environment | abi_test |
+=============================+==========+
| RHEL 7 | FAIL |
+-----------------------------+----------+
| Ubuntu 18.04 | FAIL |
+-----------------------------+----------+
| openSUSE Leap 15 | FAIL |
+-----------------------------+----------+
| Ubuntu 20.04 | FAIL |
+-----------------------------+----------+
| Fedora 32 | FAIL |
+-----------------------------+----------+
| CentOS Stream 8 | FAIL |
+-----------------------------+----------+
| Arch Linux | FAIL |
+-----------------------------+----------+
| Fedora 34 | FAIL |
+-----------------------------+----------+
| Fedora 33 | FAIL |
+-----------------------------+----------+
| Fedora 34 clang | FAIL |
+-----------------------------+----------+
| Ubuntu 20.04 ARM GCC Native | FAIL |
+-----------------------------+----------+
| RHEL8 | FAIL |
+-----------------------------+----------+
| Fedora 31 | FAIL |
+-----------------------------+----------+
| Alpine | FAIL |
+-----------------------------+----------+
==== 20 line log output for Alpine (abi_test): ====
Variables changes summary: 0 Removed, 0 Changed (1 filtered out), 0 Added variable
Functions changes summary: 0 Removed, 0 Changed (2 filtered out), 0 Added functions
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
Functions changes summary: 0 Removed, 0 Changed, 0 Added (2 filtered out) functions
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
Functions changes summary: 0 Removed (1 filtered out), 0 Changed (219 filtered out), 0 Added (1 filtered out) functions
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
Functions changes summary: 0 Removed, 0 Changed (3 filtered out), 0 Added (3 filtered out) functions
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
Functions changes summary: 0 Removed, 0 Changed (9 filtered out), 0 Added functions
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
Functions changes summary: 0 Removed, 0 Changed (4 filtered out), 0 Added (2 filtered out) functions
Variables changes summary: 0 Removed, 0 Changed (1 filtered out), 0 Added variable
==== End log output ====
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 18.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0-3ubuntu1~18.04
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
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
Arch Linux
Kernel: 5.4.0-73-generic
Compiler: gcc 11.1.0
Fedora 34
Kernel: 5.4.0-72-generic
Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)
Fedora 33
Kernel: 5.4.0-72-generic
Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)
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 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
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 31
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22512/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 2+ messages in thread
* |WARNING| pw112575 [PATCH v6] ethdev: introduce available Rx descriptors threshold
[not found] <20220608163528.1850326-1-andrew.rybchenko@oktetlabs.ru>
@ 2022-06-08 16:36 ` checkpatch
0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-06-08 16:36 UTC (permalink / raw)
To: test-report; +Cc: Andrew Rybchenko
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/112575
_coding style issues_
WARNING:TYPO_SPELLING: 'inout' may be misspelled - perhaps 'input'?
#459: FILE: lib/ethdev/rte_ethdev.h:3699:
+ * @param[inout] queue_id
total: 0 errors, 1 warnings, 349 lines checked
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-11 8:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-11 8:56 |WARNING| pw112575 [PATCH] [v6] ethdev: introduce available Rx descriptors threshold dpdklab
[not found] <20220608163528.1850326-1-andrew.rybchenko@oktetlabs.ru>
2022-06-08 16:36 ` |WARNING| pw112575 [PATCH v6] " checkpatch
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).