automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw95260 [PATCH v7 2/2] bus/auxiliary: introduce auxiliary bus
       [not found] <20210705053659.12350-2-xuemingl@nvidia.com>
@ 2021-07-05  5:39 ` checkpatch
  0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-07-05  5:39 UTC (permalink / raw)
  To: test-report; +Cc: Xueming Li

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/95260

_coding style issues_


ERROR:SPACING: space required after that ',' (ctx:VxB)
#866: FILE: drivers/bus/auxiliary/private.h:18:
+		RTE_FMT("auxiliary bus: " RTE_FMT_HEAD(__VA_ARGS__,) "
", \
 		                                                  ^

ERROR:SPACING: space required after that ',' (ctx:VxB)
#867: FILE: drivers/bus/auxiliary/private.h:19:
+			RTE_FMT_TAIL(__VA_ARGS__,)))
 			                        ^

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1107: FILE: drivers/bus/auxiliary/rte_bus_auxiliary.h:179:
+#define RTE_PMD_REGISTER_AUXILIARY(nm, auxiliary_drv) \
+	RTE_INIT(auxiliaryinitfn_ ##nm) \
+	{ \
+		(auxiliary_drv).driver.name = RTE_STR(nm); \
+		rte_auxiliary_register(&(auxiliary_drv)); \
+	} \
+	RTE_PMD_EXPORT_NAME(nm, __COUNTER__)

total: 3 errors, 0 warnings, 939 lines checked
--- a/doc/guides/rel_notes/release_21_08.rst
+++ b/doc/guides/rel_notes/release_21_08.rst

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-test-report] |WARNING| pw95260 [PATCH] [v7, 2/2] bus/auxiliary: introduce auxiliary bus
@ 2021-07-05 16:05 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2021-07-05 16:05 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab

[-- Attachment #1: Type: text/plain, Size: 4462 bytes --]

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/95260

_Testing issues_

Submitter: Xueming(Steven) Li <xuemingl@nvidia.com>
Date: Monday, July 05 2021 05:36:58 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:5e2226f194027d3b3e35cb5b444d126928433017

95260 --> testing fail

Test environment and result as below:

+------------------------------------+----------+
|            Environment             | abi_test |
+====================================+==========+
| FreeBSD 13                         | PASS     |
+------------------------------------+----------+
| RHEL 7                             | PASS     |
+------------------------------------+----------+
| Ubuntu 18.04                       | PASS     |
+------------------------------------+----------+
| Ubuntu 20.04 ARM cross-compilation | PASS     |
+------------------------------------+----------+
| CentOS Stream 8                    | PASS     |
+------------------------------------+----------+
| RHEL8                              | PASS     |
+------------------------------------+----------+
| CentOS 8                           | PASS     |
+------------------------------------+----------+
| Fedora 32                          | PASS     |
+------------------------------------+----------+
| Fedora 31                          | PASS     |
+------------------------------------+----------+
| Arch Linux                         | FAIL     |
+------------------------------------+----------+
| openSUSE Leap 15                   | PASS     |
+------------------------------------+----------+
| Fedora 34 clang                    | PASS     |
+------------------------------------+----------+
| Fedora 34                          | PASS     |
+------------------------------------+----------+
| Fedora 33                          | PASS     |
+------------------------------------+----------+
| Ubuntu 20.04                       | 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

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

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

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)

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)

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

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

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

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)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/17635/

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

end of thread, other threads:[~2021-07-05 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210705053659.12350-2-xuemingl@nvidia.com>
2021-07-05  5:39 ` [dpdk-test-report] |WARNING| pw95260 [PATCH v7 2/2] bus/auxiliary: introduce auxiliary bus checkpatch
2021-07-05 16:05 [dpdk-test-report] |WARNING| pw95260 [PATCH] [v7, " 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).