* [dpdk-test-report] |WARNING| pw95217 [PATCH] dmadev: introduce DMA device library
[not found] <1625231891-2963-1-git-send-email-fengchengwen@huawei.com>
@ 2021-07-02 13:22 ` checkpatch
2021-07-02 14:00 ` [dpdk-test-report] |SUCCESS| pw95217 [dpdk-dev] " 0-day Robot
1 sibling, 0 replies; 3+ messages in thread
From: checkpatch @ 2021-07-02 13:22 UTC (permalink / raw)
To: test-report; +Cc: Chengwen Feng
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/95217
_coding style issues_
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#1640: FILE: lib/dmadev/rte_dmadev_pmd.h:35:
+#define RTE_DMADEV_VALID_DEVID_OR_ERR_RET(dev_id, retval) do { \
+ if (!rte_dmadev_pmd_is_valid_dev((dev_id))) { \
+ RTE_DMADEV_LOG(ERR, "Invalid dev_id=%d", dev_id); \
+ return retval; \
+ } \
+} while (0)
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#1647: FILE: lib/dmadev/rte_dmadev_pmd.h:42:
+#define RTE_DMADEV_VALID_DEVID_OR_RET(dev_id) do { \
+ if (!rte_dmadev_pmd_is_valid_dev((dev_id))) { \
+ RTE_DMADEV_LOG(ERR, "Invalid dev_id=%d", dev_id); \
+ return; \
+ } \
+} while (0)
total: 0 errors, 2 warnings, 1729 lines checked
^ permalink raw reply [flat|nested] 3+ messages in thread
* [dpdk-test-report] |SUCCESS| pw95217 [dpdk-dev] [PATCH] dmadev: introduce DMA device library
[not found] <1625231891-2963-1-git-send-email-fengchengwen@huawei.com>
2021-07-02 13:22 ` [dpdk-test-report] |WARNING| pw95217 [PATCH] dmadev: introduce DMA device library checkpatch
@ 2021-07-02 14:00 ` 0-day Robot
1 sibling, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2021-07-02 14:00 UTC (permalink / raw)
To: test-report; +Cc: robot
From: robot@bytheb.org
Test-Label: github-robot
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/95217/
_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/993785710
^ permalink raw reply [flat|nested] 3+ messages in thread
* [dpdk-test-report] |WARNING| pw95217 [PATCH] dmadev: introduce DMA device library
@ 2021-07-04 15:38 dpdklab
0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2021-07-04 15:38 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab
[-- Attachment #1: Type: text/plain, Size: 4460 bytes --]
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/95217
_Testing issues_
Submitter: fengchengwen <fengchengwen@huawei.com>
Date: Friday, July 02 2021 13:18:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:5e2226f194027d3b3e35cb5b444d126928433017
95217 --> testing fail
Test environment and result as below:
+------------------------------------+----------+
| Environment | abi_test |
+====================================+==========+
| FreeBSD 13 | PASS |
+------------------------------------+----------+
| Ubuntu 18.04 | PASS |
+------------------------------------+----------+
| Fedora 32 | PASS |
+------------------------------------+----------+
| CentOS 8 | PASS |
+------------------------------------+----------+
| RHEL 7 | PASS |
+------------------------------------+----------+
| Arch Linux | FAIL |
+------------------------------------+----------+
| RHEL8 | PASS |
+------------------------------------+----------+
| Fedora 34 | PASS |
+------------------------------------+----------+
| CentOS Stream 8 | PASS |
+------------------------------------+----------+
| openSUSE Leap 15 | PASS |
+------------------------------------+----------+
| Ubuntu 20.04 | PASS |
+------------------------------------+----------+
| Ubuntu 20.04 ARM cross-compilation | PASS |
+------------------------------------+----------+
| Fedora 31 | PASS |
+------------------------------------+----------+
| Fedora 34 clang | PASS |
+------------------------------------+----------+
| Fedora 33 | PASS |
+------------------------------------+----------+
==== 20 line log output for Arch Linux (abi_test): ====
[C] 'function int rte_vmbus_chan_open(rte_vmbus_device*, vmbus_channel**)' at vmbus_channel.c:340:1 has some indirect sub-type changes:
parameter 1 of type 'rte_vmbus_device*' has sub-type changes:
in pointed to type 'struct rte_vmbus_device' at rte_bus_vmbus.h:64:1:
type size hasn't changed
1 data member change:
type of 'rte_intr_handle intr_handle' changed:
type size hasn't changed
1 data member insertion:
'union {struct {union {int vfio_dev_fd; int uio_cfg_fd;}; int fd;}; void* handle;}', at offset 0 (in bits)
Functions changes summary: 0 Removed, 0 Changed (171 filtered out), 0 Added functions
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
Functions changes summary: 0 Removed, 0 Changed (23 filtered out), 0 Added functions
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
==== Creating reference DPDK ABI
==== Checking ABI
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 18.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0-3ubuntu1~18.04
Fedora 32
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 10.2.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)
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)
Arch Linux
Kernel: 5.4.0-73-generic
Compiler: gcc 11.1.0
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
Kernel: 5.4.0-72-generic
Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
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
Ubuntu 20.04 ARM cross-compilation
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Fedora 31
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.1
Fedora 34 clang
Kernel: 5.4.0-72-generic
Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)
Fedora 33
Kernel: 5.4.0-72-generic
Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/17616/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-07-04 15:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1625231891-2963-1-git-send-email-fengchengwen@huawei.com>
2021-07-02 13:22 ` [dpdk-test-report] |WARNING| pw95217 [PATCH] dmadev: introduce DMA device library checkpatch
2021-07-02 14:00 ` [dpdk-test-report] |SUCCESS| pw95217 [dpdk-dev] " 0-day Robot
2021-07-04 15:38 [dpdk-test-report] |WARNING| pw95217 " 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).